Hi

Hve you mapped the servlet in a web.xml file ? If you put the servlet directly under 
webapps without a catalog containing the WEB-INF catalog that doesn't contain the 
web.xml file ... it will not work.

Abid

-----Original Message-----
From: Jeff Howard [mailto:[EMAIL PROTECTED]
Sent: 17. juli 2003 23:15
To: Tomcat Users List
Subject: Location of servlets?


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to