How to activate php support in the webserver used in ofbiz

2007-10-05 Thread vijay Si
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

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread BJ Freeman
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 >

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread vijay Si
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(lin

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread Phillip Rhodes
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 t

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread BJ Freeman
here is a good place to start if you have not already read through http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index and this is good for setup of ofbiz http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide finally http://ofbizwiki.go-integral.com/Wiki.j

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread Rodrigo Souza
PHP??? How??? It's bad! Application Server Instance , bad idea use other interpreter. 2007/10/5, BJ Freeman <[EMAIL PROTECTED]>: > > here is a good place to start if you have not already read through > http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index > and this is good for setup

Re: How to activate php support in the webserver used in ofbiz

2007-10-05 Thread Jacques Le Roux
Don't forget to have a look at mod_proxy_ajp (implies Apache HTTPD 2.2+) http://www.nabble.com/How-to-render-Chinese-characters-in-OFBiz-PDF-reports--tf4241187.html#a12117084 http://www.nabble.com/ofbiz-with-mod_proxy_ajp-on-apache-2.2-and-FC5-tf2711280.html#a7581586 And in a general way http://