Tuesday, May 4, 2010

Grails apache geronimo some problem in deploying debian

I want to deploy a web application that is made using grails.
By reading documentation I came that has to be converted to a .war format file.
This file has a deployment plan which comes in two XML files.

Right now I failed to deploy the application on the geronimo server.

I went through
https://cwiki.apache.org/GMOxDOC22/creating-deployment-plans-for-web-applications.html
http://java.sun.com/xml/ns/javaee/
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
https://cwiki.apache.org/GMOxDOC22/configuring-resources-in-the-application-scope.html
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
http://java.sun.com/xml/ns/j2ee/
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
https://cwiki.apache.org/GMOxDOC22/configuring-resources-in-the-application-scope.html

Troubleshooting J2EE asset deployment
http://publib.boulder.ibm.com/wasce/V1.0.1.1/en/Tasks/Deploy/Trouble.html

I did read all of the above links but I was not able to created xml
files to deploy them as specified.Upto this point I infer that the
problem is coming from deployment plan.

A solution that after came to mind to is create the website
using an IDE like Eclipse on a laptop or so and then that IDE will
take care of deployment plan which may have errors that I am right now
not able to find.

Then that application can be deployed on the server.Since I do not
have a GUI on server so it is not possible right now to do that way on
server.

Here is a link to what I am saying.
http://www.ibm.com/developerworks/opensource/library/os-gerplug/index.html


Since the helloworld script war running successfully on grails server
so it comes to either the way deployment is done or the deployment
plan that refers to XML files.



using windows to deploy .war files
http://www.ibm.com/developerworks/opensource/library/os-gerplug/index.html
https://cwiki.apache.org/GMOxDOC11/quick-start-apache-geronimo-for-the-impatient.html

Check if some thing goes wrong
http://publib.boulder.ibm.com/wasce/V1.0.1.1/en/Tasks/Deploy/Trouble.html


Creating a deployment plan for web applications
https://cwiki.apache.org/GMOxDOC22/creating-deployment-plans-for-web-applications.html

IBM technical library
http://www.ibm.com/developerworks/views/opensource/library.jsp
also this one
http://www.ibm.com/developerworks/views/opensource/libraryview.jsp?topic_by=All+topics+and+related+products&sort_order=asc&lcl_sort_order=desc&search_by=apache&search_flag=true&type_by=Articles&show_abstract=true&start_no=1&sort_by=Title&end_no=100&show_all=false&S_TACT=105AGX44&S_CMP=GRNMO


Apache Geronimo on Grails
http://www.ibm.com/developerworks/opensource/library/os-ag-grails/




Geronimo deployment using Eclipse
http://www.ibm.com/developerworks/opensource/library/os-gerplug/index.html









Some relevant links for GRAILs

Tutorial from IBM about Grails
https://www.ibm.com/developerworks/java/library/j-grails01158/

http://code.google.com/p/derjanandhisblog/wiki/GWTGrailsTutorial


Grails1 tutorial
http://www.cavneb.com/media/Introduction%20to%20Grails%20-%20Part%201/Introduction%20to%20Grails%20-%20Part%201.m4v


Grails 2 tutorials


http://www.teachmetocode.com/screencasts/introduction-to-grails-part-2




Grails
http://www.grails.org/Checking+Projects+into+SVN


Creating an Admin using Nested Controllers
http://www.cavneb.com/media/Creating%20an%20Admin%20using%20Nested%20Controllers/Creating%20an%20Admin%20using%20Nested%20Controllers.m4v

Debian help to install Java
http://www.debianhelp.co.uk/debianjava.htm

http://grails.org/doc/latest/

http://www.grails.org/XML%20RPC%20plugin

Websites that run Grails

http://www.splendicon.net/app/

http://www.opensymbolic.org/

http://www.gfunkmedia.com/gfunkmedia/

http://www.voyij.com/

http://crm.draftsoft.pl/login/auth;jsessionid=67F5EAF0A52072F96007AECA75396A0C

Login sample
https://www.centrastage.net/csm/login/index;jsessionid=7FF929DC7F1495C094DE42402A299D3B


Grails tutorials
http://www.springbyexample.org/examples/simple-spring-jms.html

http://www.ibm.com/developerworks/java/library/j-grails01158/

Difference between geronimo and tomcat
https://cwiki.apache.org/GMOxKB/both-geronimo-and-tomcat-are-created-by-apache-what-is-the-difference-between-these-projects.html




Deployment plan for xml files

https://cwiki.apache.org/GMOxDOC22/creating-deployment-plans-for-web-applications.html
http://java.sun.com/xml/ns/javaee/
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
https://cwiki.apache.org/GMOxDOC22/configuring-resources-in-the-application-scope.html
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
http://java.sun.com/xml/ns/j2ee/
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
https://cwiki.apache.org/GMOxDOC22/configuring-resources-in-the-application-scope.html

No comments: