Oracle Developer Depot
Installation and Configuration Guide
What’s Required
- Some experience with Oracle application Server Control
- What are the Software Requirements
-
Installation
Oracle Developer Depot (ODD) is only available packaged as an EAR file.
- Download the odd.ear from OTN
- Log in to EM at http://localhost:8888/em

- Select the “applications” tab.

- click the “Deploy” button

- Enter the archive location for the odd.ear into the “Archive is already present on the server where Application Server Control is running.” Input area.
- Click “Next”
- Enter the application name on the next screen.
- Click “Next”
- Click “Deploy”.

- Wait for the deployer to successfully deploy ODD.
Configuration
ODD should just work right out of the box with no configuration necessary. However there are situations where configuration of ODD needs to occur.
Those situations are:
Your workplace uses a Proxy for web access
Start the oracle application server with the following switch:
-DproxyHost=YOURPROXYHOST –DproxyPort=YOURPROXYPORT
Your workplace uses a Proxy for web access (alternative)
- Unpackage odd.ear
- Unpackage odd.war which lives inside odd.ear
- Open the applicationContext.xml which is in the WEB-INF/classes directory
- find:
<bean id="proxy" class="com.oracle.odd.http.Proxy">
<!-- optional if running behind a proxy
<property name="host"><value>${proxyHost}</value></property>
<property name="port"><value>${proxyPort}</value></property>
-->
</bean>
- Remove the comments in the xml (<!—and à )
- Open the appserver.properties file which is in the WEB-INF directory
- Uncommend and edit the entries for:
# proxy info
proxy.host=proxy.oracle.com
proxy.port=80
- Repackage odd.ear
- Redeploy odd.ear
Changing ODD locations
- Unpackage odd.ear
- Unpackage odd.war which lives inside odd.ear
- Open the appserver.properties file which is in the WEB-INF directory
- find:
content.directoryURL=…
metadata.directoryURL=…
- Edit the host, port and context to appropriate values.
Run Oracle Developer Depot
Point browser at http://localhost:8888/odd to run the application.
License
Oracle Developer Depot contains Apache Software Foundation licensed software
Apache License