On 2/13/06, VIJAISENTHIL, P. K. <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
>         I am deploying an ear file, which has two war files. (means with
> two different webcontext)
>         I need to share the session values stored in one war file with
> other.


The servlet spec prohibits sharing sessions between webapps.  You'll need to
find some other way to share information between them, such as a commonly
accessed database, or perhaps (in a J2EE environment) in an EJB that is part
of the same EAR.

        Please let me know how to setup this in config files, if it can
> done.


It cannot.

Thanks and Regards,
> Vijai Senthil, P. K.
>

Craig

Reply via email to