Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-22 Thread Mark Thomas
On 18/10/2013 22:09, Bob DeRemer wrote: Hi Guys, In our implementation, we have a gateway app that uses jsr websockets to communication with our main application server. In a small system, we want to run them both on a single Tomcat instance using the same Tomcat NIO connector, but

Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-22 Thread Mark Thomas
On 22/10/2013 16:17, Mark Thomas wrote: On 18/10/2013 22:09, Bob DeRemer wrote: Hi Guys, In our implementation, we have a gateway app that uses jsr websockets to communication with our main application server. In a small system, we want to run them both on a single Tomcat instance using

RE: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-22 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 22, 2013 3:34 PM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely On 22/10/2013 16:17, Mark Thomas

Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-22 Thread Mark Thomas
On 22/10/2013 20:41, Bob DeRemer wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 22, 2013 3:34 PM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs

RE: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-22 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 22, 2013 4:00 PM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely On 22/10/2013 20:41, Bob DeRemer

Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-19 Thread Niki Dokovski
On Sat, Oct 19, 2013 at 12:09 AM, Bob DeRemer bob.dere...@thingworx.comwrote: Hi Guys, ** ** In our implementation, we have a gateway app that uses jsr websockets to communication with our main application server. In a small system, we want to run them both on a single Tomcat

Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-19 Thread Niki Dokovski
On Sat, Oct 19, 2013 at 4:20 PM, Niki Dokovski nick...@gmail.com wrote: On Sat, Oct 19, 2013 at 12:09 AM, Bob DeRemer bob.dere...@thingworx.comwrote: Hi Guys, ** ** In our implementation, we have a gateway app that uses jsr websockets to communication with our main application

RE: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-19 Thread Bob DeRemer
-Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 19, 2013 9:24 AM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely On Sat, Oct 19, 2013 at 4:20

Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-19 Thread Niki Dokovski
On Sat, Oct 19, 2013 at 4:26 PM, Bob DeRemer bob.dere...@thingworx.comwrote: -Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 19, 2013 9:24 AM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps

RE: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-19 Thread Bob DeRemer
-Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 19, 2013 10:06 AM To: Tomcat Developers List Subject: Re: websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely On Sat, Oct 19, 2013 at 4:26

websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-18 Thread Bob DeRemer
Hi Guys, In our implementation, we have a gateway app that uses jsr websockets to communication with our main application server. In a small system, we want to run them both on a single Tomcat instance using the same Tomcat NIO connector, but directing to different respective WS paths. This