hi list, this topic is in reference to Require help and guidance to deploy a war file. Previously on Tomcat , i can successfully deploy and run without compress it into a .war or .ear file format.
Can geronimo do this? Please advise. I have zip the directory and attached as shown below. How do i deploy is i unzip the contents and dump the whole directory into the hot deploy folder. How to do it in Geronimo? This is the geronimo-web.xml file which i created. <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> <environment> <moduleId> <groupId>sample2.applications</groupId> <artifactId>IMSApp</artifactId> <version>2.1</version> </moduleId> </environment> <context-root>ims</context-root> <type>war</type> </web-app> The program is locate here: http://www.nabble.com/file/p16763398/ims.zip ims.zip Thank for the help and advice in advance -- View this message in context: http://www.nabble.com/Deploy-the-codes-i-Tomcat-successful-but-require-advice-for-Geronimo.-Thanks-tp16763398s134p16763398.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
