From: <php...@li...> - 2009-04-07 13:47:59
|
Thank you very much for your answer. Now I am trying to do what you have written, but I get such an errow message: HTTP Status 500 - type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception javax.servlet.ServletException: java.lang.RuntimeException: PHP Warning: require(Java.inc) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in C:\Development\apache-tomcat-6.0.18\webapps\HelloWorldWebApp\helloworld.php on line 1 PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'Java.inc' (include_path='.;C:\php5\pear') in C:\Development\apache-tomcat-6.0.18\webapps\HelloWorldWebApp\helloworld.php on line 1 php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:397) php.java.servlet.CGIServlet.doGet(CGIServlet.java:469) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) root cause java.lang.RuntimeException: PHP Warning: require(Java.inc) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in C:\Development\apache-tomcat-6.0.18\webapps\HelloWorldWebApp\helloworld.php on line 1 PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'Java.inc' (include_path='.;C:\php5\pear') in C:\Development\apache-tomcat-6.0.18\webapps\HelloWorldWebApp\helloworld.php on line 1 php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServlet.java:478) php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doExecute(FastCGIServlet.java:373) php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.execute(FastCGIServlet.java:381) php.java.servlet.CGIServlet.handle(CGIServlet.java:399) php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:363) php.java.servlet.CGIServlet.doGet(CGIServlet.java:469) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs. Apache Tomcat/6.0.18 The problem is that I can't find servlet 8080 or 8081 (what I need) on the list. |