I have downloaded the tomcat 4.1.24, and commons-digester source and am trying to figure out why I cannot get my program to work. I have traced the problem to the Digester code. The Digeter class is having a problem finding classes :
org.apache.catalina.core.StandardServer org.apache.catalina.deploy.NamingResources org.apache.catalina.deploy.ContextEnvironment
When I turn on debugging in tomcat, I get the following output :
<snip> ClassLoaderFactory: Including jar file /tmp/jakarta-tomcat-4.1.24-src/build/server/lib/catalina.jar </snip>
which is where org.apache.catalina.core.StandardServer is, so I am confused.
Although when I run tomcat in the standard way (startup.sh), all goes well.
Could someone please help
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
