Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed me to get Tomcat running.
Now I'm trying the sample servlet Hello.java by calling it from a simple webpage with the line:
http://localhost:8080/servlet/hello
I put the compiled servlet in my tomcat4 directory/webapps. When I click on the link to call this servlet I get an HTTP Status 500 window from Tomcat saying no context configured to provess this request. Makes me think it can't find the servlet.
I looked in the log files and there's an entrythat says: MAPPING configuration error for request URI /Hello
Any ideas?
Thanks very much!
Jeff H.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]