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. > > > > >
