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

Difference between revisions of "Jonas"

(New page: = Install = Set HUDSON_HOME Just <code>export HUDSON_HOME=<some dir></code> (UNIX) or <code>set HUDSON_HOME=<some dir></code> (Windows) before starting Jonas Server. = Install on Jonas ...)
 
(Deploy hudson.war)
 
Line 20: Line 20:
 
= Deploy hudson.war =
 
= Deploy hudson.war =
  
Copy hudson war to "$JONAS_BASE/deploy/".
+
Copy hudson war to "<code>$JONAS_BASE/deploy/</code>".
  
 
= Start Jonas =
 
= Start Jonas =

Latest revision as of 19:22, 15 January 2013

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