Re: A docbase ... inside the host appBase has been specified

2006-04-25 Thread David Smith
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

Re: A docbase ... inside the host appBase has been specified

2006-04-24 Thread bloggy_ttop
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

Re: A docbase ... inside the host appBase has been specified

2006-04-24 Thread David Smith
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.