From: <php...@li...> - 2009-04-07 14:17:24
|
I guess this was a misunderstanding. If you want to create your own we app, please start with the JavaBridgeTemplate.war. It contains a test.php script which should work immediately. Next you can copy your libraries to WEB-INF/lib an use them from your extended test.php script. The third step is to move your test.php script to apache or to the console and invoke it from there. In any case, error messages go to the tomcat error log. Which error message do you see in the log? Regards, Jost Boekemeier -- Apr 7, 2009 4:03 nachm. schrieb am < php...@li...>: Well, I did not find SERVLET 8081 (I need it) , and than I tryed to change my php code in the following way: <?php require("http://localhost:8081/HelloWorldWebApp/META-INF/java/Java.inc "); echo java("java.lang.System")->getProperties(); ?> Is it false? Please help me. I want to get this application started. Regards Katharina ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |