In the following folder /root/geronimo-jetty7-javaee5-2.2/repository/grailsApps/a12/0.1/a12-0.1.war
there were following directories META-INF WEB-INF css images js What is this folder for and what does it do.I simply have a .war file from grails and want to deploy that to geronimo following is my geronimo-web.xml in the application home in following location /root/a12/web-app/WEB-INF/geronimo-web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"> <environment> <moduleId> <groupId>org.apache.geronimo.samples</groupId> <artifactId>a12</artifactId> <version>2.2</version> <type>war</type> </moduleId> </environment> <context-root>/a12</context-root> </web-app> -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-war-module-could-not-be-deployed-but-also-giving-error-if-undeployed-tp773165p775249.html Sent from the Users mailing list archive at Nabble.com.
