Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
OK, pay one way (with cash) or another (with time)...which can you make more of? :-) Larry On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors > Subject: Re: run php & jsp on the same

RE: run php & jsp on the same server

2006-10-16 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors > Subject: Re: run php & jsp on the same server > > Why not just run resin with quercus? Works pretty much outta the box. Probably because of the following quote from Caucho's download page:

RE: run php & jsp on the same server

2006-10-16 Thread Caldarale, Charles R
> From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Subject: Re: run php & jsp on the same server > > Apparently... http://wiki.apache.org/tomcat/UsingPhp There's also a PHP servlet in SourceForge: http://sourceforge.net/projects/phpservlet And a PHP/Java bridge: http://sou

Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
Why not just run resin with quercus? Works pretty much outta the box. Larry On 10/16/06, Steve Ochani <[EMAIL PROTECTED]> wrote: On 16 Oct 2006 at 16:12, Christopher Schultz wrote: > I seem to recall some hack to get PHP actually running /inside/ > Tomcat. Am I smoking crack, or was that rea

Re: run php & jsp on the same server

2006-10-16 Thread Steve Ochani
On 16 Oct 2006 at 16:12, Christopher Schultz wrote: > I seem to recall some hack to get PHP actually running /inside/ > Tomcat. Am I smoking crack, or was that real? Sounds like a damn sexy > hack if it's true. I've seen it mentioned here and there. Google search turned up some interesting resu

Re: run php & jsp on the same server

2006-10-16 Thread Wendy Smoak
On 10/16/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: I seem to recall some hack to get PHP actually running /inside/ Tomcat. Am I smoking crack, or was that real? Sounds like a damn sexy hack if it's true. Apparently... http://wiki.apache.org/tomcat/UsingPhp -- Wendy -

Re: run php & jsp on the same server

2006-10-16 Thread Christopher Schultz
Martin, > Is there ANY advantage to keeping your legacy PHP? Here's one: now having to re-write and re-test your perfectly good PHP application in JSP. > Why not convert your PHP to Java? Cause re-writing apps sucks. :( To answer the OP, you can certainly "run" PHP and JSP on the same machine.

Re: run php & jsp on the same server

2006-10-16 Thread Martin Gainty
Monday, October 16, 2006 2:38 PM Subject: Re: run php & jsp on the same server > neugi wrote: >> is there a way to configure tomecat to run also like php on port 80, >> or let >> them run together on the same virtual server? >> > > If you want to run both PHP

Re: run php & jsp on the same server

2006-10-16 Thread Mladen Adamovic
neugi wrote: is there a way to configure tomecat to run also like php on port 80, or let them run together on the same virtual server? If you want to run both PHP and JSP you can use mod_jk in Apache. More instructions at : http://www.howtoforge.com/apache2_tomcat5_mod_jk_p3 http://www.meri

run php & jsp on the same server

2006-10-12 Thread neugi
Hi, is there a way to configure tomecat to run also like php on port 80, or let them run together on the same virtual server? best