It's always recommended to have a dedicated web server solely for Jenkins.
You can access Jenkins by using http://<IPaddress of Tomcat server>:8080/ without any additional path. Apparently, the Apache server is now a Jenkins server.
Deleting the content of the /opt/tomcat/webapps directory (leaving behind the ROOT directory and ROOT.war) and then moving the jenkins.war file to the webapps folder is also sufficient to make Apache Tomcat server solely for the use of Jenkins.
The step of renaming jenkins.war to ROOT.war is only necessary if you want to make http://<IP address of Tomcat server>:8080/ the standard URL for Jenkins.