Mikolaj Rydzewski wrote:
David Kerber wrote:
I have a library (.jar file) that is used with 3 different apps:
with my tomcat webapp, with a standalone command-line app, and with a
jni package that provides a .dll for use with a windows gui app.
What is the best way (place) to deploy this jar? It appears that
putting it in jre/lib/ext will work, and I understand that it can be
made to work from anywhere by specifying the classpath for each app,
but is there any "standard" place to put it? Or should I put it in
the default place that each app will look for its libraries, so that
there are multiple copies on my HD?
I'd deploy this library as a separate application (even on the same
Tomcat) and access its interface by RMI, WS, or something like that.
Wouldn't I need to rewrite my command-line and jni apps to do this?
Dave
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]