You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by john77eipe <jo...@gmail.com> on 2014/04/14 10:42:08 UTC

Share session across web applications

Application servers usually have some configuration which enables you to
share the session across .wars.
How would you do this in TomEE?




--
View this message in context: http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Share session across web applications

Posted by Romain Manni-Bucau <rm...@gmail.com>.
There is a tomcat integration with cassandra too on tomcat list. Very nice!
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2014-04-14 19:39 GMT+02:00 Alex Soto <as...@gmail.com>:
> Also for example hazelcast offers session replication for WebApp, if
> instead of memcache you want to use a Java solution
>
> El dilluns, 14 abril de 2014, Daniel Cunha <da...@gmail.com> va
> escriure:
>
>> I think that this would help you too.
>> http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Single_Sign_On
>>
>>
>> On Mon, Apr 14, 2014 at 12:55 PM, Romain Manni-Bucau
>> <rmannibucau@gmail.com <javascript:;>>wrote:
>>
>> > Just activate tomcat session replication
>> > https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
>> > Romain Manni-Bucau
>> > Twitter: @rmannibucau
>> > Blog: http://rmannibucau.wordpress.com/
>> > LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> > Github: https://github.com/rmannibucau
>> >
>> >
>> >
>> > 2014-04-14 10:42 GMT+02:00 john77eipe <john77eipe@gmail.com<javascript:;>
>> >:
>> > > Application servers usually have some configuration which enables you
>> to
>> > > share the session across .wars.
>> > > How would you do this in TomEE?
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > View this message in context:
>> >
>> http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
>> > > Sent from the OpenEJB User mailing list archive at Nabble.com.
>> >
>>
>>
>>
>> --
>> Daniel Cunha (soro)
>> Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
>> LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
>> <https://github.com/danielsoro>*
>>
>
>
> --
> Enviat amb Gmail Mobile

Re: Share session across web applications

Posted by Alex Soto <as...@gmail.com>.
Also for example hazelcast offers session replication for WebApp, if
instead of memcache you want to use a Java solution

El dilluns, 14 abril de 2014, Daniel Cunha <da...@gmail.com> va
escriure:

> I think that this would help you too.
> http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Single_Sign_On
>
>
> On Mon, Apr 14, 2014 at 12:55 PM, Romain Manni-Bucau
> <rmannibucau@gmail.com <javascript:;>>wrote:
>
> > Just activate tomcat session replication
> > https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
> > Romain Manni-Bucau
> > Twitter: @rmannibucau
> > Blog: http://rmannibucau.wordpress.com/
> > LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > Github: https://github.com/rmannibucau
> >
> >
> >
> > 2014-04-14 10:42 GMT+02:00 john77eipe <john77eipe@gmail.com<javascript:;>
> >:
> > > Application servers usually have some configuration which enables you
> to
> > > share the session across .wars.
> > > How would you do this in TomEE?
> > >
> > >
> > >
> > >
> > > --
> > > View this message in context:
> >
> http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
> > > Sent from the OpenEJB User mailing list archive at Nabble.com.
> >
>
>
>
> --
> Daniel Cunha (soro)
> Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
> LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
> <https://github.com/danielsoro>*
>


-- 
Enviat amb Gmail Mobile

Re: Share session across web applications

Posted by Daniel Cunha <da...@gmail.com>.
I think that this would help you too.
http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Single_Sign_On


On Mon, Apr 14, 2014 at 12:55 PM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> Just activate tomcat session replication
> https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
>
> 2014-04-14 10:42 GMT+02:00 john77eipe <jo...@gmail.com>:
> > Application servers usually have some configuration which enables you to
> > share the session across .wars.
> > How would you do this in TomEE?
> >
> >
> >
> >
> > --
> > View this message in context:
> http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
> > Sent from the OpenEJB User mailing list archive at Nabble.com.
>



-- 
Daniel Cunha (soro)
Twitter <http://twitter.com/dvlc_> | Blog <http://www.danielsoro.com.br> |
LinkedIn <http://www.linkedin.com/in/danielvlcunha> | *GitHub
<https://github.com/danielsoro>*

Re: Share session across web applications

Posted by José Luis Cetina <ma...@gmail.com>.
Or you can use memcached session manager
https://code.google.com/p/memcached-session-manager/


2014-04-14 10:55 GMT-05:00 Romain Manni-Bucau <rm...@gmail.com>:

> Just activate tomcat session replication
> https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
>
> 2014-04-14 10:42 GMT+02:00 john77eipe <jo...@gmail.com>:
> > Application servers usually have some configuration which enables you to
> > share the session across .wars.
> > How would you do this in TomEE?
> >
> >
> >
> >
> > --
> > View this message in context:
> http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
> > Sent from the OpenEJB User mailing list archive at Nabble.com.
>



-- 
-------------------------------------------------------------------
*José Luis Cetina*
-------------------------------------------------------------------

Re: Share session across web applications

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Just activate tomcat session replication
https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2014-04-14 10:42 GMT+02:00 john77eipe <jo...@gmail.com>:
> Application servers usually have some configuration which enables you to
> share the session across .wars.
> How would you do this in TomEE?
>
>
>
>
> --
> View this message in context: http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.