Deployment on OC4J.
I gave up on the Oracle OC4J docs. They keep on pointing to something called dcmctl that I didn't get in the OC4J download. The appendix says that dcmctl lives in $ORACLE_HOME/dcm/bin/dcmctl and I am not in the mood to download Oracle right now. So, I pointed my browser at the Orion website and found some more reasonable docs. OC4J is just an OEM version of Orion.
I dumped Roller in OC4J/home/roller and then added the following to OC4J/home/config/server.xml:
<application name="roller" path="../roller" />this to OC4J/home/config/application.xml:
<web-module id="roller" path="../../home/roller" />and this to OC4J/home/config/http-web-site.xml:
<web-app application="default" name="roller" root="/roller" />Now I'm getting a string of error messages that indicate that OC4J is attempting to deploy Roller. Good.
Dave Johnson
in Roller
• 🕒 05:52PM Oct 16, 2002
Tags:
Roller