You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
714 B
37 lines
714 B
---
|
|
# JDK
|
|
java_home: /opt/jdk7
|
|
|
|
# CA SiteMinder
|
|
sm_user: smuser
|
|
sm_home: /home/smuser/CA
|
|
sm_admin_user: siteminder
|
|
sm_admin_password: CAdemo123
|
|
sm_policy_store_port: 40389
|
|
sm_encryption_key: S1t3M1nd3r
|
|
apache_home: /home/www/httpd
|
|
wa_user: www
|
|
wa_home: /home/www/CA
|
|
|
|
# CA Directory
|
|
dx_home: /home/dsa/CA/Directory
|
|
dxadmind_password: CAdemo123
|
|
dxadmind_port: 2123
|
|
dx_user: dsa
|
|
dx_group: etrdir
|
|
dx_acme_dsa_port: 1389
|
|
|
|
# Temp dir (used by Arcot products)
|
|
temp_dir: /root/tmp
|
|
|
|
# Tomcat
|
|
tomcat_home: /home/www/tomcat
|
|
tomcat_user: www
|
|
tomcat_group: www
|
|
tomcat_port_prefix: 3
|
|
|
|
# Apache
|
|
httpd_home: /home/www/httpd
|
|
httpd_user: www
|
|
httpd_group: www
|
|
httpd_http_port: 30080
|
|
|