Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-04-07 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Given the experience I have had with getting this to work, the complexity involved in making it work, and the apparent abandonment of this approach in the latest 5.x version of PHP, I would agree. Due to my inexperience I initially approached the probl

Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-04-04 Thread Nikola Milutinovic
Hi all. Just one opinion, if it hasn't been said before. Do not mix Java and PHP. PHP is inherently thread un-safe. Basically the PHP code itself is, AFAIK, OK (thread safe), but all those myriads of 3rd-party libraries providing needed functionality to the myriads of PHP extensions can, and some

Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-04-03 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am using the same version of Tomcat and PHP. I did erratically get JVM crashes which brought Tomcat down. Placing the PHP file that I was trying to access under /webapps/ROOT solved my problem for the reason given. However, a null IOException is pret

Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-04-02 Thread lhommesc
I am getting this same exception due to a request URI for a non existent file. I am using Tomcat 5.5.15 and PHP 4.4.2 When this exception occurs, I also get a JVM dump do the zend engine. # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xa889aa94,

Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-03-30 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This exception: java.io.IOException: null net.php.servlet.send(Native Method) net.php.servlet.service(servlet.java:207) net.php.servlet.service(servlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) in my p