This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: wrong redirects when using seam behind an apache proxymow.spackenwasser.gmx.de Jun 18, 2010 3:11 AM (in response to mow.spackenwasser.gmx.de)Ok i fixed it myself by modyfing the proxyconfig. This changes did the trick for me: 
 Essentialy, theProxyPreserveHost On fixed the URL problem and switching to https for the proxy connection fixed the redirect to a wrong portold: (NOT WORKING!)apache: ProxyPreserveHost On ProxyPass /myapp/ http://127.0.0.1:8080/myapp/ new: (WORKING)apache: SSLProxyEngine On ProxyPreserveHost On ProxyPass /myapp/ https://127.0.0.1:8443/myapp/ ProxyPassReverse /myapp/ https://localhost:8443/myapp/ JBoss-Config: Just enabled SSL-Connector in jbossweb.sar/server.xml 
- 
        2. Re: wrong redirects when using seam behind an apache proxymow.spackenwasser.gmx.de Jun 18, 2010 3:13 AM (in response to mow.spackenwasser.gmx.de)wrong copy/paste, the ProxyPreserveHost On did NOT exist in the OLD config obv.
