der one account, then you should implement some notion of roles.
On 8/15/08, Bill Davidson <[EMAIL PROTECTED]> wrote:
> Robert Dietrick wrote:
>> Why would you want the same person logged in twice
>> with different accounts?
>>
>
> As a developer of a web app that ha
This is normal behavior. Sessions are tied to cookies bound to an
entire domain. Why would you want the same person logged in twice
with different accounts?
On 8/15/08, murthy gandikota <[EMAIL PROTECTED]> wrote:
> Hello All
> While using tabbed browsers (e.g. IE 7) I am facing a login problem. S
On Thu, Aug 14, 2008 at 11:52 AM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
>> From: Robert Dietrick [mailto:[EMAIL PROTECTED]
>> Subject: Re: where to place context configuration
>>
>> I would very much prefer to use only the one in
>> mywebapp/META-INF/
a production server makes me VERY
> nervous.
>
> --Angus Mezick
>
> -Original Message-
> From: Robert Dietrick [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 14, 2008 2:22 PM
> To: Tomcat Users List
> Subject: Re: where to place context configuration
>
>
er? It
doesn't seem to make a difference either way.
-rob
On Thu, Aug 14, 2008 at 11:00 AM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Robert Dietrick wrote:
>> Hi,
>>
>> I just noticed that I had a definition in both
>> $CATALINA_HOME/conf/Catalina/localhost
Hi,
I just noticed that I had a definition in both
$CATALINA_HOME/conf/Catalina/localhost/mywebapp.xml and in
$CATALINA_HOME/webapps/mywebapp.war/META-INF/context.xml. In both of
these context definitions, I define a JNDI database connection pool
with the same name and identical parameters. Thi