I tried option 2 and I used how-tos from  the following link:

http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Howtousemodproxyajp
 

and the error I get is:

[Mon Jul 21 16:40:30 2008] [error] (70007)The timeout specified has expired: 
ajp_ilink_receive() can't receive he
ader
[Mon Jul 21 16:40:30 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Mon Jul 21 16:40:30 2008] [error] (120006)APR does not understand this error 
code: proxy: read response failed f
rom (null) ()

Any ideas?

>>> Raj Saini <[EMAIL PROTECTED]> 7/14/2008 11:45:23 AM >>>

There are different way of doing it:

1. Mount your application to root mount point change the http port to 80 
and SSL to 443.
2. Front OFbiz server with Apache web server and use mod ajp proxy, 
mod_jk or mod_rewrite. You can find more about mod_jk and mod_ajp_proxy 
somewhere on wiki and mailing list.

Thanks,

Raj
Robert Volke wrote:
> Hi,
>
> I'm trying to redirect the url for my ecommerce application.  So what I need 
> to make happend is when somebody types in www.sitename.com it should redirect 
> to http://server.domain:<port>/ecommerce .   
> I'm trying to look at Apache HTTP redirect but is there an easier way?
>
> Thanks
>
>
>   


Reply via email to