Tomcat is a servlet container. It serves content mainly created via JSP and Java servlets. It doesn't have anything to do with PHP. I think there are some development efforts under way to give Tomcat PHP capability by creating the PHP engine as a servlet, but I don't know any details.
Tomcat's configuration file is server.xml. Apache's configuration file is httpd.conf. One cannot use the other for configuration information. Right now, if you want to use PHP with Tomcat, I believe you're limited to using PHP with Apache, and adding Tomcat support to Apache as well. John > -----Original Message----- > From: Jude Joseph [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 8:21 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: server.xml instead of httpd.conf - how do you > configure Tomacat > 4.x/PHP > > > Hi, > > Most installation instructions of PHP with Apache seem to > concentrate on older versions of apache and reference changes > in httpd.conf but the newer tomcat installation uses the > C:\Program Files\Apache Group\Tomcat 4.1\conf\server.xml file > instead of the httpd.conf. I can not find any instructions > anywhere on how to configure this file for PHP to work with > Apache on a windows installation. Any help would be most > appreciated. Thank you. > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
