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%\webappsdel ROOT

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 does: rd /s /q [target] - Chuck THIS

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:

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?

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
I was curious what happened if I followed stephen's advice environment: TC 5.5.17 undeploy 'root'OK - Undeployed application at context path/root %CATALINA_HOME%\webappsdel ROOT %CATALINA_HOME%\webapps\ROOT\*, Are you sure (Y/N)? yes (now the environment is clean) tc-manager

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%\webappsdir ROOT Directory of %CATALINA_HOME%\webapps\ROOT You're running on Windows - which uses case insensitive file systems. The DIR command simply echoes what

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

2007-12-17 Thread Stephen Souness
My environment is slightly different (Windows XP Professional with NTFS file system, Tomcat 5.5.25), and the steps I used to deploy are a little different. The steps which I took to test my theory before posting: - shutdown Tomcat - remove all traces of my application - copy drop root.war into

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 be expected. Even though Windows