Sailpoint IIQ installation part III (Installing Tomcat Application Server in Ubuntu VM)

Use the below command to download apache tomcat 9.0.16 inside /tmp directory





Make tomcat directory inside /opt


Extract the tar.gz file into the tomcat directory


sudo chmod 777 -R apache-tomcat-9.0.16 (Never ever do this in production environment)

Go to the bin directory and run the script startup.sh



Now tomcat is running in the system. We can check it from web browser




No comments:

Post a Comment