Technical data
Configuring and Managing WebLogic Server 5-7
@rem The script simply sets the DOMAIN_NAME and SERVER_NAME variables and calls
@rem the %WL_HOME%\server\bin\uninstallSvc.cmd script.
@rem *************************************************************************
echo off
SETLOCAL
@rem Set DOMAIN_NAME to the name of the domain that contains the server.
set DOMAIN_NAME=myWLSdomain
@rem Set SERVER_NAME to the name of the server that you want to remove as
@rem a service.
set SERVER_NAME=myWLSserver
@rem Call Weblogic Server service uninstallation script. Replace <WL_HOME> with
@rem the absolute pathname of the directory in which you installed WebLogic
@rem Server. For example:
@rem call "D:\bea\weblogic810\server\bin\uninstallSvc.cmd"
call "<WL_HOME>\server\bin\uninstallSvc.cmd"
ENDLOCAL
2. Save and run the script.
If the removal script runs successfully, its output in the command window includes a
line similar to the following:
beasvc mydomain_myserver removed.
Changing Startup Credentials for a Server Set Up as a
Windows Service
To change passwords or add users for any WebLogic Server, you must start the server
and use the security realm’s administration tools. If you use the security realm that is
installed with WebLogic Server, you can use the Administration Console. If you use a
third-party security realm, you must use the administration tools provided in that
realm.
After you change the security data, you must do the following to change the arguments
that are passed to the server during the startup cycle: