From: <php...@li...> - 2010-06-23 02:08:00
|
Hi, Thanks for the reply Jost, I tried to run http://myServerIP:8080/JavaBridge/jsr223.jsp, and it can be reached. Does it confirm this is not a network issue ? I have an exception report though. javax.servlet.ServletException: java/io/Closeable org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) php.java.servlet.PhpCGIFilter.doFilter(PhpCGIFilter.java:126) I forgot to add in my first post that I am using Tomcat 5.0.27, is that an issue ? It works like a charm on the local host ! Any idea ? Thank you. Regards, Julien Mallet. On Tue, Jun 22, 2010 at 10:27 PM, <php...@li...> wrote: > Hi, > >> But as soon as I am on another computer of the network, I can't reach >> it using http://myserverIP:8080/JavaBridge/index.php >> >> It's not a network issue since I can open >> http://myserverIP:8080/admin/ and the tomcat admin loads without any >> problem. > > Sounds like a network issue. Can you run > > http://myServerIP:8080/JavaBridge/jsr223.jsp > > or doesn't this work either? Whether a HTML page has been rendered by > PHP, JSP or servlets is not visible to the client. > > > Regards, > Jost Bökemeier > |