[jboss-jira] [JBoss JIRA] Commented: (JBAS-3918) jbossweb virtual-host processing not working
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Mon Nov 26 10:35:18 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-3918?page=comments#action_12389096 ]
Jean-Frederic Clere commented on JBAS-3918:
-------------------------------------------
The message 400 in fact corresponds to 2 cases no Host mapped to the request and no Context mapped to the request.
The guess is that no Context is mapped to request so the application isn't deployed for any reasons.
I can't reproduce the problem.
Could you check what appends to the application? - The deployement should be incomplete -
> jbossweb virtual-host processing not working
> --------------------------------------------
>
> Key: JBAS-3918
> URL: http://jira.jboss.com/jira/browse/JBAS-3918
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-5.0.0.Beta1
> Reporter: Scott M Stark
> Assigned To: Jean-Frederic Clere
> Fix For: JBossAS-5.0.0.Beta3
>
>
> Add a Host entry to the deployers/jbossweb.deployer/server.xml as described in the 4.0.x section of:
> http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts
> for example:
> <Host name="succubus-vhost"
> autoDeploy="false" deployOnStartup="false" deployXML="false">
> <Valve className="org.apache.catalina.valves.AccessLogValve"
> prefix="succubus-vhost" suffix=".log"
> pattern="common" directory="${jboss.server.home.dir}/log"/>
> </Host>
> add a virtual-host entry to the jmx-console.war/WEB-INF/jboss-web.xml:
> <jboss-web>
> <virtual-host>succubus-vhost</virtual-host>
> </jboss-web>
> and try to access the jmx-console using succubus-vhost:
> [starksm at succubus Security]$ wget http://succubus-vhost:8080/jmx-console/index.jsp
> --08:21:41-- http://succubus-vhost:8080/jmx-console/index.jsp
> => `index.jsp'
> Resolving succubus-vhost... 192.168.10.10
> Connecting to succubus-vhost|192.168.10.10|:8080... connected.
> HTTP request sent, awaiting response... 400 No Host matches server name succubus-vhost
> 08:21:41 ERROR 400: No Host matches server name succubus-vhost.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list