Bug#292720: Tagging + followup

Thomas Lamy Thomas Lamy <Thomas.Lamy@in-online.net>, 292720@bugs.debian.org
Mon Jan 31 13:26:31 2005


severity 292720 normal
retitle 292720 Manager webapp not found after upgrade from 4.0.x
thanks

After digging around I found a virtual server's logfile which read:
> 2005-01-29 10:54:13 StandardContext[/manager]: Resources start failed:
> java.lang.IllegalArgumentException: Document base /var/lib/tomcat4/./webapps/manager does not exist or is not a readable directory

I have now changed these lines in server.xml
from
        <Context path="/manager"
                docBase="webapps/manager"
                debug="0"
                privileged="true" />
to
        <Context path="/manager"
                docBase="/usr/share/tomcat4/server/webapps/manager"
                debug="0"
                privileged="true" />

I'm not quite sure this really is a bug in tomcat4 itself. Tomcat4 
starts now, but the customer's jsp's still give "500 Internal Server 
Error" and I have no clue where to look now.  No single (related) file 
apart from the vhost's access_log in the filesystem changes when I 
reload /index.jsp.

Thomas