tomcat7+jdk7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat7+jdk7相关的知识,希望对你有一定的参考价值。

https://tomcat.apache.org/whichversion.html

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

下载对应的tomcat 及 jdk 版本

一、安装环境

Centos6.5

jdk-7u80-linux-x64.tar.gz

apache-tomcat-7.0.69.tar.gz

------------------------------------------------------------------------

二、安装前注意事项

1、安装Tomcat前必须先安装JDK(java development kit)

java -version         #验证环境变量

2、安装前最好把防火墙和SELinux关掉,不关掉会影响访问。

Linux 关闭iptable防火墙

/etc/init.d/iptables stop         //关闭

chkconfig iptables off            //关闭开机自启动,3表示文本模式

chkconfig --list|grep ipta

关闭SELinux

cat /etc/selinux/config

通过getenforcesestatus -v来查看状态,当前SELinux状态是enforcing开启的

临时关闭:使用setenforce0,不用重启即可当前状态生效,但重启后还是Enforcing的状态

永久生效需要把/etc/selinux/config配置中的SELINUX=enforcing更改SELINUX=disable

三、安装



以上是关于tomcat7+jdk7的主要内容,如果未能解决你的问题,请参考以下文章

tomcat7-maven-plugin:运行多个 webapps 但端口 8080 已在使用中

tomcat7-maven-plugin 端口

linux 源码安装tomcat7

Linux CentOS-7.0上安装Tomcat7

NamingException:无法使用 tomcat7-maven-plugin h2/mysql 数据库创建资源实例

Java tomcat7-maven-plugin 在哪配置启动的根目录