- sudo yum install httpd
- sun yum upgrade httpd
- Find the service name that is installed for apache to start it
sudo service httpd start
2. Install and start tomcat5
- sudo yum install tomcat5
- sudo yum upgrade tomcat5
- sudo /sbin/chkconfig --list | grep tomcat
- sudo service tomcat5 start
sudo/sbin chkconfig httpd on
sudo/sbin chkconfig tomcat5 on
4.
No comments:
Post a Comment