This documentation supports the 9.0 version of BMC Atrium Single Sign-On, which is in "End of Version Support." However, the documentation is available for your convenience. You will not be able to leave comments.

Click here to view the documentation for a supported version of Remedy Single Sign-On.

Deployer commands for various JSP engines

Unknown macro: {multi-excerpt}

The deployer command changes with change in the JSP Engine (Container). The following examples show how the deployer command changes when the following containers are used.

Note

You can use either -admin-pwd or --admin-pwd-file option for the deployer command on all containers. For example, see Apache Tomcat deployer command.

Apache Tomcat

Note

Use any of the following examples for deployer command. You can use either --admin-pwd or --admin-pwd-file option.

java -jar deployer.jar --install --container-type TOMCATV7 
--atrium-sso-url AtriumSSOURL<FQDNofAtriumSSOServer>:
<port>/atriumsso --web-app-url MidtierSSOURL<FQDNofMidtierServer>:
<port>/arsys --container-base-dir AppServerHome 
--admin-name AtriumServerAdminUsername --admin-pwd AtriumServerAdminPassword 
--jvm-truststore "JavaHome \jre\lib\security\cacerts" 
--jvm-truststore-password TruststorePassword 
--truststore "AppServerHome\conf\cacerts" --truststore-password TruststorePassword 
--not-enforced-uri-file "midTierPath\not-enforced.txt" 
--web-app-logout-uri /shared/loggedout.jsp

OR

java -jar deployer.jar --install --container-type TOMCATV7 
--atrium-sso-url AtriumSSOURL<FQDNofAtriumSSOServer>:
<port>/atriumsso --web-app-url MidtierSSOURL<FQDNofMidtierServer>:<port>/arsys 
--container-base-dir AppServerHome --admin-name AtriumServerAdminUsername 
--admin-pwd-file AtriumServerAdminPasswordFile.txt 
--jvm-truststore "JavaHome \jre\lib\security\cacerts" 
--jvm-truststore-password TruststorePassword 
--truststore "AppServerHome\conf\cacerts" --truststore-password TruststorePassword 
--not-enforced-uri-file "midTierPath\not-enforced.txt" 
--web-app-logout-uri /shared/loggedout.jsp

Note

Do not use tomcat for --container-type; use tomcatv6 instead.

Red Hat JBoss

"/opt/java1.5/jre/bin/java" -jar deployer.jar --install 
--container-type JBOSSV4 --atrium-sso-url 
https://vm-w23-rds1588.pune-labs.bmc.com:8443/atriumsso --web-app-url 
http://premhp03.bmc.com:8080/arsys 
--container-base-dir "/usr/jboss-4.0.5.GA" 
--admin-name amadmin --admin-pwd arsystem 
--jvm-truststore "/opt/java1.5/jre/lib/security/cacerts" 
--jvm-truststore-password changeit 
--truststore 
"/usr/jboss-4.0.5.GA/server/default/deploy/jbossweb-tomcat55.sar/conf/cacerts" 
--truststore-password changeit 
--web-app-logout-uri /shared/loggedout.jsp

Oracle WebLogic

"/usr/jdk/instances/jdk1.6.0/bin/java" -jar deployer.jar 
--install --container-type WEBLOGICV10 --atrium-sso-url 
https://vm-w23-rds1588.pune-labs.bmc.com:8443/atriumsso 
--web-app-url http://premsun07z2:7001/arsys 
--container-base-dir "/usr/local/Oracle/Middleware/wlserver_10.3" 
--weblogic-domain-home "/usr/local/Oracle/Middleware/user_projects/domains/test1" 
--admin-name amadmin --admin-pwd arsystem 
--jvm-truststore "/usr/jdk/instances/jdk1.6.0/jre/lib/security/cacerts" 
--jvm-truststore-password changeit 
--truststore "/usr/local/Oracle/Middleware/wlserver_10.3/server/bin/cacerts" 
--truststore-password changeit --web-app-logout-uri /shared/loggedout.jsp

IBM WebSphere

"/usr/java5/bin/java" -jar deployer.jar --uninstall --force 
--container-type WEBSPHEREV7 --atrium-sso-url 
https://vm-w23-rds1588.pune-labs.bmc.com:8443/atriumsso 
--web-app-url http://pun-lpar-rem19:9080/arsys 
--container-base-dir "/usr/IBM/WebSphere/AppServer" 
--instance-config-directory 
"/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/
pun-lpar-rem19Node01Cell/nodes/pun-lpar-rem19Node01/servers/server1" 
--server-instance-name "server1" --admin-name amadmin 
--admin-pwd arsystem --jvm-truststore "/usr/java5/jre/lib/security/cacerts" 
--jvm-truststore-password changeit --truststore 
"/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/cacerts" 
--truststore-password changeit --web-app-logout-uri /shared/loggedout.jsp

Related topic

Deployer command parameters

Container types, containers, and agents

Was this page helpful? Yes No Submitting... Thank you

Comments