You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by oj14 <18...@novagate.com> on 2000/12/01 19:18:09 UTC

virtuals/workers

Hi,
Just installed 3.2 and want to utilize the new virtual host support.

I defined 2 new workers (workerA workerB)

Both at using apj13 and port 8009

In my virtual host apache configs I properly mount my servlets/jsps on the
corresponding workerA and workerB

my question is 

a. how do i ensure that both virtuals are actuall operating in their own unique
jvms instances

b. can 2 workers share the same port? or do i need to define another Connector
in server.xml using the apj13connection handler and just changing the port for
each corresponding separate worker?


Re: virtuals/workers

Posted by oj14 <18...@novagate.com>.
OR do I have to create 2 server.xmls and start tomcat twice, once for each
virtual?

On Fri, 01 Dec 2000, you wrote:
> Hi,
> Just installed 3.2 and want to utilize the new virtual host support.
> 
> I defined 2 new workers (workerA workerB)
> 
> Both at using apj13 and port 8009
> 
> In my virtual host apache configs I properly mount my servlets/jsps on the
> corresponding workerA and workerB
> 
> my question is 
> 
> a. how do i ensure that both virtuals are actuall operating in their own unique
> jvms instances
> 
> b. can 2 workers share the same port? or do i need to define another Connector
> in server.xml using the apj13connection handler and just changing the port for
> each corresponding separate worker?