Virtual Host Configuration in JBoss
Virtual Host Configuration in JBoss 6.1.0 EAP / Jboss7 COMMUNITY EDITION "Virtual Hosts" is a method to serve requests for multiple host names for example you access your website similar to real host names like http://trvajjala.in If you want set virtual host to your application you need to follow below instructions. Configure Virtual Hosts in standalone.xml Open standalone.xml under ${JBOSS}/standalone/configuration folder and configure below virtual hosts configurations in one of subsystems. If you have multiple applications in the same server you can use separate virtual host entry. <subsystem xmlns="urn:jboss:domain:web:1.4" default-virtual-server="default-host" native="false"> <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> <connector name="ajp" protocol="AJP/1.3