You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Laurent Michenaud <lm...@adeuza.fr> on 2003/12/04 10:55:35 UTC

[offtopic] Architecture Question

Hi,
 
We have two tomcat servers.
One is located at our enterprise.
The other is located at our hosting provider.
They can see each other by Internet.
 
We would like to set up an unique authentification system for both
server.
The authentification system will be on the server at our entreprise.
The web applications on both servers will query the authentification
system.
 
What's the best/clean/nice way to do this ?
JAAS ? Web services ? SSL keys ?
 
 
Thanks

Re: [offtopic] Architecture Question

Posted by jerome moliere <jm...@nerim.net>.
Laurent Michenaud wrote:

>Hi,
>  
>
Hi laurent,

> 
>We have two tomcat servers.
>One is located at our enterprise.
>The other is located at our hosting provider.
>They can see each other by Internet.
> 
>We would like to set up an unique authentification system for both
>server.
>The authentification system will be on the server at our entreprise.
>The web applications on both servers will query the authentification
>system.
> 
>What's the best/clean/nice way to do this ?
>JAAS ? Web services ? SSL keys ?
>  
>
JAAS is obviously a good way (the smartest one maybe ? :) )
But using the configuration file with the same authentication 
configuration could be enough...
That is to say using Realm tags in your server.xml config files 
(JDBCRealm or JNDIREalm if you set up LDAP ) are valuable solutions
HTH
Jerome

-- 
Auteur cahier du programmeur Java tome 2 - Eyrolles 10/2003
http://www.eyrolles.com/php.informatique/Ouvrages/ouvrage.php3?ouv_ean13=9782212111941




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org