Configure data access with wsadmin scripting
Use these topics to learn about to configure data access.
This topic contains the following tasks:
- Configure a JDBC provider using wsadmin
- Configure new data sources using wsadmin
- Configure new connection pools using wsadmin
- Change connection pool settings with wsadmin.sh
- Configure new data source custom properties using wsadmin
- Configure new Java 2 Connector authentication data entries using wsadmin
- Configure new WAS40 data sources
- Configure new WAS40 connection pools
- Configure custom properties for a Version 4.0 data source
- Configure new J2C resource adapters
- Configure custom properties for J2C resource adapters using wsadmin
- Configure new J2C connection factories
- Configure new J2C administrative objects
- Configure new J2C activation specifications
- Manage the message endpoint lifecycle
- Test data source connections
Subtopics
- Configure a JDBC provider using wsadmin
We can configure a JDBC provider using wsdmin.sh.
- Configure new data sources using wsadmin
We can configure new data sources using wsdmin.sh.
- Configure new connection pools using wsadmin
We can use wsadmin scripting tool to configure new connection pools.
- Change connection pool settings with wsadmin.sh
We can use the wsadmin scripting tool to change connection pool settings.
- Configure new data source custom properties using wsadmin
We can configure new data source custom properties scripting tool.
- Configure new Java 2 Connector authentication data entries using wsadmin
We can configure new Java 2 Connector (J2C) authentication data entries with the wsadmin scripting tool.
- Configure new WAS40 data sources
Use scripting to configure a new WAS40 data source.
- Configure new WAS40 connection pools
We can use scripting to configure a new WAS40 connection pool.
- Configure custom properties for a Version 4.0 data source
We can use scripting and wsadmin.sh to configure custom properties for a Version 4.0 data source.
- Configure new J2C resource adapters
Use the wsadmin scripting tool to configure Java 2 Connector resource adapters with Resource Adapter Archive (RAR) files. A RAR file provides the classes and other code to support a resource adapter for access to a specific enterprise information system (EIS), such as the Customer Information Control System (CICS). Configure resource adapters for an EIS only after you install the appropriate RAR file.
- Configure custom properties for J2C resource adapters using wsadmin
We can configure custom properties for Java 2 Connector resource adapters .
- Configure new J2C connection factories
Use the wsadmin scripting tool to configure new Java 2 Connector connection factories.
- Configure new J2C activation specifications
We can configure new Java 2 Connector activation specifications and the wsadmin scripting tool.
- Configure new J2C administrative objects
We can use scripting and wsadmin.sh to configure new J2C administrative objects.
- Manage the message endpoint lifecycle
Use the Jython scripting language to manage the message endpoints with wsadmin.sh. Use this topic to query the configuration for message endpoint properties, and to deactivate or reactivate a message endpoint.
- Test data source connections
We can test connections for data sources with wsadmin.sh and scripting. After we have defined and saved a data source, we can test the data source connection to ensure that the parameters in the data source definition are correct.
- JDBCProviderManagement command group for AdminTask object
We can use the Jython or Jacl scripting languages in interactive mode to configure data access and data sources . The commands and parameters in the JDBCProviderManagement group can be used to create or list data sources and Java database connectivity (JDBC) providers.
Related tasks
Use wsadmin scripting Get started with wsadmin scripting