Hi everybody, i have a question regarding multiple tomcats. We are using HPUX 11 apache 1.3.20 and tomcat 3.2.3 We have 4 tomcats running using each his own server.xml all other config files are the same. To achive this I added three new workers in worker.properties and am using them in httpd.conf to direct requests to the different tomcats/jvms This works. The problem is that I have a very high load on the machine without anyone accessing the servlets. I understand that there is a high overhead (threadwise) compared to just one tomcat (additionally we are using connection pools for oracle access). Is this the reason or am I overlooking something important (like resources for four tomcats are used by every single tomcat because of several workers ...) Please advice Thanks a lot gruss stefan