Put it in the proper place for each app.  IMHO a few copies is better
than attempting to put it in only one place and then dealing with
compatibility issues as the library is updated.

--David

David Kerber wrote:
> No one has a suggestion about this?
>
>
> David Kerber wrote:
>
>> This is on Windows server 2003.
>>
>> 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?
>>
>> Thanks!
>> 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]

Reply via email to