Author |
Message |
7 個月 前
|
#1
|
floofed
Joined: 2024/3/12
Messages: 5
Offline
|
I'm a newbie, in general, not just with JForum so please bear with me. My task is to check the impacts if we migrate it to the latest Windows versions and integrate it with our application. I also need to check if I can safely migrate it (v2.1. to the latest JForum version (2.8.3). I read from the documentation that these are JForum's requirements:
Servlet 3.1 compatible servlet container running on Java 8, and one of a variety of databases to run on
Following the logic of a Servlet 3.1 compatible servlet container, the applicable Apache Tomcat ( https://tomcat.apache.org/whichversion.html) would be Apache Tomcat 10.1.x. This version only supports Java 11 or higher. I find it inconsistent with the system requirement above which is Java 8. Can you kindly explain if the above is updated? Thank you.
|
|
|
7 個月 前
|
#2
|
udittmer
Joined: 2013/2/21
Messages: 424
Offline
|
Hi- I think you looked at the wrong column on that page. What it tells you is that any Tomcat version 8.0 or newer supports Servlets 3.1. I would advise to use 9.x or 10.1.x.
As to the Java version, JForum requires at least Java 8, and it runs fine under Java 11.
Be aware that starting with version 10, Tomcat implements JakarteEE servlets, not Javax servlets, so you will have to run JForum (which uses Javax servlets) in the webapps-jakartaee folder, as described in https://tomcat.apache.org/migration-10.html#Specification_APIs. if you want to avoid that, just use Tomcat 9.
|
Ping & Net - my free Android app for TCP/IP network diagnostics |
|
|
7 個月 前
|
#3
|
floofed
Joined: 2024/3/12
Messages: 5
Offline
|
Hello, thank you very much. May I ask if there's another way to check the current version of the JForum within the application server hosting it? Our JForum has been integrated with one of our web applications and is customized so I couldn't see the version at the bottom
|
|
|
7 個月 前
|
#4
|
udittmer
Joined: 2013/2/21
Messages: 424
Offline
|
If you're an admin of the JForum installation, check the Admin Control Panel. If it is set to check for new versions, it will tell you which one you have, and which one is the latest.
Alternatively, check the installed files - WEB-INF/config/SystemGlobals.properties has the version at the very end of the file.
|
Ping & Net - my free Android app for TCP/IP network diagnostics |
|
|
7 個月 前
|
#5
|
floofed
Joined: 2024/3/12
Messages: 5
Offline
|
I'll take a look at these! By the way, regarding the system requirements again: Servlet 3.1 compatible servlet container running on Java 8. Has this always been the requirement, even for much older versions like 2.1.x? Just asking because I'm trying to see if we'll need to do major changes if ever we upgrade the version.
|
|
|
7 個月 前
|
#6
|
floofed
Joined: 2024/3/12
Messages: 5
Offline
|
Oops sorry! Just realized that this shouldn't be the case since our current tomcat is running on 5.5.12. A bit of a stupid question but just to confirm, it wouldn't be possible to retain the server (Windows 2003) and tomcat version (5.5.12) if we upgrade to the latest version (2.8.3) right? I'm prolly gonna have a lot of questions regarding the migration by then
|
|
|
7 個月 前
|
#7
|
udittmer
Joined: 2013/2/21
Messages: 424
Offline
|
We've upped the container and Java requirements at various points in time as older versions became obsolete, but we haven't documented which JForum version required what.
But all your software is so old that it doesn't matter much - compared to upgrading from Windows Server 2003, upgrading Java and TC should be a piece of cake (And as discussed above, TC 5.5 will not do - TC 8 is the minimum, and there is no good reason not to use TC 9.)
As to upgrading JForum, check out https://community.jforum.net/posts/list/285.page for the experience of someone going from 2.1 to the current version
|
Ping & Net - my free Android app for TCP/IP network diagnostics |
|
|
6 個月 前
|
#8
|
floofed
Joined: 2024/3/12
Messages: 5
Offline
|
Good day, thank you very much again for your help! By any chance, would it be possible to ask for a copy of the WAR files of the older versions like 2.1.8?
|
|
|
6 個月 前
|
#9
|
udittmer
Joined: 2013/2/21
Messages: 424
Offline
|
I'm not aware of a war archive of the original JForum (the versions that came before 2.2). You can find the final source code of version 2.1.8 by the original maintainer (Rafael Steil) at https://github.com/rafaelsteil/jforum2. From that, you can build the war.
|
Ping & Net - my free Android app for TCP/IP network diagnostics |
|
|
5 個月 前
|
#10
|
andowson
Joined: 2011/6/30
Messages: 251
Offline
|
I have a copy of jforum-2.1.8.zip, you can rename it as jforum-2.1.8.war.
Filename |
jforum-2.1.8.zip |
Download
|
Description |
jforum 2.1.8 |
Filesize |
12296 Kbytes
|
Downloaded: |
2121 time(s) |
|
|
|
|