Hi,
i'm creating a filter which needs to know if the request is an instance of org.apache.catalina.connector.RequestFacade.


When executing the 'if (request instanceof RequestFacade)' the program gives an error for that line:

java.lang.NoClassDefFoundError: org/apache/catalina/connector/RequestFacade

I guess the RequestFacade is only in the classpath of the tomcat-server, and not in the one of the servlet itself.

Does anyone know how I can solve this problem?

Thanks!

_________________________________________________________________
Koop geen kat in een zak. Probeer alles 14 dagen bij jou thuis. http://linkstat.neckermann.de/go.mb1?benl_11294



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to