Hi Raj, I am sorry for bothering you so much ,could you please tell me whether i need to configure OFBiz' internal tomcat for mod_jk? Actually i am very new to OFBiz and am not getting a clear idea of implementing this..
Raj Saini <[email protected]> 09/16/2009 03:31 PM Please respond to [email protected] To [email protected] cc Subject Re: Hosting OFBiz on a single server with multiple domain names, without cloning components Hi Neha, With the Location, you need to pass the request to the AJP and tomcat default AJP port is 8009. And the URL in your browser should not include port as port 80 is default. Thanks, Raj [email protected] wrote: > Hi, > > Thanx a lot to all for your replies.They helped me a lot. > I have successfully configured Apache Http Server and is able to view > OFbiz directories on the browser, once i put apache's url on browser. > But i am still not able to access ecommerce component. > > > <VirtualHost *:80> > # General setup for the virtual host. > ServerName 172.17.88.53:80 // This > is my machine's IP address > DocumentRoot "D:\dev\Latest-OFBiz-20aug\" // > i can view this directory list on browser > ServerAdmin [email protected] > ProxyRequests Off > ProxyPreserveHost On > <Location /ecommerce/> // Is it > the correct way to call OFBiz' components from apache?? > ProxyPass http://localhost:8088/ecommerce > </Location> > > > > > Thanks & Regards, > Neha Mehta > > > ______________________________________________________________________ > ______________________________________________________________________ ______________________________________________________________________
