how to deploy an app to a new oc4j-instance on OAS 10.1.3.1
To deploy a java/ADF app on an Oracle Application Server (10.1.3.1) and handle the datasources from there:
After generating the ear and war files from within JDeveloper…
- Login to OAS
- Cluster Topology > OC4J-instance > Administration > JDBC Resources
- Firstly create the Connection Pools:
- Connection Pools > Create (for “native” pool)
- Application: Default
- select “New Connection Pool“:
- Name: jdev-connection-native-appname
- Connection Factory Class: oracle.jdbc.pool.OracleDataSource
- JDBC URL: jdbc:oracle:thin:@//192.168.10.230:1521/serviceID
- provide Username and Password
- Test Connection
Comments