[jboss-user] [Installation, Configuration & Deployment] - Re: Redirect JBoss root page to a different URL

f_marchioni do-not-reply at jboss.com
Tue Sep 29 04:48:02 EDT 2009


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#4257557

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



More information about the jboss-user mailing list