2008-04-24
linux下配置tomcat6开机自动启动
关键字: 技术
英文文档参见 http://tomcat.apache.org/tomcat-6.0-doc/setup.html
中文文档参见http://zengsun.javaeye.com/blog/161711
中间遇到的问题有这个几个
1:需要安装autoconfig组件 centos中比较方便 #yum install autoconfig搞定
2:make是可能会出现权限不足 修改权限即可 #chmod 755 configure
3:chkconfig是出现‘tomcat 服务不支持 chkconfig’在tomcat.sh的头部加如下代码
中文文档参见http://zengsun.javaeye.com/blog/161711
中间遇到的问题有这个几个
1:需要安装autoconfig组件 centos中比较方便 #yum install autoconfig搞定
2:make是可能会出现权限不足 修改权限即可 #chmod 755 configure
3:chkconfig是出现‘tomcat 服务不支持 chkconfig’在tomcat.sh的头部加如下代码
#!/bin/sh # # Startup Script for Tomcat6 # # chkconfig: 345 88 14 # description: Tomcat Daemon # processname: jsvc # pidfile: /var/run/jsvc.pid
发表评论
- 浏览: 81258 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
我的相册
u=3528569133,1587051000&gp=38.jpg
共 2 张
共 2 张
最新评论
-
struts2 配置文件 struts. ...
gdsagdsa
-- by biti910 -
struts2 配置文件 struts. ...
<h1>嘿嘿</h1>
-- by biti910 -
spring中OpenSessionInVie ...
<bean name="openSessionInViewInte ...
-- by davidcen -
关于文章点击量的缓存
bloodrate 写道那得多大得cache啊?每个帖子对应map里得一条记录, ...
-- by robbin -
关于文章点击量的缓存
那得多大得cache啊?每个帖子对应map里得一条记录,以id为key查,估计有 ...
-- by bloodrate






评论排行榜