I would start by reading the tomcat docs:
http://tomcat.apache.org/tomcat-5.5-doc/logging.html
-- David
[EMAIL PROTECTED] wrote:
Thanks so much for your helpful response.
I mistakenly thought that was the problem with my servlet. Now I see
that it is actually running (I was trying to hit
h
Thanks so much for your helpful response.
I mistakenly thought that was the problem with my servlet. Now I see
that it is actually running (I was trying to hit http://localhost:
8080/CommandServlet rather than http://localhost:8080/subset/
CommandServlet -- sorry, rookie here).
I was hopin
What it means is there is a context xml file (typically in
config/Catalina/localhost, probably subset.xml) that specifies a docBase
attribute. That attribute is useful if the webapp is not within
tomcat's webapps directory, but ignored as redundant when the webapp is
in the webapps directory.