<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user">
    <title>gmane.comp.jakarta.tomcat.user</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221803"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221802"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221801"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221800"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221799"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221798"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221797"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221796"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221795"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221794"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221793"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221789"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221784"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221803">
    <title>Re: tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221803</link>
    <description>&lt;pre&gt;Here is a good link explaining some of the pros and cons of Wicket. Look
at the part titled "Wicket Session size!"

http://www.small-improvements.com/10-things-about-apache-wicket-i-love

Thanks,

Warren Bell

On 5/16/12 12:49 PM, Mikolaj Rydzewski wrote:
&lt;/pre&gt;</description>
    <dc:creator>Warren Bell</dc:creator>
    <dc:date>2012-05-16T22:44:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221802">
    <title>Re: tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221802</link>
    <description>&lt;pre&gt;A Wicket app that is not written correctly can suck up resources. Wicket
keeps track of pages a user has been on by serializing them, "back
button support". If a page has references to other objects, it
serializes them and so on and so on. It can get real ugly real quick.

Wicket has many built-in ways to keep this from happening, but it is
still easy for a beginner to write an app that can cause problems.

Thanks,

Warren Bell

On 5/16/12 12:49 PM, Mikolaj Rydzewski wrote:
&lt;/pre&gt;</description>
    <dc:creator>Warren Bell</dc:creator>
    <dc:date>2012-05-16T22:38:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221801">
    <title>Fwd: Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221801</link>
    <description>&lt;pre&gt;Hello,
And, are the websocket clustering planned for future releases?


Regards

[]'s,
Ronaldo Rigoni
Arquiteto de Software



---------- Forwarded message ----------
From: Mark Thomas &amp;lt;markt&amp;lt; at &amp;gt;apache.org&amp;gt;
Date: Wed, May 16, 2012 at 3:44 PM
Subject: Re: Tomcat 7.0.27 websocket cluster
To: Tomcat Users List &amp;lt;users&amp;lt; at &amp;gt;tomcat.apache.org&amp;gt;


On 16/05/2012 19:34, Ronaldo Rigoni ... wrote:
to.

It is a protocol switch - as per RFC6455. It starts off as an HTTP
connection and then switches to WebSocket.

Since it is a permanent connection, with objects representing the
connection at both ends, the initial expectation is that state can be
maintained in that object (you have to implement it, extending a base
class Tomcat provides).

If you need more, let us know with a use case. I am on the J2EE
WebSocket EG and we are looking at this topic at the moment.

Mark

client


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;tomcat.apache.org
For additional commands,&lt;/pre&gt;</description>
    <dc:creator>Ronaldo Rigoni ...</dc:creator>
    <dc:date>2012-05-16T19:52:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221800">
    <title>Re: tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221800</link>
    <description>&lt;pre&gt;
