RE: ROOT problems

2004-06-01 Thread Ilan Azbel
I removed the _ directory and all is working now, thanks!!! -Original Message- From: Ariel Valentin [mailto:[EMAIL PROTECTED] Sent: 31 May 2004 06:54 To: [EMAIL PROTECTED] Subject: RE: ROOT problems What version of Tomcat are you using? 2.2 If that is the case I recommend

ROOT problems

2004-05-31 Thread Ilan Azbel
Hello, I am having trouble locating the ROOT of my tomcat server. I have a line in the server.xml file that reads: Context path= docBase=ROOT debug=0/ I place a file index.html in /usr/tdk-2.2/webapps/ROOT/ When I browse to my server it doesn't seem to locate this file. any ideas? Ilan ---

Re: ROOT problems

2004-05-31 Thread Florian Ebeling
Hi, remeber that the ROOT webapp is precompiled. So if you alter index.jsp nothing will happen, which might confuse you. -Florian Ilan Azbel wrote: Hello, I am having trouble locating the ROOT of my tomcat server. I have a line in the server.xml file that reads: Context path= docBase=ROOT

RE: ROOT problems

2004-05-31 Thread Ilan Azbel
I am restarting tomcat every time I make a change. Also, I try to use index.html instead of index.jsp. Still no luck. Any other recommendations? -Original Message- From: Florian Ebeling [mailto:[EMAIL PROTECTED] Sent: 31 May 2004 12:10 To: Tomcat Users List Subject: Re: ROOT

Re: ROOT problems

2004-05-31 Thread QM
On Mon, May 31, 2004 at 10:18:12AM +0200, Ilan Azbel wrote: : I am having trouble locating the ROOT of my tomcat server. : I have a line in the server.xml file that reads: : Context path= docBase=ROOT debug=0/ : I place a file index.html in /usr/tdk-2.2/webapps/ROOT/ : When I browse to my server

RE: ROOT problems

2004-05-31 Thread Ariel Valentin
To: Tomcat Users List Subject: Re: ROOT problems Hi, remeber that the ROOT webapp is precompiled. So if you alter index.jsp nothing will happen, which might confuse you. -Florian Ilan Azbel wrote: Hello, I am having trouble locating the ROOT of my tomcat server. I have a line