RE: Deploying in ROOT folder using a war file

2005-12-01 Thread Gautam Gothoskar
Hi Chuck, I tried using ROOT.war with Tomcat 5.5.12 and it worked fine. It does not work with Tomcat 4.1.x versions. I guess we will have to (finally) upgrade our Tomcat versions. thanks for all your help... all of you... regards, Gautam. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
those files. I also have no ides why tomcat is extracting the files to TOMCAT_HOME/work/Standalone/localhost/_ . Thanks, Gautam. --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Gautam Gothoskar wrote: > > Hi Mark, > > Thanks for the quick reply. But in doing the way >

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
. --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Gautam Gothoskar wrote: > > Options: > - Name your web-app ROOT.war > - Put your web-app outside the appbase and place a > ROOT.xml in the appbase > > Mark > > > Hi! > > I have the following issue: > >

Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Hi! I have the following issue: I have a war file (myapp.war) which when deployed in tomcat is accessible by using the url http://localhost:8080/myapp. Tomcat creates a folder called 'myapp' in the webapps directory. But I need to configure the app in such a way that the the app is accessible w