helmedeiros/weblogic-configuration-script

Create an automate script to create a managed server

Closed this issue · 1 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