The commands used to start or stop Apache or Tomcat also vary depending on the platform that you are running them on.
To start Apache, open a Linux command prompt and enter /etc/init.d/novell-httpd start.To stop Apache, enter /etc/init.d/novell-httpd stop.
To start Tomcat, open a Linux command prompt and enter /etc/init.d/novell-tomcat4 start.To stop Tomcat, enter /etc/init.d/novell-tomcat4 stop.