From: Bharath T. <bh...@mv...> - 2005-09-20 20:02:04
|
Thanks Jost. Will try this out. -----Original Message----- From: Jost Boekemeier [mailto:jos...@ya...]=20 Sent: Tuesday, September 20, 2005 3:59 PM To: Bharath Thirunavukkarasu Subject: [ 1296783 ] JavaBridge context hard coded Hi Bharath, > Kind of > suspecting that the > name Javabridge is hardcoded somewhere.=20 Yes, you're right, please see http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1296783&grou= p_i d=3D117793&atid=3D679233 > renamed it to myapp.war Please use the following workaround: * switch off the override_hosts setting in your file=20 myapp/WEB-INF/web.xml: <init-param> <param-name>override_hosts</param-name> <param-value>Off</param-value> </init-param> * copy the php-cgi.exe and all the dll's it needs into the directory myapp/WEB-INF/cgi/ * create a file php.ini (in myapp/WEB-INF/cgi/) with the following content: extension_dir=3D"." [java] java.hosts=3D"127.0.0.1:8080" java.servlet=3D"/myapp/PhpJavaServlet" Regards, Jost Boekemeier =09 =09 ___________________________________________________________=20 Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |