isolate jvm for each web app possible?

2009-08-06 Thread zhang99
is it possible to isolate jvm runtime for each web app so that if one web app memory leak it will not affect another web app for tomcat? i have experience with tomcat5.5 where one web app crash and cause other web applications die. i wonder is there any plan/milesstone tomcat gonna improve in

use comet on tomcat

2009-08-05 Thread zhang99
1. in order to use comet in tomcat, i need implement CometProcessor .does that mean my application will be depending on tomcat in order to run since i use the org.apache.catalina.* library? in this case, i will not able to port to other application server like jboss,glassfish 2. is there any

Re: share session between 2 different webapp

2009-08-03 Thread zhang99
is there any example webapp that using this feature ? -- View this message in context: http://www.nabble.com/share-session-between-2-different-webapp-tp24784997p24787864.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: share session between 2 different webapp

2009-08-03 Thread zhang99
sorry, what i mean is i looking for example that i can follow. any example available? -- View this message in context: http://www.nabble.com/share-session-between-2-different-webapp-tp24784997p24789601.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: share session between 2 different webapp

2009-08-03 Thread zhang99
i looked at http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Single%20Sign%20On before posting here. any real sample? -- View this message in context: http://www.nabble.com/share-session-between-2-different-webapp-tp24784997p24790963.html Sent from the Tomcat - User mailing list archive

Re: share session between 2 different webapp

2009-08-03 Thread zhang99
1.I came across documentation on this,but cannot find real example on how to use ? any tutorial on this? 2. is there any sample war that i can try out on this? -- View this message in context: http://www.nabble.com/share-session-between-2-different-webapp-tp24784997p24801578.html Sent from the

share session between 2 different webapp

2009-08-02 Thread zhang99
can http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Single%20Sign%20On be used if 2 web application are different? Let say 2 web app are deployed on same tomcat server. i looking for way, if i login to web app1, when i go to web app2, i do not need to login -- View this message in