share session between 2 different webapp
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 context: http://www.nabble.com/share-session-between-2-different-webapp-tp24784997p24784997.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: share session between 2 different webapp
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. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: share session between 2 different webapp
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. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: share session between 2 different webapp
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 at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: share session between 2 different webapp
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 Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
use comet on tomcat
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 easier way to use comet without need to configure tomcat ? even tomcat 6++ need to be configure or only applied to tomcat below 6 ? -- View this message in context: http://www.nabble.com/use-comet-on-tomcat-tp24824332p24824332.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
isolate jvm for each web app possible?
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 handling this? -- View this message in context: http://www.nabble.com/isolate-jvm-for-each-web-app-possible--tp24841039p24841039.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org