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.