William Claxton wrote:
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error. I have also installed the compatability upgrade for the Java Runtime.

"The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path."

or, if you don't know from APR and all that business, you might also just comment out the following Listener in server.xml:

<Listener className="org.apache.catalina.core.AprLifecycleListener" />

It's lots less work than compiling APR and the native tomcat connector for it =)

AC


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to