You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Hawkins, Keith (Keith)" <kp...@avaya.com> on 2001/05/09 18:58:14 UTC

How do I file a bug report?

Dear Developers:

It seems that to use 3rd party classes with a servlet running under
Tomcat 3.2.1, it is not
sufficient to place the 3rd party jar files in the <webapp>/WEB-INF/lib
directory.  I am forced
to edit wrapper.class_path entry in wrapper.properties  

This seems like a bug to me since the classpath is supposed to
automatically include all
jar files placed under  <webapp>/WEB-INF/lib directory.   ( Am I
correct? )

If you would like a sample  .war file containing a simple servlet to
verify what I am saying,
I will be happy to provide.

My environment is Win2K,  IIS with isapi_redirector.dll, and Tomcat
3.2.1

Thanks,
Keith