Re: "Info: WebSocket connection closed, Code: 1006" when try to run websocket sample

2015-04-23 Thread Thusitha Thilina Dayaratne
Hi, > Hi, > > I've embedded tomcat 8.0.20 and using that. I build the tomcat websocket > example and when I'm trying to run it in my server for all 4 examples > (Echo, chat, etc..) > I'm getting > >> Info: WebSocket connection closed, Code: 1006 > > > In the console it prints > > WebSocket connect

Re: "Info: WebSocket connection closed, Code: 1006" when try to run websocket sample

2015-04-23 Thread Thusitha Thilina Dayaratne
Hi, > Hi, > > I've embedded tomcat 8.0.20 and using that. I build the tomcat websocket > example and when I'm trying to run it in my server for all 4 examples > (Echo, chat, etc..) > I'm getting > >> Info: WebSocket connection closed, Code: 1006 > > > In the console it prints > > WebSocket connect

Re: Cluster - Session replication error: Unable to apply diff

2015-04-23 Thread Théo Chamley
> On 22 Apr 2015, at 02:32, Keiichi Fujino wrote: > > Fixed at r1675020. > > -- > Keiichi.Fujino Hello, Sorry for not having replied earlier. Thank you for your investigation and your bug correction. I will try to apply my test case to the trunk in the next few days, I’ll let you know if it

Re: Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread Konstantin Kolinko
2015-04-23 17:06 GMT+03:00 gio.cot : > Hi > > this morning (without in appearance have done nothing) I don't succeed to > run my applications Web installed on Tomcat on As400. If I open the Tomcat > console I see listed only the applications / host-manager and > > / manager, all the me applica

Re: Where are my non-persistent sessions stored ?

2015-04-23 Thread Mark Thomas
On 23/04/2015 14:24, Sreyan Chakravarty wrote: > I beg to differ but every time a new request is sent to the server, Tomcat > creates a new session for it. Not correct. > So yes Tomcat creates a session even if the application does not ask for it. Also not correct. > Every unique session genera

Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread gio.cot
Hi this morning (without in appearance have done nothing) I don't succeed to run my applications Web installed on Tomcat on As400. If I open the Tomcat console I see listed only the applications / host-manager and / manager, all the me applications are not listed anymore. If I go with Wr

Re: Where are my non-persistent sessions stored ?

2015-04-23 Thread Sreyan Chakravarty
I beg to differ but every time a new request is sent to the server, Tomcat creates a new session for it. So yes Tomcat creates a session even if the application does not ask for it. Every unique session generates an unique session id on the server. On Wed, Jan 21, 2015 at 1:06 PM, Mark Thomas wro

Re: Why is Class.forName required to load drivers in Tomcat 8 ?

2015-04-23 Thread Sreyan Chakravarty
So what happens when I add something to the build path of a web-app ? The dependency is not registered ? Also does that mean that whatever dependency I need I will have to put it in the /lib folder ? I just don't understand why it doesn't work if I add it to the Build Path from Eclipse like I do fo

Re: File descriptors peaks with latest stable build of Tomcat 7

2015-04-23 Thread Thomas Boniface
I just want to keep you updated and tell you that all your replies are very helpful. It give me clues on what to look for and sometimes confirm some of our suspicion. I have transmitted some of the element collected in this thread to our platform team but we were not able to setup new test so far

Re: Tomcat Thread issue

2015-04-23 Thread Subhro Paul
-Daniel Mikusa wrote: - To: Tomcat Users List From: Daniel Mikusa Date: 04/23/2015 05:01PM Subject: Re: Tomcat Thread issue On Thu, Apr 23, 2015 at 7:15 AM, Subhro Paul wrote: > Dear Team, > > One of our client's website stopped working yesterday. We observed that > Tomcat servers wer

Re: Tomcat Thread issue

2015-04-23 Thread Daniel Mikusa
On Thu, Apr 23, 2015 at 7:15 AM, Subhro Paul wrote: > Dear Team, > > One of our client's website stopped working yesterday. We observed that > Tomcat servers were not working properly during that time. We have checked > the memory usage of the server was fine but in the Catalina.out log we > foun

Tomcat Thread issue

2015-04-23 Thread Subhro Paul
Dear Team,  One of our client's website stopped working yesterday. We observed that Tomcat servers were not working properly during that time. We have checked the memory usage of the server was fine but in the Catalina.out log we found it was already reached to max thread which is 512 though th

Re: "Info: WebSocket connection closed, Code: 1006" when try to run websocket sample

2015-04-23 Thread Thusitha Thilina Dayaratne
Hi > Hi, > > I've embedded tomcat 8.0.20 and using that. I build the tomcat websocket > example and when I'm trying to run it in my server for all 4 examples > (Echo, chat, etc..) > I'm getting > >> Info: WebSocket connection closed, Code: 1006 > > > In the console it prints > > WebSocket connecti

Re: "Info: WebSocket connection closed, Code: 1006" when try to run websocket sample

2015-04-23 Thread Mark Thomas
On 23/04/2015 05:51, Thusitha Thilina Dayaratne wrote: > Hi, > > I've embedded tomcat 8.0.20 and using that. I build the tomcat websocket > example and when I'm trying to run it in my server for all 4 examples > (Echo, chat, etc..) > I'm getting > >> Info: WebSocket connection closed, Code: 1006