|
From: <php...@li...> - 2007-12-12 22:01:03
|
HI, I have found the solution. The problem was that I thought that the PHP code should reside on Apache server, and PHP/Java bridge and Java code of the application should be deployed to the Tomcat and accessed using require_once(http://localhost:8080/JavaBridge/java/Java.inc).... When I have deployed my php part of application to the Tomcat it works fine. I'm interested if it is possible to make things work as I have tried it before, and how could I do it? Thanks to everyone for your generous help Zoran php...@li... wrote: Hi, > everything again as in the tutorials (INSTALLJ2EE, INSTALLJ2SE), and I'm always getting error there's something wrong with your php.ini file. If you can't remove the broken php_java.dll, you could open the Java.inc with a text editor and rename all "java" occurences to "javax" After that "include_once" Java.inc and use "javax(...)" and "new javax(...)" instead. Regards, Jost Boekemeier Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users --------------------------------- Never miss a thing. Make Yahoo your homepage. |