Have you read through the Basic Production Setup Guide? It sounds
like you what you might need is to change the URL writing
configuration in OFBiz so it knows to send back and forth between
http/s.
-David
On Sep 1, 2006, at 1:26 PM, Peter Dirickson wrote:
Thanks Byers,
I checked the wiki and I figured out how to have port 8080 proxying
to port
80.
I just can't do the same using the ssl port 8443 to redirect to
port 443.
I'm just using mod_proxy and changed httpd.conf.
Any other ideas?
Thanks,
Peter.
-----Original Message-----
From: Al Byers [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 11:48 AM
To: [email protected]
Subject: Re: Integrate Apache2 with Tomcat.
Check out the old wiki off the main ofbiz.org page.
Peter Dirickson wrote:
Hi,
I'm trying to have my ofbiz to work with apache2, so instead I
have to
browse to:
http://server:8080/ecommerce it would forward or proxy(?) to
http://server/ecommerce and the same when it has SSL,
https://server/ecommerce instead of https://server:8443/ecommerce.
So I guess I need to use mod_proxy right. I also found out that
there is a
mod_jk but I'm not sure if I need it. Any help would be appreciated,
thanks.
Peter.