ECTED]> wrote:
> > From: Vivek Mohan [mailto:[EMAIL PROTECTED]
> > Subject: Re: Deploying in ROOT folder using a war
> file
> >
> > Tomcat is extracting the files to localhost/_
> because thats where it
> > knows it has to extract anything from the ROOT
&g
> From: Vivek Mohan [mailto:[EMAIL PROTECTED]
> Subject: Re: Deploying in ROOT folder using a war file
>
> Tomcat is extracting the files to localhost/_ because thats where it
> knows it has to extract anything from the ROOT application.
However, that's true only if using t
Tomcat is extracting the files to localhost/_ because thats where it
knows it has to extract anything from the ROOT application.
--
Vivek.
On 12/1/05, Gautam Gothoskar <[EMAIL PROTECTED]> wrote:
> Mark,
> I have deleted the ROOT folder from the webapps
> directory. I have the unpackWARs set to
Mark,
I have deleted the ROOT folder from the webapps
directory. I have the unpackWARs set to true in the
host element in server.xml. My tomcat version is
4.1.24.
What tomcat does is it loads up the servlet on
startup as I have specified it in web.xml. It extracts
the WEB-INF/classes and lib fo
Gautam Gothoskar wrote:
Hi Mark,
Thanks for the quick reply. But in doing the way you
have mentioned, tomcat does NOT expand the classes etc
in the ROOT folder. The application does get loaded
and work. I was wondering if there is any way that the
war file could be expanded in the ROOT folder?
Hi Mark,
Thanks for the quick reply. But in doing the way you
have mentioned, tomcat does NOT expand the classes etc
in the ROOT folder. The application does get loaded
and work. I was wondering if there is any way that the
war file could be expanded in the ROOT folder?
regards,
Gautam.
--- Mar
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:
I have a war file (myapp.war) which when deployed in
tomcat is accessible by using the url
http://localhost:8080/mya
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