Tomcat does not start automatically, so you need to manually start it after booting the server; otherwise, it won’t be accessible.
Use the cd command to locate and enter the Tomcat directory:
#cd bin
#ls
After running ls, you will see many scripts and files inside. Execute the following command to start:
#sh startup.sh

If you see the information returned as shown above, the startup was successful.