[jboss-user] [JBoss Seam] - Re: Seam via Apache and ProxyPass/ProxyPassReverse not worki

DataGazetteer do-not-reply at jboss.com
Fri Feb 2 15:54:52 EST 2007


I found a way to work around this by adding additional ProxyPass and ProxyPassReverse lines.  The source of the mysterious applet context path still remains, though, as the "/drc" path still shows up in the browser for Seam Facelet form only.  This is quite strange and unexpected.


  | <VirtualHost *:80>
  |     ServerName integration.drc-dev.ohiolink.edu
  | 
  |     ProxyRequests off
  |     ProxyPreserveHost On
  | 
  |     <Proxy *>
  |         Order deny,allow
  |         Allow from all
  |     </Proxy>
  |     ProxyPass /drc/ http://localhost:8080/drc
  |     ProxyPass / http://localhost:8080/drc
  |     ProxyPassReverse / http://localhost:8080/drc
  |     ProxyHTMLURLMap /drc/drc/      /
  |     ProxyHTMLURLMap /drc/       /
  | 
  |     <Location />
  |         Order allow,deny
  |         Allow from all
  |     </Location>
  | </VirtualHost>
  | 

Does this look like a bug or something that I'm doing wrong?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010232#4010232

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010232



More information about the jboss-user mailing list