2011년 6월 16일 목요일

[WebSphere] 윈도우 서비스에 등록하기.


윈도우에 설치하다보면 윈도우 서비스를 이용해야만 해당 계정에서 log out하여도 서비스가 종료되지 않는다. ㅜ.,ㅡ^


WASService.exe -add service_name
                           -serverName  server_name
                           -profilePath server_profile_directory
                          [-wasHome  app_server_root]
                          [-configRoot configuration_repository_directory]
                          [-startArgs additional_start_arguments]
                          [-stopArgs additional_stop_arguments]
                          [-userid user_id -password password]
                          [-logFile service_log_file]
                          [-logRoot server_log_directory]
                          [-restart true | false]
                          [-startType automatic | manual | disabled]

WASService.exe -remove service_name




httpd -k install -n <new_service_name> -f <path_to_new_configuration_file>

httpd -k uninstall -n <service_name>

댓글 없음:

댓글 쓰기