Steve,
> Are you able to view any of the supplied examples successfully
> that came with the Tomcat installation of yours'???! I can see
> the code easily enough, BUT I cannot seem to see the actual
> servlets at all!
Are you saying that Tomcat is running standalone, but if you go to the
sample servlets, they are not working?
> any advice that you might have on using the <servlet-mapping>
> tag that's in the web.xml file
The servlet mapping takes two things: the name of the servlet, which was
specified in a servlet tag earlier, and a URL relative to that webapp.
But if tomcat isn't working, for some reason, with the servlets that come
with it, then you are effectivel chasing phantoms trying to make your own
servlets work. First you need to make sure that tomcat is running properly
on your system.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>