On 7/31/07, Mike Duffy <mduffy_lists@(protected):
> Does anyone have a good reference for installing PHP on Tomcat 6.0?
Probably not; AFAIK it doesn't exist :-)
> There is no good info at php.net and the instructions I've found through
> Google talk about modifying an httpd.conf file that is not in Tomcat.
That's because PHP is typically run on Apache httpd, hence references
to its config file -- Tomcat is a Servlet container, not a general-purpose
web server.
PHP 4 has code for building a PHP servlet which kinda worked but not,
in my experience, too reliably. PHP 5 dropped that altogether.
If you only want PHP, use Apache httpd. There are bundled installers
for various platforms, but it's not hard to build (on Linux, at least).
HTH,
--
Hassan Schroeder ------------------------ hassan.schroeder@(protected)
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)