Disabling Tomcat

You can disable Tomcat permanently if you no longer want to use Tomcat. You can turn off the Java virtual machines that handles the requests and prevent Tomcat from launching in the future.

To disable Tomcat:

  1. Log on to Parallels Pro Control Panel as the Server Administrator.
  2. Type su -. The system prompts you for a password.
  3. Enter the root password.

    You now have root privileges, which means that you can change anything on the server.

  4. Type the following commands in the order specified.

    /sbin/chkconfig --del tomcat4

    /etc/rc.d/init.d/tomcat4 stop