You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Woods, Jason" <ja...@vignette.com> on 2000/10/02 20:05:06 UTC

adding jar to context's classpath (but not to ALL contexts...)


Is there a way in Tomcat to add a jar file to a context's classpath
(available to all servlets/etc. within that context) on a per-context basis
(as opposed to editing the tomcat.properties file and adding a
wrapper.classpath prop - which makes it available to all contexts)?

This seems like a pretty simple thing to do which other servlet containers
allow you to do - but I can't find any place to do it based on info in the
server.dtd or web.dtd.

Interested in answers for both 3.1 & 3.2.


Thanks,

- Jason