[jboss-user] [Installation, Configuration & DEPLOYMENT] - virtual host issue

sunlinux do-not-reply at jboss.com
Fri Feb 13 00:02:38 EST 2009


on linux using Jboss 4.2.2GA, facing issue on virtual host configuration .. it shows blank page on opening in browser

http://kn.example.com:8080


below is server.xml conf for virtual host.

<Host name="kn"
  |                autoDeploy="false" deployOnStartup="false" deployXML="false">
  |                  <Alias>kn.example.com</Alias>
  |                         <Valve className="org.apache.catalina.valves.AccessLogValve"
  |                         prefix="kn" suffix=".log"
  |                         pattern="common" directory="${jboss.server.home.dir}/log"/>
  | </Host>
  | 

below is jboss.web.xml in application "my.war"

<jboss-web>
  | <context-root>/</context-root>
  | <virtual-host>kn.example.com</virtual-host>
  | </jboss-web>

pls. guide.. my DNS is resolving ok that host. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209761#4209761

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



More information about the jboss-user mailing list