What's the trick for getting JForum to work with
Tomcat 5.5.16? I'm writing a book on Open Source for Business and want to include JForum. I used to have it working last year on a Windows box but haven't ever got it up on the Linux box. Can someone tell me a configuration which works?
Thanks,
TimJowers
Here's what I have:
JForum 1.6 (latest as of March 2006)
Tomcat 5.5.16
[root@localhost logs]#
java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
[root@localhost logs]# uname -a
Linux localhost.localdomain 2.6.9-22.EL #1 Sat Oct 8 17:48:27 CDT 2005 i686 athlon i386 GNU/Linux
postgres=# SELECT version();
version
---------------------------------------------------------------------------------------------------
PostgreSQL 8.1.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
[originally posted on jforum.net by timjowers]