Powered By Blogger

Friday, July 9, 2010

Remove a weblogic from windows service

Paste following contents in new file, change variables according to the domain and execute it

@echo off
SETLOCAL

set WL_HOME=C:\bea\weblogic91
set PROD_NAME=BEA Products
set BAR_WL_HOME=C_bea_weblogic91
set SERVER_NAME=SERVER_NAME
set DOMAIN_NAME=DOMAIN_NAME


rem *** Uninstall the service
"%WL_HOME%\server\bin\beasvc" -remove -svcname:"beasvc %DOMAIN_NAME%_%SERVER_NAME%"

ENDLOCAL

No comments:

Post a Comment

Welcome to the UNIX world