> -----Message d'origine-----
> De: Coetmeur, Alain [mailto:[EMAIL PROTECTED]]
> there is an attribute "BindAddress" which tells which precise
> IP address you
> listen to...
>
> maybe should you try
> <attribute name="BindAddress" value="virtual.host.com"/>
in jboss.jcml
>
> but only if this is a different IP address
>
> in fact catalina mbean creates a host object
> on bindAddress.getHostAddress()
> and not directly on the name you give...
> moreover it does a socket bind on that address
> (which must be valid!)
>
> is it enough ?
if you want to deploy your webapp under root context of the wirtual host,
try to deploy a war names ".war"
or if you use an EAR, set the context to "/" or "" in application.xml
<context-root></context-root>
or
<context-root>/</context-root>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user