I'm guessing its a catalina specific error as I've not seen a tomcat error like that before except in my code. Have you looked at the sourcecode? sam ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 5:59 PM Subject: Maybe rights problem, exception thrown by Catalina core > Hi, > > I have solved my security problem, jndi.jar was under > $CATALINA_HOME/server/lib and as soon I removed it, Tomcat/Catalina is > working correctly. I decided to link it to /usr/local, but since then if > I try to use it from there, I get "HTTP Status 503 - This application is > not currently available". Looking into it, I find in > localhost_log.2001-04-24.txt: > 2001-04-24 18:51:42 StandardLoader[/examples]: Reloading checks are enabled for this Context > 2001-04-24 18:51:42 Manager[/examples]: Seeding random number generator class java.security.SecureRandom > 2001-04-24 18:51:42 Manager[/examples]: Seeding of random number > generator has b een completed > 2001-04-24 18:51:45 ContextConfig[/examples]: Configured an authenticator for method FORM > 2001-04-24 18:51:46 StandardContext[/examples]: Exception starting filter Compression Filter > java.lang.ClassCastException: compressionFilters.CompressionFilter > at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilter Config.java:250) > > Anyone can give me an idea what can be wrong? If I switch back to > /usr/local/encap/catalina-4.0b3 then it works. The files are the same > under /usr/local, as they are symlinked to the first directory. > > Thanks, > Laszlo >
