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