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

Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
I am having problem with Tomcat running on a dual processor system? Has anyone tried this? Does it work? The server sockets from my application are not being created or accepting connections. I don't know the exact cause. But the symptom is that all client connections are not being refused

re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Leon Rosenberg
] Gesendet: Donnerstag, 8. September 2005 23:00 An: tomcat-user@jakarta.apache.org Betreff: Does Tomcat work on dual processor systems? I am having problem with Tomcat running on a dual processor system? Has anyone tried this? Does it work? The server sockets from my application

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
a multiprocessor problem. Regards Leon -Ursprüngliche Nachricht- Von: Asha Nallana [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 8. September 2005 23:00 An: tomcat-user@jakarta.apache.org Betreff: Does Tomcat work on dual processor systems? I am having problem with Tomcat running

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Asha Nallana
Leon -Ursprüngliche Nachricht- Von: Asha Nallana [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 8. September 2005 23:00 An: tomcat-user@jakarta.apache.org Betreff: Does Tomcat work on dual processor systems? I am having problem with Tomcat running on a dual processor system? Has

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,