Re: OOME while expanding a war with tomcat 7.0.29 but not with tomcat 7.0.28

2012-07-14 Thread Christopher Schultz
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

Re: tomcat session id

2012-07-14 Thread Christopher Schultz
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

OOME while expanding a war with tomcat 7.0.29 but not with tomcat 7.0.28

2012-07-14 Thread Alberto Aresca
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

Re: Solved - Connecting Tmcat and IIS

2012-07-14 Thread André Warnier
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

Re: tomcat session id

2012-07-14 Thread André Warnier
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.