I would keep things simple. Running PHP and ofbiz have nothing to do with each other with the exception that apache httpd server may handle the requests up front.
Keep the URL's separate e.g. /ecommerce/ for ofbiz (mod jk) / can map to your apache document root where your php files are located. It took me about 20 minutes to setup the same thing. http://calgon.rhoderunner.com/ is a php site, with an ofbiz back end for the cart. ----- Original Message ----- From: "vijay Si" <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, October 5, 2007 7:06:05 AM (GMT-0500) America/New_York Subject: Re: How to activate php support in the webserver used in ofbiz Hi BJ, thats exactly what i wanted to know. how to have our embedded tomcat server activate php. I have downloaded php installer. It is asking for the webserver files. should i provide it the path of "framework\catalina\lib\catalina.jar" . Also you mentioned establishing connector. can u guide(links) me how to do that. Regards On 10/5/07, BJ Freeman <[EMAIL PROTECTED]> wrote: > > by having an apache webserver with php enabled and use a connector to > ofbiz. > > vijay Si sent the following on 10/5/2007 3:47 AM: > > Hi i want to use php for some part of my project. Currently tomcat does > not > > interpret .php extension. > > How should i enable php support? > > > > Regards > > >
