Re: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread pulak
SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by entering http://localhost:8080/ instead of http://localhost:8080/myApps Thanks. The

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pulak, On 10/14/2009 8:03 AM, pulak wrote: SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
/14/09, Christopher Schultz ch...@christopherschultz.net wrote: From: Christopher Schultz ch...@christopherschultz.net Subject: Re: changing default ROOT webapp in Tomcat 6.0.18 To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, October 14, 2009, 12:16 PM -BEGIN PGP SIGNED

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Caldarale, Charles R
From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: Re: changing default ROOT webapp in Tomcat 6.0.18 So would modifying the server.xml be the recommended method? Modifying server.xml is NEVER the recommended method. The best way is to simply name the directory ROOT, and you're done

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
chuck.caldar...@unisys.com Subject: RE: changing default ROOT webapp in Tomcat 6.0.18 To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, October 14, 2009, 12:45 PM From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: Re: changing default ROOT webapp in Tomcat 6.0.18 So

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Caldarale, Charles R
From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: RE: changing default ROOT webapp in Tomcat 6.0.18 So if I create a directory named ROOT on say a network drive (or even a logical drive on the same server as Tomcat) Tomcat will find it without any modification to any config files

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
, Charles R chuck.caldar...@unisys.com Subject: RE: changing default ROOT webapp in Tomcat 6.0.18 To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, October 14, 2009, 12:57 PM From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: RE: changing default ROOT webapp in Tomcat 6.0.18

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread Mark Thomas
SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by entering http://localhost:8080/ instead of http://localhost:8080/myApps Renaming the WAR to

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread André Warnier
SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by entering http://localhost:8080/ instead of http://localhost:8080/myApps See

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread André Warnier
Mark Thomas wrote: SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by entering http://localhost:8080/ instead of http://localhost:8080/myApps

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread Mark Thomas
André Warnier wrote: Mark Thomas wrote: SpY0o2 wrote: hello, I've been trying to deploy an application to Tomcat 6.0.18. I would like to make it my default ROOT app (without renaming the app to ROOT), so that I can access my app by entering http://localhost:8080/ instead of

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread André Warnier
Mark Thomas wrote: Should I add #1 and #2 to the FAQ-HowTo #38, or is it better to leave it as it is now (only mentioning the simple option 0) ? Please do. done. I haven't tried any of that stuff myself, so could someone make a quick accuracy check ? Thanks.

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-02-21 Thread Mark Thomas
André Warnier wrote: Mark Thomas wrote: Should I add #1 and #2 to the FAQ-HowTo #38, or is it better to leave it as it is now (only mentioning the simple option 0) ? Please do. done. I haven't tried any of that stuff myself, so could someone make a quick accuracy check ? I made one minor