|
From: <php...@li...> - 2007-09-19 17:24:53
|
Hello, I've placed JavaBridge.war in Tomcat's webapps dir, and test.php and java/ are in Apache's htdocs. Apache is on localhost:8080, and Tomcat is on localhost:8081. http://localhost:8080/test.php gives me phpinfo() output, but directly below I get: protocol error: Method Not Allowed The requested method PUT is not allowed for the URL /JavaBridge/JavaBridge.phpjavabridge. , Internal error at col 4 I get the same output for http://localhost:8081/JavaBridge/test.php, and the Session and php Numberguess examples give me the same error. What am I doing wrong? I also tried the above with JavaBridge.jar and php-servlet.jar in Tomcat's shared/lib dir. Thanks in advance for your help. Shahin |