Sun Java System Web Server 7.0 管理員指南

管理 WebDAV 集合

啟用 WebDAV 集合

若要啟用 WebDAV 集合,請執行以下指令:


wadm> enable-dav-collection --user=admin --password-file=admin.pwd 
--host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 --uri=/dav_config1

請參閱 CLI 參考enable-dav-collection(1)

停用 WebDAV 集合

若要停用 WebDAV 集合,請執行以下指令:


wadm> disable-dav-collection --user=admin --password-file=admin.pwd 
--host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 --uri=/dav_config1

請參閱 CLI 參考disable-dav-collection(1)

增加 WebDAV 集合

若要增加 WebDAV 集合,請執行以下指令:


wadm> create-dav-collection --user=admin --password-file=admin.pwd 
--host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 --uri=/dav_config1 
--source-uri=/dav_config1

請參閱 CLI 參考create-dav-collection(1)

列出 WebDAV 集合

若要列出所有 WebDAV 集合,請執行以下指令:


wadm> list-dav-collections --user=admin --password-file=admin.pwd --host=serverhost 
--port=8989 --config=config1 --vs=config1_vs_1

請參閱 CLI 參考list-dav-collections(1)

移除 WebDAV 集合

若要移除 WebDAV 集合,請執行以下指令:


wadm> delete-dav-collection --user=admin --password-file=admin.pwd --host=serverhost 
--port=8989 --config=config1 --vs=config1_vs_1 --uri=/dav_config1

請參閱 CLI 參考delete-dav-collection(1)