Troubleshooting JEE agents
This following topics provide instruction for manually removing a JEE agent from BMC Atrium Single Sign-On. These steps only involve BMC Atrium Single Sign-On configuration. Additional steps might be required for full removal.
To remove a JEE agent from BMC Atrium Single Sign-On
- On the BMC Atrium SSO Admin Console, click Agent Details.
- Select the agent you want to delete.
- Click Delete.
To remove a JEE agent from WebSphere
- Stop IBM WebSphere Application Server (WAS).
- Delete <installationDirectory>/AppServer/atssoAgents.
- Delete <installationDirectory>/AppServer/.amAgentLocator.
- Edit <WASHome> \AppServer\profiles\AppSrv01\config\cells\<cell>\nodes\<node>\servers\server1\server.xml
- Navigate to process:Server > processDefinitions > jvmEntries.
- Remove from attribute genericJvmArguments the system property declarations (for example, -Dcom.iplanet.services.debug.level=on ).
- A sub tag of jvmEntries, classpath, contains the classpath for the JVM. Remove the BMC Atrium Single Sign-On entries.
- Restart WAS.
To remove a JEE agent from Tomcat
- Stop Tomcat.
- Delete <catalinaHome>/atssoAgents.
The following steps may not be applicable, depending on the agent used by the web application: - Delete <catalinaHome>/.amAgentLocator.
Edit <catalinaHome>conf/server.xml/and remove the realm definition. For example:
<Realm className>="com.sun.identity.agents.tomcat.v6.AmTomcatRealm" debug="99"/
- Edit <catalinaHome>bin/setclasspath.sh (or catalinaHomebin/setclasspath.bat).
- Delete the inclusion of setAgentclasspath.sh (or setAgentclasspath.bat ).
- Delete <catalinaHome>bin/setAgentclasspath.bat.
- Restart Tomcat.
To remove a JEE agent from JBoss or WebLogic
- Stop the relevant application server.
- Delete <directory>/atssoAgents.
- Restart the relevant application server.
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.