RE: FW: newbie: Starting Tomcat

2001-06-16 Thread LeRoi
- From: dim [mailto:dim]On Behalf Of Dmitri Colebatch Sent: 16 June 2001 06:23 To: [EMAIL PROTECTED] Subject: Re: FW: newbie: Starting Tomcat You tried Jim's suggestion of removing the test.war as well as the test directory. Maybe some background might help you: When tomcat starts up, it looks

FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
Hello, I'm new to java and was coming to grips with it until I got to the chapter on SERVLETS. I hope some one out there can help me and I would like to thank you in advance. I downloaded and installed Tomcat 3.2.2 under NT 4.0 (SP 6) without any problems. I also have JDK 1.3 on the machine.

Re: FW: newbie: Starting Tomcat

2001-06-15 Thread Dmitri Colebatch
The problem here is with the test context, not the server itself. Have you possibly removed some files from the %TOMCAT_HOME%\webapps\test directory? If not, try removing the entire webapps\test directory and restarting. What is happening is that when the test context is being initialized

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
:\jakarta-tomcat-3.2.2\\webapps\examples\WEB-INF\classes Should I move or copy this file somewhere else as well? Cheers, LeRoi -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 10:29 To: [EMAIL PROTECTED] Subject: Re: FW: newbie: Starting Tomcat The problem

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread Jim Cheesman
- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 10:29 To: [EMAIL PROTECTED] Subject: Re: FW: newbie: Starting Tomcat The problem here is with the test context, not the server itself. Have you possibly removed some files from the %TOMCAT_HOME%\webapps\test directory

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread Jean-Etienne G.
Here is my jnet.jar (I use it under a Linux Plateform) Either it seems that it is not the solution of your problem, you can try including it in last hope ;) [I was thinking of this file, cause I had also a problem speaking of javax and ressource not found, and this pb disapear when I copied

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
. And that there is no tomcat.log. The error messages are still the same as listed below. Feeling hopeless, LeRoi -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 12:17 To: [EMAIL PROTECTED] Subject: RE: FW: newbie: Starting Tomcat At 12:28 PM 15/06/01, you wrote

Re: FW: newbie: Starting Tomcat

2001-06-15 Thread Dmitri Colebatch
You tried Jim's suggestion of removing the test.war as well as the test directory. Maybe some background might help you: When tomcat starts up, it looks in the directory %TOMCAT_HOME%\webapps and any directories or war files it finds it will attempt to create a context for. THat is what the