Hi MariusW,
Here's the way i managed to deploy JForum in a Glassfish instance. My operating system is Ubuntu Linux 7.04 (Feisty Fawn). I expect a similar procedure - with minor adjustments - applies to other Linux distributions as well as to Windows.
1. Download the file at the following link:
http://www.jforum.net/download-latest.jsp, and save it in your home directory.
2. Unzip the downloaded file:
3. Start Glassfish (as root):
4. Deploy the jforum-2.1.7-b3 directory in Glassfish (as root):
And you're done. To undeploy jforum-2.1.7-b3, enter (as root):
JForum's context root is: "/jforum-2.1.7-b3". So, for instance, in order to browse to JForum's main page, open a browser, and point it at the address: "http://localhost:8080/jforum-2.1.7-b3".
[originally posted on jforum.net by berliita]