goober_nut wrote:
    Is it possible to package up your own wrapper inside a war file which
you can deploy to other Tomcat servers without putting it in Tomcat 5.5 -
shared/lib or server/lib or Tomcat 6 lib/?

Not for deployment as a war file; I'm pretty certain that the class is not
being searched for in the webapp classpath, but in the system classpath
(however the claim that it does get loaded from shared/lib but not from
common/lib does contradict this).

What you could do is to declare a new directory in catalina.properties server
classpath for holding your own extensions to Tomcat. Whether this helps of
just makes the mess worse depends a lot on your situation.
--
..Juha

---------------------------------------------------------------------
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