|
Re: Problem Deploying To OC4J 10.1.3.1 (Orion) Server: msg#00062java.hudson.user
Kohsuke: FYI - you actually can download the standalone OC4J container from Oracle (http://www.oracle.com/technology/software/products/ias/index.html). It's about 80 MB. The install is pretty straight forward, though not as easy as Tomcat's deployment. Actually, OC4J does have an Ant deploy task and command line utility too, however, here are brute-force deployment instructions. 1. Copy hudson.war to /oc4j/j2ee/home/applications 2. Edit application.xml in /oc4j/j2ee/home/config and add the following entry after <web-module id="defaultWebApp" path="../../home/default-web-app"/> <web-module id="hudson" path="../applications/hudson.war"/> 3. Edit default-web-site.xml in /oc4j/j2ee/home/config and add the following entry after <default-web-app application="default" name="defaultWebApp"/> <web-app application="default" name="hudson" root="/hudson" /> 4. Start OC4J. This will auto-deply Hudson and extract war file beneath "applications" dir. # cd /opt/oc4j/bin # ./oc4j.sh -start By default, OC4J listens on port 8888. Surf to http://localhost:8888/hudson. Jelly exception is instantly raised and written to global-application.log in /opt/oc4j/j2ee/home/log.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Problem Deploying To OC4J 10.1.3.1 (Orion) Server, MBowen |
|---|---|
| Next by Date: | Source code back to normal, Kohsuke Kawaguchi |
| Previous by Thread: | Re: Problem Deploying To OC4J 10.1.3.1 (Orion) Server, MBowen |
| Next by Thread: | Source code back to normal, Kohsuke Kawaguchi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |