Automatically

To automatically start Tomcat:

  1. Log on to Parallels Pro Control Panel as the root user.
  2. Type the following commands in the order specified.

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

    /sbin/chkconfig --add tomcat4

    /etc/rc.d/init.d/tomcat4 start