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 Logging on to security console is very slow after updating to AM 8.5 165Number of Views Entitlements are removed from or added to a Role when the Role Set is changed in RSA Identity Governance & Lifecycle 243Number of Views RSA MFA Agent 2.4 for Microsoft Windows Group Policy Object Template Guide 89Number of Views RSA MFA Agent 2.3 for Microsoft Windows Group Policy Object Template Guide 1KNumber of Views
Trending Articles
Authentication Manager Supported Hardware and Upgrade Paths Artifacts to gather in RSA Identity Governance & Lifecycle How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Authentication Manager 'Principal Does Not Possess Authenticator' Error for Users with Multiple IDs RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?