Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread Daniel Mikusa
On Oct 29, 2013 9:14 PM, "Jay" wrote: > > I have already tried removing the enhancement and restarting. The sever still has the out of memory issue on startup. As Mark said, you need to include the full stack trace so we can see what type of oome your seeing. > > Tomcat logs shows different exce

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread Jay
I have already tried removing the enhancement and restarting. The sever still has the out of memory issue on startup. Tomcat logs shows different exception related to product. Hence it's difficult to really to understand what caused out of memory issue. Sent from jay's iPhone > On Oct 30, 201

Re: JSR-356 WebSocket Extensions

2013-10-29 Thread Mark Thomas
On 29/10/2013 20:02, Vasiliy Strelnikov wrote: > Hello, > > I'm currently writing some kind of WebSocket service with help of newly > implemented JSR-356 spec. > But, I've noticed, that there is lack of support of WebSocket Extensions > functionality (http://tools.ietf.org/html/rfc6455#page-48 ).

JSR-356 WebSocket Extensions

2013-10-29 Thread Vasiliy Strelnikov
Hello, I'm currently writing some kind of WebSocket service with help of newly implemented JSR-356 spec. But, I've noticed, that there is lack of support of WebSocket Extensions functionality (http://tools.ietf.org/html/rfc6455#page-48 ). For example, as far as I can see, function org.apache.tomc

Re: Tomcat ping pong

2013-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Morten, Please don't hijack threads. Post a new message for a new question. Also, you really ought to read this before re-posting. http://www.catb.org/esr/faqs/smart-questions.html - -chris On 10/29/13, 1:51 PM, Morten Bo Oelbye wrote: > Where ca

Re: In apache-tomcat-7.0.40 want to set Client auth dynamically

2013-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 10/29/13, 4:27 AM, Mark Thomas wrote: > On 29/10/2013 05:57, Sushil Prusty wrote: >> Hi All, >> >> >> In server.xml i need to setup clientauth value dynamically .Is >> there any java apace api available to set value at runtime or any >>

Tomcat ping pong

2013-10-29 Thread Morten Bo Oelbye
Where can I find any solution about an persistent solution. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing? An keep-Alive does not do it.

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread André Warnier
Jay wrote: Hi, I am using the Tomcat 4.1.31. Recently some new enhancement has resulted in out of memory issue. Now whenever we start the server the server memory becomes 0 within few mins hence no memory is available for application. It looks to me like the diagnosis is rather easy here : a

Re: Problems with Clustering / Session Replication

2013-10-29 Thread Daniel Mikusa
On Oct 25, 2013, at 11:11 AM, Nicholas Violi wrote: > On Tue, Sep 24, 2013 at 5:21 PM, Daniel Mikusa wrote: >> >> A couple general thoughts... >> >> 1.) When looking at log statements at the FINE & lower levels, recognize >> that these are not reporting problems. They just give you the ability

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread Jay
Hi Mark, Thanks for the info, but the tomcat 4.1.31 comes with the SAS portal vendor product we are using hence we cannot upgrade the server. I will upload the stack trace. Thanks Jay Sent from jay's iPhone > On Oct 29, 2013, at 4:35 PM, Mark Thomas wrote: > >> On 29/10/2013 07:09, Jay wrot

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread Mark Thomas
On 29/10/2013 07:09, Jay wrote: > >>> Hi, >>> >>> I am using the Tomcat 4.1.31. Recently some new enhancement has resulted in >>> out of memory issue. Now whenever we start the server the server memory >>> becomes 0 within few mins hence no memory is available for application. >>> >>> Please pr

Re: In apache-tomcat-7.0.40 want to set Client auth dynamically

2013-10-29 Thread Mark Thomas
On 29/10/2013 05:57, Sushil Prusty wrote: > Hi All, > > > In server.xml i need to setup clientauth value dynamically .Is there any > java apace api available to set value at runtime or any other alternative > option ? > > The behaviour varies by connector. The BIO connector uses the value for

Re: Tomcat server 4.1.31 out of memory issue

2013-10-29 Thread Jay
>> Hi, >> >> I am using the Tomcat 4.1.31. Recently some new enhancement has resulted in >> out of memory issue. Now whenever we start the server the server memory >> becomes 0 within few mins hence no memory is available for application. >> >> Please provide help of procedure to clear the me