Hi, i'm using geronimo 2.1. I did try deploying the directory(without compressing into .war format), but it gives errors. However i can deploy in Tomcat. Since tomcat and geronimo are from apache family, i will like to know if whether i can deploy the same way in geronimo as tomcat?
To make my explanation clearer, u can try deploy my codes at the first message by unzip the file and deploy in tomcat thanks Jason Warner-4 wrote: > > Hi, > > Would you mind telling us which version of geronimo you are using? Your > previous email had you launching geronimo from a path that said it was > 2.1, > but your geronimo-web.xml still uses xml namespaces from version 1.1. > > In regards to your question, our 2.1 deployment documentation has not yet > been completed but I think the 2.0 documentation should be close. It can > be > found here: > > http://cwiki.apache.org/GMOxDOC20/installing-and-removing-applications.html > > There's a section on hot deployment towards the bottom. There's also an > option for inPlace deployment using the deployer tool that's mentioned on > the page that might be useful to you. > Please let us know if you have any questions. > > Hope this helps! > > On Fri, Apr 18, 2008 at 8:38 AM, newbie-gero <[EMAIL PROTECTED]> wrote: > >> >> 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. >> >> > > > -- > ~Jason Warner > > -- View this message in context: http://www.nabble.com/Deploy-the-codes-i-Tomcat-successful-but-require-advice-for-Geronimo.-Thanks-tp16763398s134p16786664.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
