Re: AW: Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-16 Thread Mark Thomas
Maik Schumacher wrote: > - Having a changed 'appBase' in the 'server.xml' pointing for example to > 'c:/test/www' on a Windows machine > - Deploying a Web application as a WAR file with the name' testweb.war' > putting it in the folder 'c:/test/www' > - Now the goal here is to access the Web applic

AW: Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-15 Thread Maik Schumacher
Thanks for the response. > Make sure you don't have a ROOT directory or ROOT.war file under the appBase directory, and that you don't have any elements in server.xml. If your new default webapp isn't deploying > for some reason, there should be log entries indicating why. Yes, I did that. >

RE: Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-15 Thread Caldarale, Charles R
> From: Maik Schumacher [mailto:[EMAIL PROTECTED] > Subject: RE: Changing the ROOT application in Tomcat 6.0.18 on Linux > > As mentioned, no problems on Windows XP, but using ROOT.xml > on my Linux machine does not work. It seams that Tomcat > ignores the ROOT.xml in /conf/

RE: Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-15 Thread Maik Schumacher
nt: Mittwoch, 15. Oktober 2008 00:31 To: Tomcat Users List Subject: Re: Changing the ROOT application in Tomcat 6.0.18 on Linux -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maik, Maik Schumacher wrote: > I want to change the ROOT application on Tomcat 6 without renaming my Web > applica

Re: Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maik, Maik Schumacher wrote: > I want to change the ROOT application on Tomcat 6 without renaming my Web > application to ROOT. Any particular reason? It's /way/ easier to simply re-name your directory to 'ROOT'. > I performed the following steps on

Changing the ROOT application in Tomcat 6.0.18 on Linux

2008-10-14 Thread Maik Schumacher
Hi all, I want to change the ROOT application on Tomcat 6 without renaming my Web application to ROOT. I have successfully changed the ROOT application on a Windows XP System using Tomcat 6.0.18. However, using Tomcat 6.0.18 on OpenSuse Linux 10.3 does not work... I performed the following