Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:czechidm_installation [2019/03/13 10:20]
urbanl [Deploy the CzechIdM]
tutorial:adm:czechidm_installation [2019/03/13 11:25]
urbanl old revision restored (2018/11/09 14:11)
Line 331: Line 331:
 <code> <code>
 chown tomcat:tomcat /opt/czechidm chown tomcat:tomcat /opt/czechidm
-chown -R tomcat:tomcat /opt/czechidm/{etc,data,backup,lib+chown -R tomcat:tomcat /opt/czechidm/{etc,data,backup} 
-chmod 750 /opt/czechidm/{etc,data,backup,lib}+chown tomcat:tomcat /opt/czechidm/lib 
 +chmod 750 /opt/czechidm/*
 chmod 640 /opt/czechidm/etc/* chmod 640 /opt/czechidm/etc/*
 </code> </code>
Line 379: Line 380:
 Copy the identity manager WAR into webapps folder in Tomcat and name it **idm.war**:<code> Copy the identity manager WAR into webapps folder in Tomcat and name it **idm.war**:<code>
 cp idm-app-7.6.1.war /opt/tomcat/current/webapps/idm.war cp idm-app-7.6.1.war /opt/tomcat/current/webapps/idm.war
-chown tomcat:tomcat /opt/tomcat/current/webapps/idm.war 
 </code> </code>
 Start the Tomcat container:<code> Start the Tomcat container:<code>
  • by kralikf