Not sure if this is a FAQ or not, but, is there a recommended location where
to put native code that is called by a servlet?

Currently, I put code similar to the following in startup.sh to tell it
where to look.

LD_LIBRARY_PATH=/path/to/native/code
export LD_LIBRARY_PATH

Is this what everyone else is doing? Or is there some other recommended way
of doing it? i.e. is there a directory within Tomcat 4's directory structure
specifically where it will look for native code (similar to how it looks for
.jar files)?

Jon


Reply via email to