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 hoping to see more logging info, but I also get the warnings:
log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
What's the appropriate procedure for getting this working?
On Apr 24, 2006, at 7:33 PM, David Smith wrote:
Nothing to do with your web.xml file. Are you having trouble
getting your servlet to run when you call it?