Jacob,
Thanks for the help, but still doen't seem to work. Changed the web.xml
file to read
<servlet>
<servlet-name>SimpleHello</servlet-name>
<servlet-class>myexamples.SimpleHello</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>SimpleHello</servlet-name>
<url-pattern>/SimpleHello</url-pattern>
</servlet-mapping>
like you said and then tried all of the following:
http://localhost:8080/testapp/SimpleHello
http://localhost:8080/testapp/servlet/SimpleHello
http://localhost:8080/testapp/servlet/myexamples.SimpleHello
still no go. Get the HTTP Status 404 error, resource is not available.
(I have to use the :8080 since I have been unable to get the Apache - Tomcat
link to work for Apache 2.0.35 and Tomcat 4.0.3 under Windows XP)
Ken
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>