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]

Reply via email to