So there are two different applications? Myfaces (which used to work for 
a long time) and wicket (which takes server down)?
I'd separate them first to have clear environment for investigation. 
Then enable GC logging, attach jvisualvm, deploy psi probe 
(http://code.google.com/p/psi-probe/), etc.

&lt;/pre&gt;</description>
    <dc:creator>Mikolaj Rydzewski</dc:creator>
    <dc:date>2012-05-16T19:49:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221799">
    <title>Re: Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221799</link>
    <description>&lt;pre&gt;
It is a protocol switch - as per RFC6455. It starts off as an HTTP
connection and then switches to WebSocket.

Since it is a permanent connection, with objects representing the
connection at both ends, the initial expectation is that state can be
maintained in that object (you have to implement it, extending a base
class Tomcat provides).

If you need more, let us know with a use case. I am on the J2EE
WebSocket EG and we are looking at this topic at the moment.

Mark

&lt;/pre&gt;</description>
    <dc:creator>Mark Thomas</dc:creator>
    <dc:date>2012-05-16T18:44:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221798">
    <title>Re: Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221798</link>
    <description>&lt;pre&gt;Thanks Peter and Mark!

The current implementation is a tunnel over http or another socket open?
I'm planning to port a webgame to tomcat, comunicationg with websockets.
But, the absence of a session or context turns a little bit hard to work to.

Many thanks.
[]'s,
Ronaldo Rigoni
Arquiteto de Software



On Wed, May 16, 2012 at 3:26 PM, Peter Roßbach &amp;lt;pr&amp;lt; at &amp;gt;objektpark.de&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ronaldo Rigoni ...</dc:creator>
    <dc:date>2012-05-16T18:34:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221797">
    <title>Re: Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221797</link>
    <description>&lt;pre&gt;Currently we don't support it, but I read the Websocket spec that a client can send Auth and Cookie header!

Peter

Am 16.05.2012 um 20:21 schrieb Mark Thomas:

&lt;/pre&gt;</description>
    <dc:creator>Peter Roßbach</dc:creator>
    <dc:date>2012-05-16T18:26:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221796">
    <title>Re: Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221796</link>
    <description>&lt;pre&gt;
There would be little point since at present there is no way to access
the HTTP session from the WebSocket connection.

Mark
&lt;/pre&gt;</description>
    <dc:creator>Mark Thomas</dc:creator>
    <dc:date>2012-05-16T18:21:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221795">
    <title>Re: Tomcat dies suddenly</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221795</link>
    <description>&lt;pre&gt;Interesting and thanks for your response.

We switched back to VM version 1.6.0_07 (64 bit on Slackware) and everything was fine.  For several unrelated reasons, we switched to Tomcat version 6.0.35 and JVM (Oracle) version 1.6.0_16 and all has been fine for a month or so.    The cause remains unknown but seemingly gone now.

Thanks,

Carl


On May 16, 2012, at 1:53 PM, slayer12 wrote:

&lt;/pre&gt;</description>
    <dc:creator>Carl Kabbe</dc:creator>
    <dc:date>2012-05-16T18:16:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221794">
    <title>Re: Tomcat dies suddenly</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221794</link>
    <description>&lt;pre&gt;I was facing a problem with similar symptoms - Tomcat 7 (on centos 5, 64 bit,
12 GB RAM) was crashing without anything being logged in catalina.out
In case of JVM crash, there is supposed to be some hs_err_pid.log file but
that was also not getting generated.
Neither were there any OutOfMemory messages in /var/log/messages

Turns out that my code was going into an infinite loop because I was using
Calendar.before(Date) and this method (from java.util.calandar) stupidly
takes any object as a parameter but returns false if the passed object is
anything other than and instance of Calendar.

Sun knows about this, but in their infinite wisdom had closed 2 java bugs
related to this without resolving anything !!
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4682471
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4738710

- just my 2 bits

--
View this message in context: http://tomcat.10.n6.nabble.com/Tomcat-dies-suddenly-tp2136492p4980853.html
Sent from the Tomcat - User mailing list archive at Nabble.com.&lt;/pre&gt;</description>
    <dc:creator>slayer12</dc:creator>
    <dc:date>2012-05-16T17:53:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221793">
    <title>Re: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221793</link>
    <description>&lt;pre&gt;
Well exactly.  The only familiarity I previously had with the word "wicket", was as some 
bit of wood carefully balanced on top of two other bits of wood, with some white-attired 
gentleman armed with another (wider) piece of wood in front, seemingly very anxious not to 
let another bloke viciously toss the first bit of wood off the second ones by means of 
something looking like a bigger golf ball.  And of course as a term in the mysterious kind 
of point-scoring ritual that goes with the same, along with other keywords like "inning", 
"not outs" and such.

So, in my mind - before I consulted Wikipedia - I had this picture of some kind of graphic 
browser applet, mostly popular in the UK and Indian markets, which one could use to 
superimpose the lastest results of such games worldwide upon one's professional workspace, 
with real-time updates.
But then, from previous experience watching the game on TV, I still could not quite figure 
out how even the real-time updates of 10 simultaneous tournaments for te&lt;/pre&gt;</description>
    <dc:creator>André Warnier</dc:creator>
    <dc:date>2012-05-16T17:38:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221792">
    <title>Tomcat 7.0.27 websocket cluster</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221792</link>
    <description>&lt;pre&gt;Hello all,
I've a little question about the websocket implementation available in
Apache Tomcat 7.0.27.
There is a way to cluster an websocket application working with a session
replication feature?

Thanks
[]'s,
Ronaldo Rigoni
&lt;/pre&gt;</description>
    <dc:creator>Ronaldo Rigoni ...</dc:creator>
    <dc:date>2012-05-16T17:31:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221791">
    <title>RE: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221791</link>
    <description>&lt;pre&gt;


Howzat?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
&lt;/pre&gt;</description>
    <dc:creator>Caldarale, Charles R</dc:creator>
    <dc:date>2012-05-16T17:29:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221790">
    <title>Re: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221790</link>
    <description>&lt;pre&gt;
That sir, is because you are not an Englishman.  However, I can assure
you, that we are very familiar with the wicket.  What ho'!


p



&lt;/pre&gt;</description>
    <dc:creator>Pid</dc:creator>
    <dc:date>2012-05-16T17:16:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221789">
    <title>Re: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221789</link>
    <description>&lt;pre&gt;I was looking at "Wicket" in Wikipedia, and although much of that is unfamiliar to me, it 
sounds like there might indeed be DHTML and Ajax components involved.
Now I also can't imagine that someone would release an application that brings a server 
down to its knees with 10 users, but maybe some misconfiguration can achieve that.
&lt;/pre&gt;</description>
    <dc:creator>André Warnier</dc:creator>
    <dc:date>2012-05-16T17:01:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221788">
    <title>Re: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221788</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

André,

On 5/16/12 11:43 AM, André Warnier wrote:

There are libraries that make accepting Ajax requests easier (e.g.
parsing XML, unpacking JSON objects, etc.). So one could call this
"Ajax support" I suppose.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+z2EQACgkQ9CaO5/Lv0PB1ZQCfbRIMEfGs9Wju056OeSUuMXt+
ZHMAoI42R6EA0q37uXqcp5fS8QCyQMKw
=b92R
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Christopher Schultz</dc:creator>
    <dc:date>2012-05-16T16:39:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221787">
    <title>Re: Fwd: mod_jk binary 1.2.36 Apache 2.4 Win32/Win64</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221787</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

Adjusting the subject for better searchability in the archives.

Also adding a link: http://www.apachelounge.com/download/

- -chris

On 5/16/12 11:52 AM, chris derham wrote:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+z19YACgkQ9CaO5/Lv0PBwgwCdH9JuC6tDQVuRbMOL7D52WPLE
7J0AoJ0GXyRSwdAMgJQK8jL6FTdsmA9n
=oSx+
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Christopher Schultz</dc:creator>
    <dc:date>2012-05-16T16:37:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221786">
    <title>Re: Multiple tomcat Instances on Same Server and One Apache Instance</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221786</link>
    <description>&lt;pre&gt;
Exactly as you say:

 /v1/appname
 /v2/appname

Of course that's not what the OP asked for, as you also said.


p


&lt;/pre&gt;</description>
    <dc:creator>Pid</dc:creator>
    <dc:date>2012-05-16T16:25:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221785">
    <title>Re: tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221785</link>
    <description>&lt;pre&gt;
Apache Wicket, app framework.

I'm given to understand that it stores a lot of data in the session, so
having a look at GC, heap usage properly seems like a good idea.

The OPs numbers didn't add up for me, maybe he can clarify...


24Gb?


&amp;amp; now only 2Gb?


p




&lt;/pre&gt;</description>
    <dc:creator>Pid</dc:creator>
    <dc:date>2012-05-16T16:24:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221784">
    <title>RE: [OT] tomcat slowing down</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221784</link>
    <description>&lt;pre&gt;

It may be so in this case as well - the stack traces include use of HttpClient, so the webapp may actually be hung up waiting on some external resource.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
&lt;/pre&gt;</description>
    <dc:creator>Caldarale, Charles R</dc:creator>
    <dc:date>2012-05-16T16:04:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221783">
    <title>Fwd: mod_jk binary</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.tomcat.user/221783</link>
    <description>&lt;pre&gt;Steffen from apache lounge asked me to forward this to tomcat mailing list

Chris

---------- Forwarded message ----------
From: Steffen &amp;lt;info&amp;lt; at &amp;gt;apachelounge.com&amp;gt;
Date: Wed, May 16, 2012 at 12:10 PM
Subject: Re: mod_jk binary

  Chris,

Made 1.2.36 Apache 2.4 Win32/Win64 available.
Maybe you can say it on the Tomcat user list.

Steffen
&lt;/pre&gt;</description>
    <dc:creator>chris derham</dc:creator>
    <dc:date>2012-05-16T15:52:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.tomcat.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.tomcat.user</link>
  </textinput>
</rdf:RDF>

