GlassFish Installation

GlassFish Installation

(tested with HSQL, JavaDB config coming...)

  • Download GlassFish v2 from here
  • Install using %java -Xmx256m -jar filename.jar
  • Setup using %ant -f setup.xmlor %ant -f setup-cluster.xml for clustering support
  • start GlassFish instance using $GLASSFISH_HOME/bin/asadmin start-domain
  • point browser to http://localhost:4848
  • log in as admin / adminadmin
  • select Applications -> Web Applications -> Deploy in the left tree
  • select the XWiki WAR archive to deploy and set the context root to 'xwiki' (anything else will make XWiki navigation break)
  • enjoy XWiki from http://localhost:8080/xwiki !
Complete GlassFish Documentation is here: https://glassfish.dev.java.net/javaee5/docs/DocsIndex.html

Alexis Moussine-Pouchkine

Tags:
Created by almp on 2007/02/01 16:18
Last modified by Philipp Roessler on 2009/09/17 13:20

This wiki is licensed under a Creative Commons license
2.2.1.27354