Are you able to run the examples context that comes with Tomcat?

Are any servlets in any context actually able to run?  That should 
work.  Are there any errors coming up in the logs or console from your context?

Jake

At 10:29 PM 4/23/2002 -0700, you wrote:
>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]>

Reply via email to