To add any clarification, so inside your ims.war file you have a folder called ims.war. Take the contents in that folder and unpack it to the root level of your war file.
-Joseph Leong On Thu, Apr 17, 2008 at 10:05 AM, Jason Warner <[EMAIL PROTECTED]> wrote: > Hello again, > > Let me amend my previous statement. I was thinking slower than my fingers > type. I believe you should just package the contents of /ims/ims.war into a > war file. Meaning, everything in your ims.war directory should be contained > in the root level of your actual war. > > Please ask for clarification if necessary. > > > On Thu, Apr 17, 2008 at 10:01 AM, Jason Warner <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > > I think you issue is with your directory structure. Currently, you have > > ims/ims.war/*everythinginyourwar*. The ims.war directory is unnecessary and > > could be what's causing your problems. Try changing your structure to > > ims/*everythinginyourwar* and then repackaging the war and deploying. > > > > Hope this helps! > > > > > > On Thu, Apr 17, 2008 at 9:53 AM, newbie-gero <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Hi lists. > > > i require advice and help at deploying a war file. I started out using > > > Jboss > > > app server. i have attach my file which i deploy my in JBoss. It can > > > run > > > successfully when i type http://localhost:8080/ims/index.jsp > > > > > > This time round i deploy the file into geronimo. The difference with > > > the > > > file i deployed in Geronimo is i added in a geronimo-web.xml file in > > > WEB-INF > > > and compress the file into .war. > > > When i use command line to deploy the file, the response is: > > > > > > [EMAIL PROTECTED]:~/geronimo-2.1> java -jar bin/deployer.jar --user > > > system > > > --password manager deploy ims.war > > > Deployed default/ims/1208439219896/war @ /ims > > > > > > However on the Geronimo log it shows this error: > > > 21:33:39,897 WARN [TomcatModuleBuilder] Web application . does not > > > contain > > > a WEB-INF/geronimo-web.xml deployment plan. This may or may not be a > > > problem, depending on whether you have things like resource references > > > that > > > need to be resolved. You can also give the deployer a separate > > > deployment > > > plan file on the command line. > > > > > > These is the file i deployed in Geronimo. As for JBoss, simply > > > uncompress > > > the file; > > > http://www.nabble.com/file/p16744015/ims.war ims.war > > > > > > > > > -- > > > View this message in context: > > > http://www.nabble.com/Require-help-and-guidance-to-deploy-a-war-file-tp16744015s134p16744015.html > > > Sent from the Apache Geronimo - Users mailing list archive at > > > Nabble.com. > > > > > > > > > > > > -- > > ~Jason Warner > > > > > -- > ~Jason Warner
