Deploying with Static Context Descriptors

2006-04-03 Thread sean . harrison
I'm migrating web applications from Tomcat v.4 to v.5.5 and having some trouble adapting my old virtual hosts setup with the 5.5 recommended methods. According to http://tomcat.apache.org/tomcat-5.5-doc/config/context.html "In addition to nesting Context elements inside a Host element, you can

RE: Apache Tomcat Native library not found on the java.library.path

2006-04-03 Thread sean . harrison
Thanks, Kerem. I added the following to the top of catalina.sh LD_LIBRARY_PATH=/usr/local/apr/lib export LD_LIBRARY_PATH but on startup I still get INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

Apache Tomcat Native library not found on the java.library.path

2006-04-03 Thread sean . harrison
I compiled and installed the Apache Tomcat connector v.1.1.2 per http://tomcat.apache.org/tomcat-5.5-doc/apr.html but I still get this error upon startup. "INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path"