Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
mkdir /tmp/osp/WEB-INF/classes -p
cd /tmp/osp
cp /opt/netiq/idm/apps/osp_sspr/osp/osp-conf.jar .
jar -ufv osp-conf.jar WEB-INF/classes/oidp_custom_resources_fi.properties
/etc/init.d/idmapps_tomcat_init stop
cd /opt/netiq/idm/apps/tomcat/temp
opt/netiq/idm/apps/tomcat/temp # rm -r *
cd /opt/netiq/idm/apps/tomcat/work
opt/netiq/idm/apps/tomcat/work # rm -r *
cd /tmp/osp
cp osp-conf.jar /opt/netiq/idm/apps/osp_sspr/osp/osp-conf.jar
/etc/init.d/idmapps_tomcat_init start
Note:
Login Page will be shown using the locale settings of the browser.
mkdir /tmp/landing/WEB-INF/lib -p
cd /tmp/landing
cp /opt/netiq/idm/apps/tomcat/webapps/landing.war .
jar -ufv landing.war WEB-INF/lib/landing-strings.jar
/etc/init.d/idmapps_tomcat_init stop
cd /opt/netiq/idm/apps/tomcat/temp
opt/netiq/idm/apps/tomcat/temp # rm -r *
cd /opt/netiq/idm/apps/tomcat/work
opt/netiq/idm/apps/tomcat/work # rm -r *
cd /opt/netiq/idm/apps/tomcat/webapps/landing
/opt/netiq/idm/apps/tomcat/webapps/landing # rm -r *
/opt/netiq/idm/apps/tomcat/webapps/landing # cd ..
/opt/netiq/idm/apps/tomcat/webapps # rmdir landing
/tmp/dash # cp landing.war /opt/netiq/idm/apps/tomcat/webapps/landing.war
/etc/init.d/idmapps_tomcat_init start