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.

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

2006-04-24 Thread bloggy_ttop
I apologize for the rookie mistake, but I can't figure out what I've done wrong here... I'm trying to configure a simple servlet, but when I launch tomcat (via IDEA) I see this message in the tomcat output: "A docBase /Volumes/misc/apache-tomcat-5.5.17/webapps/subset inside the host appBa