From: <php...@li...> - 2006-03-15 17:43:06
|
Hi, > phpize > ./configure --prefix=/opt/php5.1 > --with-java=/opt/jdk1.5 > --with-php-config=/opt/php5.1/bin/php-config > --enable-servlet==/opt/tomcat5.58/common/lib/servlet-api.jar You can just type: phpize && ./configure --with-java=/opt/jdk1.5 && make and then copy the modules/JavaBridge.war to cp modules/JavaBridge.war /opt/tomcat5.58/webapps re-start tomcat and browse to: http://localhost:8080/JavaBridge/test.php Or just download the J2EE binary (http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_3.0.7a_j2ee.zip?download), which already contains a pre-compiled JavaBridge.war for Solaris, Linux and Windows. > Al ejecutar > http://localhost:8080/JavaBridge/test.php, se supera > el tiempo > de respuesta y no aparece nada. Does /opt/tomcat5.58/webapps/JavaBridge exist? Which error message do you see in the tomcat log file? Regards, Jost Boekemeier |