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
't >>>>>>>>> see a signature mismatch or anything else wrong >>>>>>>>> here. >>>>>>>> The error would have been much different, in case of >>>>>>>> a signature mismatch. >>>>>>

Re: PHP Servlet Fails in Tomcat 5.5.15-SOLVED

2006-04-02 Thread lhommesc
ell,... >>>>>> >>>>>> As I have said above, the exception is thrown in the native >>>>>> method, so you could go into the source of that method and >>>>>> see where it could throw an exception. Other than that, you >>>>>> c

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

Re: PHP Servlet Fails in Tomcat 5.5.15

2006-03-27 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A review of the servlet.c send method shows the following code: /* * Parse the file */ SETSTRING( SG(request_info).path_translated, pathTranslated ); #ifdef VIRTUAL_DIR

Re: PHP Servlet Fails in Tomcat 5.5.15

2006-03-27 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the direction. This is pretty much what I thought. I'll try moving back to a previous version of PHP and see how it goes. -=> Gregg <=- Nikola Milutinovic wrote: >> *exception* >> >> java.io.IOException: null net.ph

Re: PHP Servlet Fails in Tomcat 5.5.15

2006-03-26 Thread Nikola Milutinovic
> *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) This exception is not only generic, but it is a

PHP Servlet Fails in Tomcat 5.5.15

2006-03-26 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have tried without success for several days to get the PHP servlet running under Tomcat. My environment is as follows: Suse Linux 9.3 [EMAIL PROTECTED]:~/tomcat/apache-tomcat-5.5.15/logs> uname -a Linux aragorn 2.6.11.4-21.10-default #1 Tue Nov 29 1