In previous versions of Tomcat, I've used a relative context path like this to setup the manager webapp:
<Context path="/manager" docBase="../server/webapps/manager" debug="0" privileged="true"/> If I use the absolute path to the manager directory everything is OK. I couldn't find any mention of this in the changelog. However, this no longer works in 5.0.17 and I get a ClassNotFoundException. I can provide stack traces if it would help. The exact same config works fine in 5.0.16. BTW, someone needs to add 5.0.17 as a Tomcat Version to bugzilla. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]