Re: The requested resource (/myApp/servlet/TestingServlet) is not available.

2005-02-14 Thread David Smith
Admittedly, as another poster noted, a tour through the docs (specifically the Servlet spec) would help you tremendously in figuring this out yourself. To answer your question -- your url should be http://localhost:8080/myApp/TestingServlet. For your own sanity, read the spec though. It

Re: The requested resource (/myApp/servlet/TestingServlet) is not available.

2005-02-12 Thread Larry Meadors
Do some reading before trying to code: http://www.coreservlets.com/Apache-Tomcat-Tutorial/ There are several issues with your example - too many to answer in a simple email. You need to get a deeper understanding of the process before building things. If you learn best by doing, follow the