Tomcat5 Installation




Step 1

yum install gcc-java tomcat5 tomcat5-webapps tomcat5-admin-webapps

Install tomcat5 and its dependency rpm via yum.

vi /etc/tomcat5/tomcat-users.xml

<role rolename="manager"/>
<role rolename="admin"/>
<user username="admin" password="password" roles="admin,manager"/>

Add the admin account.

/etc/init.d/tomcat5 start
chkconfig tomcat5 on

Start the tomcat5.

Try login in we broswer: http://serverip:8080


Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.