Network Deployment (Distributed operating systems), v8.0 > Scripting the application serving environment (wsadmin)
Configure servers with scripting
Overview
With wsadmin.sh, you 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, you 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.
Commands
- Create a server
- Configure a unique HTTP session clone ID for each application server
- Configure database session persistence
- Configure the Java virtual machine
- Configure EJB containers using wsadmin
- Configure the Performance Monitoring Infrastructure
- Limiting the growth of JVM log files
- ProxyManagement command group
- Configure an ORB service
- Configure processes
- Configure the runtime transaction service
- Set port numbers to serverindex.xml
- Disable components
- Disable the trace service
- Configure servlet caching using wsadmin.sh
- Modify variables using wsadmin.sh
- Increasing the Java virtual machine heap size
- PortManagement command group
- DRS command group using wsadmin.sh
- DynamicCache command group
- VariableConfiguration command group
- Use wsadmin scripting
- Get started with wsadmin scripting