...
Getting Better Debugging Information From OC4J
Panel | ||
---|---|---|
By default, some run time errors that you'll see when testing web apps in OC4J are not too helpful. You can coax OC4J into giving you more information about certain errors by making the following changes in global-web-application.xml: Open ${ORACLE_HOME}/j2ee/home/config/global-web-application.xml with a text editor.
|
...
|
Add a Datasource
Wiki Markup |
---|
We need to add a datasource to our applications can pull data from the database. Edit \[j2ee.home\]/config/data-sources.xml to add a datasource. Here's an example of adding a MITSIS datasource: |
...