我对露台(Openam)是新手。我希望使用SSO保护部署在tomcat中的want应用程序。我有一些基本问题要澄清。
我已经翻阅了这份文件,我无法清楚地理解它。
提前谢谢。等待你的重播..。
詹姆斯
发布于 2011-06-17 16:09:05
您需要首先安装OpenSSO (现在是OpenAM)服务器。这包括Tomcat的安装,如果您还没有安装它。这里是在Ubuntu上安装OpenAM的一个很好的指南。安装非常简单,只需下载正确的openam.war文件并将其复制到Tomcat目录。GUI Configurator将指导您完成其余的基本配置过程。
然后,您需要一个用于J2EE应用程序的J2EE策略代理,或者一个用于普通Web服务器或另一种语言的web应用程序的web策略代理(Web代理保护web和代理服务器上的资源,而J2EE代理则保护应用程序和门户服务器上的资源,参见这里)。ForgeRock提供了一个安装Apache的Web策略代理指南。每个Apache实例都需要一个Web策略代理,因为它们是作为Apache模块实现的。
发布于 2010-10-01 11:06:44
我建议你在5x尝试这些步骤,然后带着任何特定的问题回来
Tomcat 5.5x & 6.0x
-----------------
These are the steps we used to successfully install OpenSSO b3 on Tomcat 5.5x & 6.0x. It should be the same for b4.
- extract Tomcat package
- copy webservices-api.jar from http://download.java.net/general/opensso/extlib/latest/opensso-sun-extlib.zip to /common/endorsed (in version 6, you have to create these two directories)
- edit /bin/catalina.sh
add -Xms256m -Xmx1024m to the start command (find sth like "elif [ "$1" = "start" ] ; then")
Note: there are 2 parts, one with -security switch, the second without it, edit the second one
- restart server
(/bin/shutdown.sh, /bin/startup.sh)
- copy opensso.war to /webapps
- restart server
- run configurator (host:port/opensso)
- restart server
<script type="text/javascript"> var sc_project=3055623; var sc_invisible=0; var sc_partition=33; var sc_security="2841646f"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>https://stackoverflow.com/questions/3715215
复制相似问题