helmedeiros / weblogic-configuration-script

command-line scripting to create, manage, and monitor WebLogic Server domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an automate script to create a managed server

helmedeiros opened this issue · comments

When you create a domain, you also create an Administration Server, which runs the Administration Console and distributes configuration changes to other servers in the domain.

In a typical production environment, you create one or more Managed Servers in the domain to host business applications and use the Administration Server only to configure and monitor the Managed Servers.

Let's do so with scripts!!

To automate this creation was build in dc8591f an python script that uses property values from da4748c.

closes #3