If I understand you corrcetly, you don't want the war name as part of the URL 
but want to access it via www.yoururl.com??? If so, try adding this to your 
http.conf file:

RewriteEngine on

RewriteRule (.*)\.(js|css|xml|xsl|html|asp)$ 
http://localhost:8080/yourwar/$1.$2 [P,L]
RewriteRule "^/(.*)" "http://localhost:8080/$1"; [P]
ProxyPassReverse / http://localhost:8080/

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to