Home > Installation
Oracle 10g Configuration on WebSphere Application Server 6.0
ebx.properties configuration
In section « Persistence parameters » of file ebx.properties, define oracle as the persistence database as follows: ebx.persistence.factory=oracle. Parameters url, user and password are not necessary, they are defined in WAS (WebSphere Application Server) data source configuration.
ORACLE_JDBC_DRIVER_PATH configuration
Open WebSphere Administrative Console
Select Environment > WebSphere Variables
Select ORACLE_JDBC_DRIVER_PATH, enter the path to Oracle JDBC driver libraries (the directory that contains files ojdbc14.jar and orai18n.jar for Oracle 10g)
Click on Apply button, then Save
JDBC providers configuration
Select Resources > JDBC Providers
Click on New
Step 1: Select the database type, select Oracle
Step 2: Select the provider type, select Oracle JDBC Driver
Step 3: select the implementation type, select Connection pool data source
Click on Next
Click on Apply, then Save
Select Oracle JDBC Driver
Click on Data sources (Version 4) in Additional Properties
Click on New
Enter name Oracle JDBC Driver - 4.0 DataSource
Enter the necessary parameters, especially Database name, Default user ID, Default password
Click on Apply, then Save
Select Oracle JDBC Driver - 4.0 DataSource
Click on Custom properties in Additional Properties
Modify the URL value, for example jdbc:oracle:thin:@127.0.0.1:1521:orcl
Modify the driverType value, enter the value thin for example in Custom properties
Click on Apply, then Save
Click on Test connection button in page JDBC providers > Oracle JDBC Driver > Data sources (version 4) > Oracle JDBC Driver - 4.0 DataSource.
Check the message for the connection test
Connection Pool Timeout and Transaction Service Timeout configuration
Select Resources > JDBC Providers > Oracle JDBC Driver > Data sources (version 4) > Oracle JDBC Driver - 4.0 DataSource > Connection pool properties, configure the parameters according to your needs
Select Servers > Application Servers > server name > Container services > Transaction service, configure the parameters according to your needs
ebxPlatform.ear deployment
In page Applications > Install New Application, select the application to deploy (here ebxPlatform.ear), then click next, next, continue
Step 1: Specify options for installing enterprise applications and modules
Step 2: Map modules to servers
Step 3: Map resource references to resources, select the JNDI ressource name already configured. In our example, it is jdbc/Oracle JDBC Driver - 4.0 DataSource. Select the module ebx.war, enter the JNDI name in the displayed table, then click on OK button
Step 4: Map virtual hosts to web modules
Step 5: Summary, click on "finish" button
If the application is already deployed, you can select Applications > Enterprise Applications > EBX.Platform > Mapping resource references to resources
Home > Installation