Brian E. Nicely wrote:
What I've done so far is create a very simple servlet which prints hello to the browser and I've written a wrapper class named MyWrapper which extends StandardWrapper. The MyWrapper class just has a constructor which is supposed to print out to the logs "I'm in the wrapper." Also, in this project, I edited the context.xml file to read <Context wrapperClass="MyWrapper.java"/> and started up the Tomcat server.

That should be wrapperClass="must.include.the.package.MyWrapper"

Can anyone tell me what I'm doing wrong?

I assume the compiled class has been JAR'd and placed in the CATALINA_HOME/lib directory.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to