You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ben Jessel <be...@morpheme.co.uk> on 2002/12/19 11:58:55 UTC

Configuring realms in tomcat 3 vs tomcat 4

It seems to me that you can set up seperate realms for seperate web-applications in tomcat3 using the app-<mywebapp>.xml, but now that tomcat4's come out, you don't seem to be able to. How do you do it in tomcat4?

Re: Configuring realms in tomcat 3 vs tomcat 4

Posted by Bill Barker <wb...@wilshire.com>.
As you have already figured out, Tomcat 4 doesn't support multiple Realms
like Tomcat 3.x does.  Of course, you could always write a custom Realm that
chains to other Realms.

"Ben Jessel" <be...@morpheme.co.uk> wrote in message
news:013601c2a765$88e268b0$680a0a0a@benjessel...
> Aha...looks like you just put your realm code under the <Context for your
> application. Though I can't find a way of having multiple realms for a
> single web-app..
>
> -b
> ----- Original Message -----
> From: "Ben Jessel" <be...@morpheme.co.uk>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Thursday, December 19, 2002 10:58 AM
> Subject: Configuring realms in tomcat 3 vs tomcat 4
>
>
> It seems to me that you can set up seperate realms for seperate
> web-applications in tomcat3 using the app-<mywebapp>.xml, but now that
> tomcat4's come out, you don't seem to be able to. How do you do it in
> tomcat4?





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Configuring realms in tomcat 3 vs tomcat 4

Posted by Ben Jessel <be...@morpheme.co.uk>.
Aha...looks like you just put your realm code under the <Context for your
application. Though I can't find a way of having multiple realms for a
single web-app..

-b
----- Original Message -----
From: "Ben Jessel" <be...@morpheme.co.uk>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, December 19, 2002 10:58 AM
Subject: Configuring realms in tomcat 3 vs tomcat 4


It seems to me that you can set up seperate realms for seperate
web-applications in tomcat3 using the app-<mywebapp>.xml, but now that
tomcat4's come out, you don't seem to be able to. How do you do it in
tomcat4?



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>