Alberto,
On Jul 14, 2012, at 8:42, Alberto Aresca wrote:
> I've just upgraded my tomcat from version 7.0.28 to the newly released
> 7.0.29 but while before my webapp was being expanded without any
> problem, now it is causing an OOME.
>
> Of course this can be easily fixed by increasing the hea
André,
On Jul 14, 2012, at 6:03, André Warnier wrote:
> Elias Kopsiaftis wrote:
>> Well basically, For the output servlet, I am using comet to keep the
>> connection alive and push things out to the client when they are available.
>> This program is a chat program with a drawing capability, so t
Hi all,
I've just upgraded my tomcat from version 7.0.28 to the newly released
7.0.29 but while before my webapp was being expanded without any
problem, now it is causing an OOME.
Of course this can be easily fixed by increasing the heap size but
before going forward in the upgrade i'd like to kn
Vijaya wrote:
Hello Everyone,
I want to post this message so that if you are struggling with
isapi_redirector to connect Tomcat and IIS. From one of the posts in
forums.iis.net, I came to know about a new redirector for IIS7
http://tomcatiis.riaforge.org. after wasting around a month to make
Elias Kopsiaftis wrote:
Well basically, For the output servlet, I am using comet to keep the
connection alive and push things out to the client when they are available.
This program is a chat program with a drawing capability, so two people can
draw on the same canvas and chat with each other.