日期:2011-08-02 11:45:00 来源:本站整理
Linux下Tomcat安装与启动[Linux安全]
本文“Linux下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_2
以上是“Linux下Tomcat安装与启动[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
本文地址: | 与您的QQ/BBS好友分享! |
评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论