Re: php 5 and tomcat 6

2009-09-25 Thread Josh Gooding
Chris,

I think you're right about it being a PHP question, I was just inquiring if
someone here had the PECL dll files that I need.

Here is what I was looking at:

http://tojackwu.blogspot.com/2008/10/php-5-on-tomcat-6-installation.html

Ziggy - I'm aware of liferay.  Off the top of your head do you know if it is
DLL based or is it via CGI?  If you don't it's not big deal, don't look it
up, I just wondered if you had a quick and dirty answer.

Tom, as for why would I not install httpd?  Had it, configured it, had it
running, and then... removed it.  It is nothing more than another layer in
the mix.  I have SSH configured correctly via my tomcat installation,
everything is customized to where I need it to be, and my tomcat is ironclad
as of now.  My attitude is the old KISS mentality.  Why would I want to add
another possible issue or layer in the mix?  Then I'd have 2 web servers
running, and the list of what issues could possibly happen more than
doubles.  Tomcat's performance is just as good as httpd, why would I run and
have to cross configure 2 webservers when 1 will do just fine?

Security?  Not worried, this is a pet project of mine.  If I can get a
drupal installation running via a tomcat / php port, I'll be happy.  If
someone hacks it, i'm not worried.

Ken - Thanks for the heads up on the other org.  I'll look into that as
well.

- Josh

On Thu, Sep 24, 2009 at 6:53 PM, Ken Bowen kbo...@als.com wrote:

 Argh.  Sorry for the list spam.  Was sending this to someone interested.


 On Sep 24, 2009, at 5:28 PM, Ken Bowen wrote:

  Sorry for dropping the link.
 The reference showed up in this:

 http://quercus.caucho.com/casestudies/Caucho_LiveProcess_casestudy.pdf

 The company is:  http://www.liveprocess.com/


 On Sep 24, 2009, at 1:36 PM, Hassan Schroeder wrote:

  On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham tommy...@yahoo.com wrote:

  Only way to get PHP running in Tomcat is through CGI.


 Not true: http://quercus.caucho.com/

 --
 Hassan Schroeder  hassan.schroe...@gmail.com
 twitter: @hassan

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




php 5 and tomcat 6

2009-09-24 Thread Josh Gooding
Hey gang,

Does anyone know where the last release of PECL was that had the tomcat
files in it for getting PHP to run with Tomcat?  Looks like the version of
PHP I have (5.2.11) doesn't include the PECL libraries and from what I have
read, the PECL are currently not released.  I seem to be coming up a bit
short with the pecl.php.net as well since it doesn't include the dll pack
for what I am looking for.

TIA,

Josh


Re: php 5 and tomcat 6

2009-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josh,

On 9/24/2009 10:06 AM, Josh Gooding wrote:
 Does anyone know where the last release of PECL was that had the tomcat
 files in it for getting PHP to run with Tomcat?  Looks like the version of
 PHP I have (5.2.11) doesn't include the PECL libraries and from what I have
 read, the PECL are currently not released.  I seem to be coming up a bit
 short with the pecl.php.net as well since it doesn't include the dll pack
 for what I am looking for.

Er... sounds like a question for the PHP folks.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq7kkAACgkQ9CaO5/Lv0PBpeQCZAR6kJsC88WB6JfGeKqhYiBKt
oU8AoMAd4wleP2uQsGX3DbFeNwR4/I1B
=hNNm
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: php 5 and tomcat 6

2009-09-24 Thread Tommy Pham
- Original Message 
 From: Josh Gooding josh.good...@gmail.com
 To: Tomcat Users List users@tomcat.apache.org
 Sent: Thursday, September 24, 2009 7:06:11 AM
 Subject: php 5 and tomcat 6
 
 Hey gang,
 
 Does anyone know where the last release of PECL was that had the tomcat
 files in it for getting PHP to run with Tomcat?  Looks like the version of
 PHP I have (5.2.11) doesn't include the PECL libraries and from what I have
 read, the PECL are currently not released.  I seem to be coming up a bit
 short with the pecl.php.net as well since it doesn't include the dll pack
 for what I am looking for.
 
 TIA,
 
 Josh

Only way to get PHP running in Tomcat is through CGI.  There are serious 
security implications in this setup.  What you should do is setup PHP with 
Apache httpd and use a connector to communicate with Tomcat.  Perhaps you need 
to rethink why would you want to run PHP with Tomcat...  


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: php 5 and tomcat 6

2009-09-24 Thread Hassan Schroeder
On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham tommy...@yahoo.com wrote:

 Only way to get PHP running in Tomcat is through CGI.

Not true: http://quercus.caucho.com/

-- 
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



[OT] Re: php 5 and tomcat 6

2009-09-24 Thread Tommy Pham
- Original Message 
 From: Hassan Schroeder hassan.schroe...@gmail.com
 To: Tomcat Users List users@tomcat.apache.org
 Sent: Thursday, September 24, 2009 10:36:19 AM
 Subject: Re: php 5 and tomcat 6
 
 On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham wrote:
 
  Only way to get PHP running in Tomcat is through CGI.
 
 Not true: http://quercus.caucho.com/
 
 -- 
 Hassan Schroeder  hassan.schroe...@gmail.com
 twitter: @hassan
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org

I think it maybe a problem with supporting full extensions from pecl/pear.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: php 5 and tomcat 6

2009-09-24 Thread Ziggy
Have a look at liferay portlets... They allow you to run php portlets
from inside a j2ee container like tomcat.. www.liferay.com

On 9/24/09, Tommy Pham tommy...@yahoo.com wrote:
 - Original Message 
 From: Hassan Schroeder hassan.schroe...@gmail.com
 To: Tomcat Users List users@tomcat.apache.org
 Sent: Thursday, September 24, 2009 10:36:19 AM
 Subject: Re: php 5 and tomcat 6

 On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham wrote:

  Only way to get PHP running in Tomcat is through CGI.

 Not true: http://quercus.caucho.com/

 --
 Hassan Schroeder  hassan.schroe...@gmail.com
 twitter: @hassan

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org

 I think it maybe a problem with supporting full extensions from pecl/pear.


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-- 
Sent from my mobile device

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: php 5 and tomcat 6

2009-09-24 Thread Ken Bowen

Sorry for dropping the link.
The reference showed up in this:

http://quercus.caucho.com/casestudies/Caucho_LiveProcess_casestudy.pdf

The company is:  http://www.liveprocess.com/


On Sep 24, 2009, at 1:36 PM, Hassan Schroeder wrote:

On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham tommy...@yahoo.com  
wrote:



Only way to get PHP running in Tomcat is through CGI.


Not true: http://quercus.caucho.com/

--
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: php 5 and tomcat 6

2009-09-24 Thread Ken Bowen

Argh.  Sorry for the list spam.  Was sending this to someone interested.

On Sep 24, 2009, at 5:28 PM, Ken Bowen wrote:


Sorry for dropping the link.
The reference showed up in this:

http://quercus.caucho.com/casestudies/Caucho_LiveProcess_casestudy.pdf

The company is:  http://www.liveprocess.com/


On Sep 24, 2009, at 1:36 PM, Hassan Schroeder wrote:

On Thu, Sep 24, 2009 at 8:40 AM, Tommy Pham tommy...@yahoo.com  
wrote:



Only way to get PHP running in Tomcat is through CGI.


Not true: http://quercus.caucho.com/

--
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org