> -----Original Message-----
> From: Yiannis Mavroukakis
> 
> Yep I see what you mean know (fog of stupidity lifts).
> Ok so to iterate, the problem is that since linux has 
> multiple workers, these workers will want to attach 
> themselves to their own tomcat instance. 
> How about this then..instead of launching several tomcat 
> instances (which you cant), why not create a "virtual tomcat" 
> construct? This would be a proxy to a single instance of 
> Tomcat so you'd have something like this:
> 
>       worker     worker               worker
>          |              |              |
>          |              |              |
>       virtualTC     virtualTC      virtualTC
>                  \            |           /
>                   \       |      /
>                    \      |       /
>                  Single TC instance
>

That would be a general idea. The single point of problem is this virtualTC,
or some other concept, that will allow such a scheme. Eventually it will be
implemented, but can't put my money on the exact date :-).

MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to