Appendix B - Configuring Server-Configure.Properties File for WebSphere build
If you are using Migration utility for WebSphere build, do the following changes in the server-configure.properties file available at ./AdeptiaSharedLibrary/config/:
<Group hide="true" name="Database Configuration">
<Property comment="JDO Database Driver Url" dynamic="no" name="abpm.jdo.driver">oracle.jdbc.driver.OracleDriver</Property>
<Property comment="JDO Database Connection Url" dynamic="no" name="abpm.jdo.url">jdbc:oracle:thin:@<HostName>:<Port>:<DatabaseName></Property>
<Property comment="JDO Database UserName" dynamic="no" name="abpm.jdo.username"><UserId></Property>
<Property comment="JDO Database Password" dynamic="no" encrypt="n" name="abpm.jdo.password"><Password></Property>
where:
<HostName> : Name or IP Address of the computer where back-end database server is running.
<Port>: Port on which the back-end database server is running.
<DatabaseName>: Name of the database used for back-end database.
<UserId>: User Id of the back-end database.
<Password>: Password of the back-end database.