|
|
2.0 MANAGER 的管理为您控制中心的用户名(如d1234) 密码为 初始密码
2.1命令格式 http://{host}/manager/{command}?{parameters}
( 全新WEB介面 http://yourdomain.com/manager/html/
)
|
2.2 列出现有的Web Application
http://www.yourdomain.com/manager/list
2.3 展开一个Web Application
http://www.yourdomain.com/manager/deploy?path=/foo
2.4 增加一个Web Application
http://www.yourdomain.com/manager/install?path=/foo&war=file:/path/to/foo
http://www.yourdomain.com/manager/install?path=/bar&war=jar:file:/path/to/bar.war!/
2.5 重起
http://www.yourdomain.com/manager/reload?path=/examples
2.6 删除web Application
http://www.yourdomain.com/manager/remove?path=/examples
(请不要使用,否则将导致你的web Application 不能使用)
|
|
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html
|
返回 |
|
|
|