Previous Topic: Configure Applications to Use Server on USSNext Topic: Configure the JDBC Proxy on USS


Data Source Definitions on USS

A JDBC-enabled application can connect to a CA Datacom/DB database using the DriverManager class with a URL or using JNDI with a DatacomDataSource object. Either technique can reference a data source name similar to an ODBC data source. This DSN is defined within the web server (for example, WebSphere), or in the application server environment.

Note: You can also specify this information using DriverPropertyInfo objects or in the DatacomDataSource.

More information:

DriverPropertyInfo

JDBC Proxy Service Wrapper