you have JBoss running on port 80 ? maybe you mean you have Apache Web Server fronting
JBoss AS ? If you have such a configuration you could use mod rewrite for example.
If you are running jBoss standalone you could add an index.jsp page containing something
like that.
<% response.sendRedirect("/abc/def.html "); %>
Hope it helps.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257557#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...