Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Containers"

Line 2: Line 2:
  
 
* [[Glassfish|Glassfish]]
 
* [[Glassfish|Glassfish]]
* IBM WebSphere
+
* [[IBM WebSphere|IBM WebSphere]]
* JBoss
+
* [[JBoss|JBoss]]
* Jetty
+
* [[Jetty|Jetty]]
* Jonas
+
* [[Jonas|Jonas]
* Tomcat
+
* [[Tomcat|Tomcat]]
* Weblogic
+
* [[Weblogic|Weblogic]]
* Winstone
+
* [[Winstone|Winstone]]
  
And finally, if you are having difficulty installing Hudson with a container, you can always run Hudson just by itself: java -jar hudson.war (which uses Winstone.)
+
And finally, if you are having difficulty installing Hudson with a container, you can always run Hudson just by itself: <code>java -jar hudson.war</code> (which uses Winstone.)
  
 
Please help us grow this list by contributing notes to this Wiki.
 
Please help us grow this list by contributing notes to this Wiki.

Revision as of 14:50, 15 January 2013

This document describes instructions and notes that are container specific.

And finally, if you are having difficulty installing Hudson with a container, you can always run Hudson just by itself: java -jar hudson.war (which uses Winstone.)

Please help us grow this list by contributing notes to this Wiki.

Back to the top