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 [2021/05/10 16:05]
urbanl [5. Create CzechIdM configuration] Changed DB logback appender to support IdM 11
tutorial:adm:czechidm_installation [2021/05/11 06:44]
urbanl [9. Deploy the CzechIdM] Remeval of change owner of idm.war
Line 334: Line 334:
 <code> <code>
 cp idm-app-10.4.1.war /opt/tomcat/current/webapps/idm.war cp idm-app-10.4.1.war /opt/tomcat/current/webapps/idm.war
-</code> 
-Check that the idm.war file is owned by Tomcat: 
-<code> 
-ls -l /opt/tomcat/current/webapps 
-</code> 
-If not, change its owner: 
-<code> 
-chown tomcat:tomcat /opt/tomcat/current/webapps/idm.war 
 </code> </code>
 Start the Tomcat container:<code> Start the Tomcat container:<code>
  • by kralikf