快速业务通道

Linux下Tomcat安装与启动

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-29

从官网 www.apache.org 下载Tomcat 的相应Linux下的版本,本文以tomcat-5.5.33为例.

1) 解压成文件夹,视具体的文件格式而定.

2) $ vi /etc/profile #用vi编辑器打开该文件进行编辑(添加环境变量)
然后在文件的最尾部加入以下代码:
CATALINA_HOME=/tools/apache-tomcat-5.5.33 #(tomcat版本视自己的安装版本而定 )
export CATALINA _HOME

保存退出.


3) 现在在终端运行命令:
$ /tools/tomcat*/bin/startup.sh #开启TOMCAT服务器
然后打开浏览器,输入http://localhost:8080或者 http://127.0.0.1:8080 如果你看到那只可爱的小猫了,就证明安装成功了!

备注:安装过程中遇到几个问题

问题1 can''t find the file ''setclasspath.sh''

在网络上找到如下解释,意思就是需要再设置

Then all you need to do is to include the complete paths for the BASEDIR and CATALINA_HOME variables in the files setclasspath.sh and catalina.sh respectively.

This should be done even if CATALINA_HOME has been defined and exported previously on the command line and/or in /etc/profile as well. Moreover, this error message persists even though the file setclasspath.sh is present in Tomcat''s bin directory.


$ echo "BASEDIR=/path/to/tomcat" >> setclasspath.sh                        # /path/to  表示你的具体目录 



$ echo "CATALINA_HOME=/path/to/tomcat" >> catalina.sh



但是在设置了如上的设置后,使用export命令查看环境变量,发现CATALINA_HOME仍没有改变,就是使用如下命令做修改



$ export CATALINA_HOME="/home/owner/tomcat-5.5.33"



问题2: 找不到JAVA_HOME 或者 JRE,未设置,因而Tomcat无法找到相应的环境变量,而无法启动 解决方法很简单,在终端中:



$ export JAVA_HOME="/home/owner/tools/jdk1.6.0_26"





本文出自 “Michael_Feng” 博客,请务必保留此出处http://michaelfeng.blog.51cto.com/2711051/626096

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多
上一篇: linux 磁盘管理下一篇: 沉淀

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号