Does Tomcat provide support for PHP scripts

2006-03-31 Thread Ikonne, Ike
 

Hi all,

 

 

Does Tomcat provide support for php scripting language?  I have not
seen anything in Tomcat

documentation that indicates that it does, I would appreciate it if I
could be pointed to

any documentation regarding tomcat support for php.

 

 

Thanks,

 

Ike

 



Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Developer Developer
I tried it too in the past , but could not get it working.

Here is a link to some documentation -
http://www.alexander-merz.com/print_21.html

Let me know if you can get it working.


On 3/31/06, Ikonne, Ike [EMAIL PROTECTED] wrote:



 Hi all,





 Does Tomcat provide support for php scripting language?  I have not
 seen anything in Tomcat

 documentation that indicates that it does, I would appreciate it if I
 could be pointed to

 any documentation regarding tomcat support for php.





 Thanks,



 Ike







Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Bruno Georges
JBossWeb does. Soon to be released.

With Best Regards
Bruno Georges

Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000


|-+---
| |   Developer  |
| |   Developer  |
| |   [EMAIL PROTECTED]|
| |   ail.com|
| |   |
| |   31.03.06 18:27  |
| |   Please respond  |
| |   to Tomcat Users|
| |   List   |
| |   |
|-+---
  
--|
  | 
 |
  |To:  Tomcat Users List users@tomcat.apache.org   
 |
  |cc:  
 |
  |Subject: Re: Does Tomcat provide support for PHP scripts 
 |
  | 
 |
  |Distribute:  
 |
  |Personal?   |---|
 |
  || [ ] x |
 |
  ||---|
 |
  | 
 |
  
--|




I tried it too in the past , but could not get it working.

Here is a link to some documentation -
http://www.alexander-merz.com/print_21.html

Let me know if you can get it working.


On 3/31/06, Ikonne, Ike [EMAIL PROTECTED] wrote:



 Hi all,





 Does Tomcat provide support for php scripting language?  I have not
 seen anything in Tomcat

 documentation that indicates that it does, I would appreciate it if I
 could be pointed to

 any documentation regarding tomcat support for php.





 Thanks,



 Ike









LEGAL DISCLAIMER. The contents of this e-mail and any attachments are strictly
confidential and they may not be used or disclosed by someone who is not a
named recipient.
If you have received this email in error please notify the sender by replying
to this email inserting the word misdirected as the message and delete this
e-mail from your system.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Markus Schönhaber
Ikonne, Ike wrote:
 Does Tomcat provide support for php scripting language?  I have not
 seen anything in Tomcat

 documentation that indicates that it does, I would appreciate it if I
 could be pointed to

 any documentation regarding tomcat support for php.

Not by default. I seem to remember having read about including PHP into Tomcat 
via CGI. Whether or not that's a good thing to do - I don't know.

If you really need both PHP and Servlet/JSP capabilities, the canonical way 
would be to put an Apache httpd in front of Tomcat and let httpd serve PHP 
stuff and Tomcat Servlet/JSP stuff:
http://tomcat.apache.org/connectors-doc/

Alternatively you could take a look at this:
http://jboss.com/products/jbossweb

Regards
  mks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Peter Crowther
 From: Ikonne, Ike [mailto:[EMAIL PROTECTED] 
 Does Tomcat provide support for php scripting language?

Yes, you could build PHP as a CGI program and run it using Tomcat's CGI
support, but this would be pretty slow.  There is no facility that I
know of to integrate PHP with Tomcat.  Otherwise, as Markus suggests,
run Apache, run PHP inside Apache and use a connector to link Apache and
Tomcat.  Be aware that connecting Apache and Tomcat seems to be a
somewhat fraught operation!

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Remy Maucherat
On 3/31/06, Bruno Georges [EMAIL PROTECTED] wrote:
 JBossWeb does. Soon to be released.

We're distributing a package for Tomcat too, but it's not fully tested yet.
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloadsproject=jbossweb

--
x
Rémy Maucherat
Developer  Consultant
JBoss Inc
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Ikonne, Ike
Hi Bruno,

Thanks, will try it.

Ike

-Original Message-
From: Bruno Georges [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 31, 2006 10:30 AM
To: Tomcat Users List
Cc: Tomcat Users List
Subject: Re: Does Tomcat provide support for PHP scripts

JBossWeb does. Soon to be released.

With Best Regards
Bruno Georges

Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000


|-+---
| |   Developer  |
| |   Developer  |
| |   [EMAIL PROTECTED]|
| |   ail.com|
| |   |
| |   31.03.06 18:27  |
| |   Please respond  |
| |   to Tomcat Users|
| |   List   |
| |   |
|-+---
 
---
---|
  |
|
  |To:  Tomcat Users List users@tomcat.apache.org
|
  |cc:
|
  |Subject: Re: Does Tomcat provide support for PHP scripts
|
  |
|
  |Distribute:
|
  |Personal?   |---|
|
  || [ ] x |
|
  ||---|
|
  |
|
 
---
---|




I tried it too in the past , but could not get it working.

Here is a link to some documentation -
http://www.alexander-merz.com/print_21.html

Let me know if you can get it working.


On 3/31/06, Ikonne, Ike [EMAIL PROTECTED] wrote:



 Hi all,





 Does Tomcat provide support for php scripting language?  I have not
 seen anything in Tomcat

 documentation that indicates that it does, I would appreciate it if I
 could be pointed to

 any documentation regarding tomcat support for php.





 Thanks,



 Ike









LEGAL DISCLAIMER. The contents of this e-mail and any attachments are
strictly
confidential and they may not be used or disclosed by someone who is not
a
named recipient.
If you have received this email in error please notify the sender by
replying
to this email inserting the word misdirected as the message and delete
this
e-mail from your system.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Mike Sabroff

fraught operation??

A lot of people seem to have problems with this, but I have had few problems 
with it.
A bit time consuming to set up initially, but there is enough documentation to 
do it fairly easily.
I think that the reason there seems to be so many posts here is because some 
people are not willing to spend a reasonable amount of time in the process 
before posting fer help.

Mike



Peter Crowther wrote:
From: Ikonne, Ike [mailto:[EMAIL PROTECTED] 
Does Tomcat provide support for php scripting language?



Yes, you could build PHP as a CGI program and run it using Tomcat's CGI
support, but this would be pretty slow.  There is no facility that I
know of to integrate PHP with Tomcat.  Otherwise, as Markus suggests,
run Apache, run PHP inside Apache and use a connector to link Apache and
Tomcat.  Be aware that connecting Apache and Tomcat seems to be a
somewhat fraught operation!

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  


--
Mike Sabroff
Web Services
Developer
[EMAIL PROTECTED]
920-568-8379


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]