当前位置: 首页 > 工具软件 > Agilefant > 使用案例 >

Agilefant安装

翁文康
2023-12-01

主要添加tomcat部分

参考链接:1. https://github.com/Agilefant/agilefant/wiki/Agilefant-installation-guide

如果系统不是tomcat7, 需要同时安装tomcat7时, 方法如下:

1. 拷贝agilefant.war到tomcat的webapps目录下.

2. 修改tomcat配置文件conf/server.xml端口号, 如8081

<Connector port="8081" protocol="HTTP/1.1"

3. 解压agilefant.war(两种方法如下)

         a. 命令:jar xvf temp.war

         b. 运行tomcat的启动文件"./startup.sh&", 会发现agilefant被解压到agilefant目录

然后关闭tomcat服务.shutdown.sh

4.启动tomcat服务”./startup.sh&“即可

5. http://IP:8081/agilefant网页已可以进入.

/

PS: related info

app address:

# pwd
/usr/share/tomcat6/webapps

service status:

#service --status-ll | grep -in tomcat6

#service tomcat6 restart/start/stop


 类似资料: