You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "David M. Rosner" <da...@recommend-it.com> on 2001/05/17 23:58:28 UTC

How does RequestInterceptor work?

Hello,

I have a package that I've placed in a JAR file within the $TOMCAT_HOME/lib 
directory. Then I updated the server.xml file to use a class file within 
this package instead of the default Tomcat version. Yet, when i run tomcat 
I get a 'ClassNotDefined' exception. What do I need to do to get Tomcat to 
recognize a class that I define within a RequestInterceptor block in the 
server.xml file?

Is there any documentation out there that explains how the server.xml file 
is used?

Thanks!