With the help of the below article I tried implement the concept of virtual hosting.
http://www.jboss.org/community/docs/DOC-12549
But i end up with 404 error.
I will explain the process i implemented
I am using
jboss 5.0.1 new app server
In default/deploy/jbossweb.sar--i opened server.xml and add below code
Port Number i set it to 80
Now i navigated back to myapp.war and edited jboss-web.xml available in WEB-INF folder. my jboss-web.xml is as below
Now I accessed
http://myapphost i get page not found error. I have index.html in myapp.war folder <welcome-file-list>tags are available in web.xml and index.html is added to it also
Also, when i access
http://www.myapp.com i find the same problem.
Please help me. Where i am going wrong?