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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to