|
|
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
|
返回 |
|
|
|