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 conte
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.
---
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.
---
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
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 T
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 eas
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 hand