+

Search Tips   |   Advanced Search

Configure servers

We can use wsadmin.sh to configure application servers in the environment. An application server configuration provides settings that control how an application server provides services for running applications and their components.

After installing the product, we might need to configure additional options for the application server. With wsadmin.sh, we can use the commands for the AdminTask and AdminConfig objects to retrieve configuration IDs and invoke operations on the objects to configure the application server. Alternatively, we can use the script library to perform specific operations to configure the application servers. The scripting library provides a set of procedures to automate the most common application server administration functions. We can run each script procedure individually, or combine several procedures to quickly develop new scripts.

We might need to complete one or more of the following tasks to configure the application server:


Subtopics


Related tasks

  • Use wsadmin scripting
  • Get started with wsadmin scripting