Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# $FEDORA_HOME/tomcat/bin/shutdown.sh
# /etc/init.d/mysql stop

# /usr/local 
# tar -cvzf fedora-milestone1.tar.gz fedora

# cd /var/lib 
# tar -cvzf mysql-milestone1.tar.gz mysql

# /etc/init.d/mysql start
# $FEDORA_HOME/tomcat/bin/startup.sh

Automatically starting/restating tomcat:

  • If you simply want to automatically start on boot you may want to add this lines to the /etc/rc.local:
Code Block
sleep 10
# $FEDORA_HOME/tomcat/bin/startup.sh

 

For information on using Fedora, make use of the tutorials at the Fedora Commons site.

...