Re: PHP problem

2008-03-24 Thread Martin Gainty
almost impossible to diagnose without looking at your configuration files do you have these contents in /WEB-INF/web.xml? php net.php.servlet php *.php did you update servlet.properties and reflect.properties library=phps

Re: PHP problem

2008-03-24 Thread DIGLLOYD INC
Thank you--no plans to run PHP right now, actually I'd rather avoid it. But it's on my list of "might do something useful at some point". Lloyd Chambers http://diglloyd.com [Mac OS X 10.5.2 Intel, Tomcat 6.0.16] On Mar 24, 2008, at 8:00 AM, Pid wrote: DIGLLOYD INC wrote: I don't know the a

Re: PHP problem

2008-03-24 Thread Jonathan Mast
I figured out the problem. I had forgotten the phpsrvlt.jar which needed to placed into the webapps lib directory. Here is a side question: can phpsrvlt.jar be safely placed into the tomcat/common/lib directory? On Mon, Mar 24, 2008 at 11:00 AM, Pid <[EMAIL PROTECTED]> wrote: > DIGLLOYD INC wr

Re: PHP problem

2008-03-24 Thread Pid
DIGLLOYD INC wrote: I don't know the answer, but how does one use PHP with Tomcat? (Thanks, if you have time for a pointer, I hadn't see docs on this). You know that every time an admin configures PHP on Tomcat a Java developer dies somewhere, right? There are a couple of ways; configure PH

Re: PHP problem

2008-03-24 Thread DIGLLOYD INC
I don't know the answer, but how does one use PHP with Tomcat? (Thanks, if you have time for a pointer, I hadn't see docs on this). On Mar 24, 2008, at 7:23 AM, Jonathan Mast wrote: Can someone tell me why one project that uses PHP will work in tomcat, but another that also uses PHP won't?