Yiannis Mavroukakis wrote:

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

Or better yet:


worker          worker          worker--TC
   |              |             |
   |              |             |
JK2:proxy     JK2:proxy   JK2:instance
   \            |         /
    \           |        /
     \          |       /
   Master Apache process

Something like a "mod_cgid", one Apache worker gets dedicated to serving TC, the others are talking to it via Apache's internal mechanisms.

Nix.


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



Reply via email to