I've looked upon the subject of <host> in catalina mbean...
and have changed my mind a bit.

note that I suppose that you switch back to embedded catalina.

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"/>

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 not, 
I'll try soon to patch my version of catalinambean
so that you can add a virtual host !




> >We even separated the web tier from the EAR, creating a 
> separate WAR file. I
> >deployed the WAR under tomcat (putting the WAR file into its webapps
> >folder), and thus I was able to add a <host> tag, pointing 
> to webapps/istore
> >(this is where tomcat normally deploys). I started tomcat 
> (with the webtier
> >of istore in it) and JBoss (running now merely the EJBs of 
> istore). The idea
> >worked... But when the two layers began talking to each 
> other, I got a bit
> >sad. Everything was deadly slow. Circulus vitiosus... When 
> I'm able to
> >create the virtual host I need, it's damn slow when it's 
> fast, I cannot
> >create the vhost. Now I am at a complete loss as how to proceed...

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to