From: <php...@li...> - 2010-06-22 10:06:47
|
Hi all, The server in my company has a Tomcat server, and I can't install an Apache http server with PHP so I install the JavaBridge. I do not need PHP for all my Java applications, I would only like to have 1 PHP app available, as described in the second paragraph of this page : http://php-java-bridge.sourceforge.net/pjb/tomcat6.php. It works great when I am on the server and reach my PHP application with http://127.0.0.1:8080/JavaBridge/index.php But as soon as I am on another computer of the network, I can't reach it using http://myserverIP:8080/JavaBridge/index.php It's not a network issue since I can open http://myserverIP:8080/admin/ and the tomcat admin loads without any problem. Is there anything I should know ? Thanks in advance ! Julien. |