Hello, Im new!
I installed the wrapper and upon testing with ./tomcat console option. I
get the following error.
jvm 1 | WARNING - Unable to load the Wrapper's native library
'libwrapper.so'.
jvm 1 | The file is located on the path at the following
location but
jvm 1 | could not be loaded:
jvm 1 |
/home/username/domain.com/jakarta-tomcat-5.0.28/bin/../common/lib/libwrapper.so
jvm 1 | Please verify that the file is readable by the
current user
jvm 1 | and that the file has not been corrupted in any way.
jvm 1 | System signals will not be handled correctly.
No matter what I set the path in wrapper.conf
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=../common/lib
Notice how its pointing to tomcat_home/bin instead of just tomcat home.
How do I fix this?
Thanks!
John
|