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
From: "Aakriti" <[EMAIL PROTECTED]> To: Sent: Monday, December 17, 2007 11:18 AM Subject: Trying to Map a web application to "/" in tomcat 5.5 Hi, We are trying to Map the URl of our tomcat instance such that the webapp "appadmin" maps to "/" The tomcat v

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

2007-12-17 Thread Martin Gainty
-- - Original Message - From: "Aakriti" <[EMAIL PROTECTED]> To: Sent: Monday, December 17, 2007 11:18 AM Subject: Trying to Map a web application to "/" in tomcat 5.5 > > Hi, > We are trying to Map the URl of our tomcat instance such that the webapp &g

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

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

2007-12-17 Thread Aakriti
Hi, We are trying to Map the URl of our tomcat instance such that the webapp "appadmin" maps to "/" The tomcat version being used is tomcat 5.5.17 We are trying to do this by specifying the following in server.xml