Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jonas

Revision as of 19:22, 15 January 2013 by Scott.fisher.oracle.com (Talk | contribs) (Deploy hudson.war)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install

Set HUDSON_HOME

Just export HUDSON_HOME=<some dir> (UNIX) or set HUDSON_HOME=<some dir> (Windows) before starting Jonas Server.

Install on Jonas 5.1.x

Download from here. Install in the usual way. Assuming you have a JONAS_ROOT and a JONAS_BASE.

Modify hudson.war

To be able to run hudson on Jonas, you need remove the following library : xml-apis-1.0.b2.jar

WebAppMain.contextInitialized : Failed to initialize
Hudson java.lang.ClassCastException:
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
cannot be cast to javax.xml.transform.TransformerFactory

Deploy hudson.war

Copy hudson war to "$JONAS_BASE/deploy/".

Start Jonas

Access Hudson GUI

Open in a browser:

http://<machine name>:9000/hudson

Back to the top