tomcat整合.pdfVIP

  • 3
  • 0
  • 约1.13万字
  • 约 15页
  • 2017-06-05 发布于河南
  • 举报
tomcat整合

陈建 cjhp1314@ RHEL 5 APACHE TOMCAT 虚拟主机配置 文档版本 版本号 日期 说明 0.1 2010-01-22 Apache 、tomcat 虚拟主机,apache tomcat 整合 安装环境: 硬件环境 服务器名称 DELL 2950 数量 1 CPU Intel(R) Xeon(R) CPU E5410 2.33GHz X2 内存 8GB Disk 8X146GB Raid 5 软件环境 Page 1 of 15 表单编号:JIAN.CHEN-TECH-A-01 陈建 cjhp1314@ SYSTEM Red Hat Enterprise 5.3 (Tikanga) i386 APACHE httpd-2.2.14.tar.gz TOMCAT apache-tomcat-6.0.20.tar.gz JDK jdk-6u18-linux-i586.bin CONNECTORS tomcat-connectors-1.2.28-src.tar.gz hostname: OTHER ip:/24 1. 安装apache [root@www src]# tar -zxf httpd-2.2.14.tar.gz [root@www src]# cd httpd-2.2.14 [root@www httpd-2.2.14]#./configure \ --prefix=/usr/local/apache2 \ --with-included-apr \ --enable-so \ --enable-mods-shared=all \ --enable-deflate=shared \ --enable-expires=shared \ --enable-rewrite=shared \ --enable-static-support \ --disable-userdir [root@www httpd-2.2.14]# make make install echo /usr/local/apache2/bin/apachectl start /etc/rc.local [root@www ~]# cd /usr/local/apache2/bin/ [root@www bin]# ./apachectl start #在浏览器输入服务器IP,显示It works !则说明配置成功。 Page 2 of 15 表单编号:JIAN.CHEN-TECH-A-01 陈建 cjhp1314@ 2. 安装JDK [root@www

文档评论(0)

1亿VIP精品文档

相关文档