Hi all,

we currently work on a migration of our systems from Solaris to
Linux and I develop the structure/setup of the new mashines.

We have 4 different web applications on one of the mashines with
at about 1400 users at all (300-400 concurrent).

We have to assign one virtual IP per web application (legacy).

I plan to setup one Apache with a virtual host per virtual IP.
Apache should dispatch all requests via mod_jk to the appropriate
tomcat.

Is that a good setup? Or is Apache a bottleneck for the web
applications in the backend? What value should the Apache
parameter "MaxChilds" should have? Is 256 enough?

An alternative setup could be one tomcat with all 4 web
applications in it. But we fear to close-couple all
web applications to one tomcat process? Does a web
application with high load affect other web applications in
the same tomcat process?

Best regards

--ah

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

Reply via email to