WAS v8.5 > Script the application serving environment (wsadmin)Configure applications using scripting
Using wsadmin, we can run scripts to configure applications.
Subtopics
- Configure applications for session management using scripting
This task provides an example that uses the AdminConfig object to configure a session manager for the application.- Configure applications for session management in web modules using scripting
Use scripting and wsadmin to configure applications for session management in web modules.- Configure a shared library using scripting
We can use scripting to configure a shared library for application servers. Shared libraries are files used by multiple applications. Create a shared library to reduce the number of duplicate library files on your system.- Configure a shared library for an application using wsadmin.sh
This task uses the AdminConfig object to configure a shared library for an application. Shared libraries are files used by multiple applications. Create a shared library to reduce the number of duplicate library files on your system.- Set background applications using wsadmin.sh
We can enable or disable a background application using scripting and wsadmin.- Modify WAR class loader policies for applications using wsadmin.sh
We can use scripting and wsadmin to modify WAR class loader policies for applications.- Modify WAR class loader mode using wsadmin.sh
We can use scripting and wsadmin to modify WAR class loader mode for applications.- Modify class loader modes for applications using wsadmin.sh
We can modify class loader modes for an application with scripting and wsadmin.- Modify the starting weight of applications using wsadmin.sh
We can use wsadmin and scripting to modify the starting weight of an application.- Configure namespace bindings using wsadmin.sh
Use this topic to configure name space bindings with the Jython or Jacl scripting languages and wsadmin.- WSScheduleCommands command group of AdminTask
We can use the Jython or Jacl scripting languages to manage deployed applications with wsadmin. The commands and parameters in the WSScheduleCommands group can be used to create and manage scheduler settings in your configuration. Schedulers enable J2EE application tasks to run at a requested time.- WSNotifierCommands command group for AdminTask
We can use the Jython or Jacl scripting languages to configure deployed applications with wsadmin. The commands and parameters in the WSNotifierCommands group can be used to create and manage notifications settings. WS-Notification enables web services to use the "publish and subscribe" messaging pattern, creating a one-to-many message distribution pattern.- CoreGroupManagement command group for AdminTask
We can use the Jython or Jacl scripting languages to manage deployed applications. The commands and parameters in the CoreGroupManagement group can be used to create and manage core groups. A core group is a high availability domain that consists of a set of processes in the same cell that can directly establish high availability relationships. A cell must contain at least one core group.- CoreGroupBridgeManagement command group for AdminTask
We can use the Jython or Jacl scripting languages to manage deployed applications using scripting. The commands and parameters in the CoreGroupBridgeManagement group can be used to create and manage core group access points, TCP inbound channel port, and bridge interfaces. A bridge interface specifies a particular node and server that runs the core group bridge service.