Oracle Weblogic Server (MOSC)

MOSC Banner

Please Check my WLST scripts for creating Weblogic Server domain.

Dear Oracle Support,

I hope this message finds you well.

I have created and run a WLST script for WebLogic domain creation.
However, an error occurred and the script failed.

I have a question about the script.

(1) I created and ran the following script Are the contents correct?

#Template
readTemplate("/opt/app/Oracle/Middleware/wlserver/common/templates/wls/wls.jar")

#Admin Server
cd('Servers/AdminServer')
set('Name', 'myservername')
set('ListenAddress','')
set('ListenPort', 80)

create('AdminServer','SSL)
cd('SSL/AdminServer)
set('Enable', 'True')
set('ListenPort', 443)

#Admin Account
cd('/Security/base_domain/User/weblogic')
cmo.setPassword('password123456')

#Domain Mode
setOption('ServerStartMode', 'prod')

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center