admin 发表于 2015-11-22 14:13

Tomcat的配置文件管理控制台(二)

Tomcat manager 是一个用于管理tomcat的强大工具。在生产环境中,我们不可能总是在数据中心,有时,我们需要远程连接到tomcat来解决问题。它具有以下特性:
[*]Deployment of a new application remotely
[*]Idle session clearing
[*]Undeployment of an application without restarting the container
[*]Analysis of memory leaks
[*]JVM status
[*]Server status
1、启动tomcat manager
默认情况下,在Tomcat7中是禁止的。启动tomcat manager需要在tomcat-users.xml文件中配置相关角色及用户。
[*]
[*]
[*]

然后在管理界面使用该用户登录:通过这个界面,我们可以部署新的应用或修改当前应用的状态到stop、undeploy、start、reload、clear session。通过点击右上角的“Server Status”来查看服务器状态。Connection of AJP port 8009:Server information:

study 发表于 2016-3-23 11:59

不错,很感谢你:)
页: [1]
查看完整版本: Tomcat的配置文件管理控制台(二)