1

我正在使用已安装 apache-tomcat 的 unix (AIX)。在其中,我使用 JSP 部署了一个应用程序。现在对于身份验证,我不想使用传统的基于数据库的身份验证,而是想使用用于登录该 unix 框的相同身份验证。

例如:

A user logins a unix server using credentials : user1/password1
I wanted to use the same combination for my JSP login to access the app.

我想知道是否有办法做到这一点。

4

1 回答 1

0

Yes. It is possible with JAASrealm. There is an example i a book called :"Tomcat: The Definitive Guide." by O`reilly.

Regards,

于 2012-06-22T16:32:11.997 回答