RE: Trying to Map a web application to "/" in tomcat 5.5

2007-12-18 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Trying to Map a web application to "/" in tomcat 5.5 > > You need to do the UNIX equivalent of 'rm -rf' which > doesn't exist on a standard Windows XP or Vista install Actually, it

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > I was curious what happened if I followed stephen's advice > > environment: TC 5.5.17 You didn't mention a win32 environment, which has case-insensitive paths. :( > %CATALINA_HOME%\webapps>del ROOT > %CATALINA_HOME%\w

RE: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Souness > Subject: Re: Trying to Map a web application to "/" in tomcat 5.5 > > The war is exploded into a directory named root - lowercase, > and is only accessible under the http://host/root URL. That is to

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Stephen Souness
nt for that? Martin-- Message - From: "Stephen Souness" <[EMAIL PROTECTED]> To: Sent: Monday, December 17, 2007 2:31 PM Subject: Re: Trying to Map a web application to "/" in tomcat 5.5 Martin Gainty wrote: If you are front-ending with Apache you can use RewriteRul

RE: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Trying to Map a web application to "/" in tomcat 5.5 > > %CATALINA_HOME%\webapps>dir ROOT > Directory of %CATALINA_HOME%\webapps\ROOT You're running on Windows - which uses case insensitive fil

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Martin Gainty
WEB-INF so when I deployed lowercase root.war TC deployed as uppercase ROOT! how do account for that? Martin-- Message - From: "Stephen Souness" <[EMAIL PROTECTED]> To: Sent: Monday, December 17, 2007 2:31 PM Subject: Re: Trying to Map a web application to "/&qu

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Stephen Souness
Martin Gainty wrote: If you are front-ending with Apache you can use RewriteRule http://mail-archives.apache.org/mod_mbox/tomcat-users/200608.mbox/%3Cecdskn$ [EMAIL PROTECTED] Have you considered deploying your application as root.war? NB: ROOT.war is the filename that Tomcat looks for as the

Re: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Martin Gainty
If you are front-ending with Apache you can use RewriteRule http://mail-archives.apache.org/mod_mbox/tomcat-users/200608.mbox/%3Cecdskn$ [EMAIL PROTECTED] Have you considered deploying your application as root.war? http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html Does this help? Martin-

RE: Trying to Map a web application to "/" in tomcat 5.5

2007-12-17 Thread Caldarale, Charles R
> From: Aakriti [mailto:[EMAIL PROTECTED] > Subject: Trying to Map a web application to "/" in tomcat 5.5 > > The same use to work in Tomcat 3.2. We are in the process of > migrating to tomcat 5.5. Then read the doc for 5.5, and don't try set up server.xml like you did before: http://tomcat.apa