I have PHP 5.0.1 running on Apache2 .. (port 88)
also Apache2 connected to Tomcat 5 (port 8080) .. via mod_jk2 connector
my question:-
how can I setup Tomcat server to now run PHP 5.0.1 ??
this link http://wiki.apache.org/jakarta-tomcat/UsingPhp
suggests ..
1.3. Copy jar to your webapp's or Tomcat's common class repository:
cp $PHP_HOME/sapi/servlet/phpsrvlt.jar $TOMCAT_HOME/common/lib
1.4. Declare PHP servlet and servlet-mapping in your or tomcat's common web.xml:
Copy from $PHP_HOME/sapi/servlet/web.xml servlet and servlet-mapping and paste into $TOMCAT_HOME/conf/web.xml.
...
I have found the phpsrvlt.jar file .. to copy into Tomcat .. but no web.xml file can be found in PHP 5.0.1 installation.
Also there is reference to servlet-api.jar .. can't find that either.
Where can I get these files?
Thanks.