users@glassfish.java.net

glassfish directory? for user-libraries (.dll or .so)

From: Martin, Ray <armart3_at_tycho.ncsc.mil>
Date: Fri, 3 Apr 2009 19:34:09 -0400

Where does one put shared libraries from third parties when deploying an
app to glassfish?
 
i deploy my java code, which calls the third party java code which in
turn wants to call a .so (Linux) or .dll(Windows)
i placed the third party jar file into <glassfish-home>/lib/endorsed and
<glassfish-home/domains/domain1/lib/ext because i did not know which was
correct. now i just need to get the shared library placed into the
correct place.
 
thanx.