一、首先将 /root/cas/ 下的 page文件夹删除 只留以下两个
二、创建cas 文件夹 并将root 下的tomcat压缩包 和 cas.war 复制进去
[root@hostname ~]# cd /usr/local/
[root@hostname local]# mkdir cas
[root@hostname cas]# cp /root/cas/cas.war ./
[root@hostname cas]# cp /root/tomcat/apache-tomcat-7.0.47.tar.gz ./
三、解压tomcat 并改名
四、此时tomcat并不能启动,因为tomcat端口号默认为8080,在之前安装时已经使用,需要更改这里的端口号
可以在配置文件中更改 但相对来说较复杂 我们可以采取在 editPlus 中远程更改文件
需要更改三个端口号:
五、将复制的 cas.war 移动到 tomcat/webapps 下
[root@hostname cas]# mv cas.war tomcat/webapps/
六、运行tomcat 后关闭 将cas.war删除
[root@hostname cas]# sh tomcat/bin/startup.sh
[root@hostname cas]# sh tomcat/bin/shutdown.sh
[root@hostname cas]# cd tomcat/webapps/
[root@hostname webapps]# rm -rf cas.war
七、由于默认是https访问 需要将其都改为http
八、测试是否安装成功
tomcat
cas
需要登录 默认用户名 :casuser 密码:Mellon
登陆成功页面