From: <php...@li...> - 2007-05-01 15:52:44
|
I appreciate your attempt to help with this, but the documentation and my lack of Java knowledge is becoming tedious. I get this message when running the script that you and I have been sending back and forth: --------------------- PHP 5.0.4 too old. For PHP versions < 5.1.4 install the java.so or php_java.dll from the php-java-bridge-legacy download. Or set the path to the PHP executable, see php_exec in the WEB-INF/web.xml --------------------- The web.xml file lists this php_exec under a section titled "PHP CGI servlet: when IIS or Apache are not available" and I have put the php binary as a value (uncommented). =20 What I don't get is that Apache *is* available, so why is the documentation steering me towards this implementation? Please explain. I do not understand how PHP deals with Java's instances. I do understand objects and classes from a PHP perspective, but I have just begun to learn Java so this process has a learning curve for me. Try to be open-minded. I installed this: php-java-bridge-4.0.7_j2ee and though the environment is a virtual dedicated server, my rights are sadly limited. If I could update php I would. I've got tomcat running on autostart and have the bridge in its webapps directory. =20 If tomcat is supplying the VM, why am I getting stack heap issues in trying to start a VM when merely calling java -jar JavaBridge.jar --help ? This has *got* to work, I just need to figure out how... --K |