How to activate php support in the webserver used in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

How to activate php support in the webserver used in ofbiz

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
Reply | Threaded
Open this post in threaded view
|

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

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
>
Reply | Threaded
Open this post in threaded view
|

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

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(links) me how to do that.

Regards


On 10/5/07, BJ Freeman <[hidden email]> 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
> >
>
Reply | Threaded
Open this post in threaded view
|

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

rhodebump
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" <[hidden email]>
To: [hidden email]
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 <[hidden email]> 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
> >
>

Reply | Threaded
Open this post in threaded view
|

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

BJ Freeman
In reply to this post by vijay Si
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.jsp?page=Mod_jk_config

vijay Si sent the following on 10/5/2007 4:06 AM:

> 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 <[hidden email]> 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
>>>
>
Reply | Threaded
Open this post in threaded view
|

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

Rodrigo Lima-2
PHP??? How???
It's bad!
Application Server Instance , bad idea use other interpreter.



2007/10/5, BJ Freeman <[hidden email]>:

>
> 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.jsp?page=Mod_jk_config
>
> vijay Si sent the following on 10/5/2007 4:06 AM:
> > 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 <[hidden email]> 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
> >>>
> >
>
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
In reply to this post by BJ Freeman
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://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=mod_proxy_ajp

I still not found the time to test and document

Jacques

De : "BJ Freeman" <[hidden email]>

> 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.jsp?page=Mod_jk_config
>
> vijay Si sent the following on 10/5/2007 4:06 AM:
> > 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 <[hidden email]> 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
> >>>
> >
>
Reply | Threaded
Open this post in threaded view
|

Customer Relationship Management - OFBiz Roadmap

wikitec
Hi Fellas
I am interested to know approximately what timeframe we have on the Customer
Relationship Management Module is due to be implemented.  At this point in
time I am tossing up whether to implement TinyERP or OFBiz.  The only thing
stopping me from choosing OFBiz is that it doesn't have a CRM module as yet.
Also not knowing when this might be implemented does not help with my
evaluation matrix

Thanks in advance for your input on this

Cheers
Phil

Reply | Threaded
Open this post in threaded view
|

Re: Customer Relationship Management - OFBiz Roadmap

BJ Freeman
clarification
all the parts to do CRM are in ofbiz, they are scattered through the system.
They don't have the common terminology that most see on CRM SFA type
applications.

The only thing lacking is UI that are classified as CRM and SFA so
people can easily identify them.

Philip Laing sent the following on 10/5/2007 5:07 PM:

> Hi Fellas
> I am interested to know approximately what timeframe we have on the Customer
> Relationship Management Module is due to be implemented.  At this point in
> time I am tossing up whether to implement TinyERP or OFBiz.  The only thing
> stopping me from choosing OFBiz is that it doesn't have a CRM module as yet.
> Also not knowing when this might be implemented does not help with my
> evaluation matrix
>
> Thanks in advance for your input on this
>
> Cheers
> Phil
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

RE: Customer Relationship Management - OFBiz Roadmap

wikitec

Thanks BJ

Does it have the capabilities of implementing a small IT helpdesk, tracking
and catagorizing calls, warranties, SLA's, drilling down for reports for
time frame of resolving calls and so forth?

Thanks Phil

> -----Original Message-----
> From: BJ Freeman [mailto:[hidden email]]
> Sent: Saturday, 6 October 2007 10:13 AM
> To: [hidden email]
> Subject: Re: Customer Relationship Management - OFBiz Roadmap
>
> clarification
> all the parts to do CRM are in ofbiz, they are scattered through the
> system.
> They don't have the common terminology that most see on CRM SFA type
> applications.
>
> The only thing lacking is UI that are classified as CRM and SFA so
> people can easily identify them.
>
> Philip Laing sent the following on 10/5/2007 5:07 PM:
> > Hi Fellas
> > I am interested to know approximately what timeframe we have on the
> Customer
> > Relationship Management Module is due to be implemented.  At this point
> in
> > time I am tossing up whether to implement TinyERP or OFBiz.  The only
> thing
> > stopping me from choosing OFBiz is that it doesn't have a CRM module as
> yet.
> > Also not knowing when this might be implemented does not help with my
> > evaluation matrix
> >
> > Thanks in advance for your input on this
> >
> > Cheers
> > Phil
> >
> >
> >
> >