Download, install and configure the Oracle OC4J 10.1.3.5 stand alone server
| Panel | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Download
indent | | 1 | 1
| Code Block |
|---|
<import-shared-library name="oracle.toplink"> |
| Code Block |
|---|
<!--import-shared-library name="oracle.toplink"--> |
| Code Block |
|---|
<data-source
class="com.evermind.sql.DriverManagerDataSource"
name="OracleDS2"
location="jdbc/MitsisDS"
xa-location="jdbc/xa/StargateXADS-unused"
ejb-location="jdbc/OracleDS-unused"
connection-driver="oracle.jdbc.driver.OracleDriver"
username=""
password=""
url="jdbc:oracle:thin:@//earth-vault-2.mit.edu:1523/sundev2"
inactivity-timeout="30"
/>
|
Open ${ORACLE_HOME}/j2ee/home/application-deployments/default/orion-application.xml with a text editor. If the file or any sub-directory does not exist, create them as needed.
If you had to create the file anew, these are the contents of the file:
| Code Block |
|---|
<?xml version='1.0' encoding='utf-8'?>
<orion-application
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
schema-major-version="10"
schema-minor-version="0"
component-classification="internal">
<imported-shared-libraries>
<remove-inherited name="oracle.xml"/>
</imported-shared-libraries>
</orion-application>
|
| Code Block |
|---|
<imported-shared-libraries>
<remove-inherited name="oracle.xml"/>
</imported-shared-libraries>
|
...