Re: Does Tomcat work on dual processor systems?

2005-09-09 Thread Asha Nallana
applications etc. blocking or controlling those ports? Asha Nallana [EMAIL PROTECTED] 09/08/2005 05:53 PM Please respond to Tomcat Users List tomcat-user@jakarta.apache.org To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Does Tomcat work on dual processor systems

re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Leon Rosenberg
We have tomcat (5.0.x) on both intel xeon and amd two-processor systems, it works (under linux / jdk 1.4). Maybe you should provide more details, but it doesn't sounds like a multiprocessor problem. Regards Leon -Ursprüngliche Nachricht- Von: Asha Nallana [mailto:[EMAIL PROTECTED]

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
My problem is that the server sockets that are supposed to be created by our servlet and wait for client connections are not being created. We have a RedHat7.3 linux system. When I do a netstat -a | grep by socket connections only some of them show up. Obviously, the client connections for

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
We are using Tomcat4.1.18, JDK1.4.2, Apache1.3 and mod_jk2. Leon Rosenberg wrote: We have tomcat (5.0.x) on both intel xeon and amd two-processor systems, it works (under linux / jdk 1.4). Maybe you should provide more details, but it doesn't sounds like a multiprocessor problem. Regards

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Stephen Caine
Asha, We are using Tomcat v5.5 running under OS X v10.4 (dual processor). No problems whatsoever. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Atanu Neogi
/2005 05:13 PM Please respond to Tomcat Users List tomcat-user@jakarta.apache.org To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Does Tomcat work on dual processor systems? My problem is that the server sockets that are supposed to be created by our servlet and wait

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Andrew Miehs
Hi Asha, Asha Nallana wrote: We are using Tomcat4.1.18, JDK1.4.2, Apache1.3 and mod_jk2. And somewhere you mentioned Redhat 7.3. Isn't that VERY old? can you provide the output of uname -a ps auxw netstat -anp and probably server.xml Does this setup work? Did it ever work? or are you

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
network configuration? Is yours a multi-home server? Asha Nallana [EMAIL PROTECTED] 09/08/2005 05:13 PM Please respond to Tomcat Users List tomcat-user@jakarta.apache.org To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Does Tomcat work on dual processor systems

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Atanu Neogi
List tomcat-user@jakarta.apache.org cc Subject Re: Does Tomcat work on dual processor systems? Yes, my web application is creating 4 server socket instances. Out of these 4 , some of them get created and some don't. The ones created each time differ and so the word random. My application

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Luis Torres
Hello, Im running Tomcat 4.01, 4.03, 4.131, 5.5.4 and 5.5.9 on Solaris 8/9 and also in AIX 4.3 with no problems at all. The OS takes care of passing the processing to a particular CPU. Regards, Luis Andrew Miehs wrote: Hi Asha, Asha Nallana wrote: We are using Tomcat4.1.18, JDK1.4.2,