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.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to