How to you set up WebLogic to run as a service?
Originally Published: 2010-05-21
Article Number
Applies To
BEA WebLogic 10 MP1
Issue
How do you set up WebLogic to run as a service.
Resolution
Create a batch file similar to the following and execute it. Enter values applicable to your installation.
echo off
SETLOCAL
set DOMAIN_NAME=default_domain
set USERDOMAIN_HOME=C:\bea\user_projects\domains\base_domain
set SERVER_NAME=FIM1
set PRODUCTION_MODE=false
set
set MEM_ARGS=-Xms256m -Xmx512m
call "C:\bea\wlserver_10.0\server\bin\installSvc.cmd"
ENDLOCAL
Related Articles
Add entitlements table shows inconsistent results when the Role Set Policy is set to 'Deny entitlements not matching the e… 45Number of Views Add or Delete a Trusted Location 58Number of Views Access Policy Examples 77Number of Views Logging on to security console is very slow after updating to AM 8.5 164Number of Views Add, Clone, or Delete an Access Policy 111Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?