Well, since you guys helped with my installation, I figured I'd ask for your help again:
as if I didn't need enough punishment, I'd like to install the PHP Java JARs under Apache Tomcat 4.01.
I've made the necessary, legal changes to
%TOMCAT_HOME%\conf\web.xml for Tomcat to recognize the 'net.php.servlet' syntax, with the JAR files in %TOMCAT_HOME%\lib (& %TOMCAT_HOME%\common\lib for good measure)
and
set the java.library.path to any number of things ( to point to jvm.dll, php_java.jar, ad infinitum in their respective locations)
yet
I still get an 'Status 500 - Internal Server Error' with the root cause being: 'java.lang.UnsatisfiedLinkError: no php_java in java.library.path'
Any idee-ers?
Thanks, Kris