Hello all,
How can I configure jboss so as to start up my website from a normal address such as xyz.com?
My website can only be seen from xyz.com/myapp
How do I configure jboss so that this I don't have to type /myapp ?
Thanks, Matt
The way I did it is to rename your war file to ROOT.war. You can change the context root in jboss XML file also.