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
______________________________________________________________________