<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Hottest forum topics]]></title>
		<link>https://community.jforum.net/hottestTopics/list.page</link>
		<description><![CDATA[The hottest discussed topics in the entire board]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to Setup JForum Development Environment</title>
				<description><![CDATA[ [quote=HootinHoller]Having trouble doing initial build from 2.4.1 source (build 501)
<br>
<br>
It appears that the captcha dependency has been hosed.
<br>
<br>
The error:
<br>
[code]
<br>
Failed to execute goal on project jforum: Could not resolve dependencies for project net.jforum:jforum:war:2.4.1: Failed to collect dependencies at com.octo.captcha:jcaptcha:jar:1.0 -&gt; com.jhlabs:imaging:jar:01012005: Failed to read artifact descriptor for com.jhlabs:imaging:jar:01012005: Could not transfer artifact com.jhlabs:imaging:pom:01012005 from/to 3rd-party (http://forge.octo.com/archiva/repository/3rd-party): forge.octo.com: Unknown host forge.octo.com [/code]
<br>
<br>
Has anyone built this from a bare local repository lately?[/quote]
<br>
<br>
experiencing exact the same problem. Mentioned this in a separate thread in this Forum]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/3/633.page</guid>
				<link>https://community.jforum.net/posts/preList/3/633.page</link>
				<pubDate><![CDATA[Thu, 31 Aug 2017 15:00:51]]> GMT</pubDate>
				<author><![CDATA[ Udusimus]]></author>
			</item>
			<item>
				<title>JForum 2.3.0 Released</title>
				<description><![CDATA[ Hi everyone,
<br>
We are pleased to announce the release of JForum 2.3.0. The new release is the first version of JForum built using Apache Maven as the project management tool.
<br>
There are many jar files been updated to the latest version from the maven repository. And we have modified some previous version's bugs during the test.
<br>
You can download the latest war file from the following URL, then upload it to your Tomcat's webapps directory:
<br>
http://code.google.com/p/jforum2/downloads/list
<br>
<br>
:idea: Installation Hint
<br>
For Linux user, you need to change the unpacked directory's group to tomcat
<br>
[code=plain]
<br>
cd /path/to/jforum
<br>
chgrp -R tomcat .[/code]
<br>
and modify the following file permissions:
<br>
[code=plain]
<br>
chmod 775 images/avatar
<br>
chmod 775 images/smilies
<br>
chmod 664 images/smilies/*.gif
<br>
chmod 775 tmp
<br>
chmod 775 upload
<br>
chmod 775 WEB-INF
<br>
chmod 775 WEB-INF/config
<br>
chmod 664 WEB-INF/config/modulesMapping.properties
<br>
chmod 664 WEB-INF/config/database/*/*.properties[/code]
<br>
<br>
If you have JForum updated from some previous version, do the following commands to change the directories and files' permission generated by tomcat
<br>
[code=plain]
<br>
chown tomcat WEB-INF/config/jforum-custom.conf
<br>
chown -R tomcat images/avatar/*
<br>
chown -R tomcat upload/*
<br>
chown -R tomcat WEB-INF/jforumLuceneIndex
<br>
rm -rf WEB-INF/jforumLuceneIndex/*
<br>
[/code]
<br>
<br>
Note: You can regenerate Lucene Index in the Admin Control Panel.
<br>
<br>
Create a database for jforum
<br>
:arrow: MySQL:
<br>
<br>
mysql -u root -p
<br>
[code=sql]
<br>
CREATE DATABASE jforum DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
<br>
GRANT ALL PRIVILEGES ON *.* TO jforum@localhost IDENTIFIED BY 'jforum' WITH GRANT OPTION;
<br>
flush privileges; [/code]
<br>
<br>
:arrow: PostgreSQL:
<br>
as postgres user:
<br>
[code=sql]psql -c "create user jforum createdb;" template1
<br>
psql -c "create database jforum with encoding 'unicode';" -U jforum template1
<br>
psql -c "alter user jforum nocreatedb;" template1
<br>
psql -c "alter user jforum with encrypted password 'jforum';" template1 [/code]
<br>
<br>
Note: If you upgrade from JForum 2.1.8 then you should run the database scheme upgrade script:
<br>
http://code.google.com/p/jforum2/source/browse/#svn%2Ftrunk%2Fupgrade%2F2.2.0]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/2/2.page</guid>
				<link>https://community.jforum.net/posts/preList/2/2.page</link>
				<pubDate><![CDATA[Thu, 30 Jun 2011 12:06:05]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Configuration of enabling the Captcha? </title>
				<description><![CDATA[ You can create a file setenv.sh under tomcat/bin directory
<br>
<br>
The content of my setenv.sh is as follows:
<br>
[code]
<br>
JAVA_HOME="/usr/java/latest"
<br>
JAVA_OPTS="-server -XX:NewSize=123m -XX:MaxNewSize=123m -XX:SurvivorRatio=8 -Xss256k -Xms495m -Xmx495m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true"
<br>
[/code]
<br>
<br>
You can modify the other memory size options according to your server's capacity.
<br>
<br>
Reference:
<br>
http://www.andowson.com/posts/list/556.page]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/49/452.page</guid>
				<link>https://community.jforum.net/posts/preList/49/452.page</link>
				<pubDate><![CDATA[Sat, 11 Apr 2015 17:19:59]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>JForum Customization Guide</title>
				<description><![CDATA[ Tomcat (and possibly other servlet containers) can run web apps out of an exploded war file -and without any war file, actually-, so once you have done the initial install you can work with the directory hierarchy and not use the war file.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/16/541.page</guid>
				<link>https://community.jforum.net/posts/preList/16/541.page</link>
				<pubDate><![CDATA[Thu, 29 Sep 2016 21:11:06]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>JForum Integration Single Signon</title>
				<description><![CDATA[ I can't figure out why I get the following error in the sso.redirect configuration.
<br>
<br>
[quote] java.net.URISyntaxException: Illegal character in authority at index 7: <a class="snap_shots" href="http://www.mycompany.com" target="_blank">http://www.mycompany.com</a> [/quote]
<br>
<br>
I don't see any bad characters there.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/47/169.page</guid>
				<link>https://community.jforum.net/posts/preList/47/169.page</link>
				<pubDate><![CDATA[Fri, 18 Jan 2013 06:37:09]]> GMT</pubDate>
				<author><![CDATA[ vTest]]></author>
			</item>
			<item>
				<title>JForum2 Developer Quick-Start Guide</title>
				<description><![CDATA[ This version is for SourceForge code SVN repository.
<br>
And I put a fix for maven depencency of imaging.jar missing problem.
<br>
<br>
download imaging.zip from <a class="snap_shots" href="http://community.jforum.net/posts/list/152.page" target="_blank">http://community.jforum.net/posts/list/152.page</a>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/84/636.page</guid>
				<link>https://community.jforum.net/posts/preList/84/636.page</link>
				<pubDate><![CDATA[Sun, 17 Sep 2017 03:13:53]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Making post from another tomcat application</title>
				<description><![CDATA[ Nice! I'll add this to the next release.
<br>
Thank you, jforumrookie.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/17/59.page</guid>
				<link>https://community.jforum.net/posts/preList/17/59.page</link>
				<pubDate><![CDATA[Tue, 1 Nov 2011 08:09:15]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>captcha not working on jboss 7</title>
				<description><![CDATA[ that did the trick...thanks a lot!!]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/63/232.page</guid>
				<link>https://community.jforum.net/posts/preList/63/232.page</link>
				<pubDate><![CDATA[Fri, 10 May 2013 19:07:43]]> GMT</pubDate>
				<author><![CDATA[ akashm]]></author>
			</item>
			<item>
				<title>How to install Jforum with Mssql </title>
				<description><![CDATA[ Hi andowson,
<br>
<br>
Thanks for your valuable time and solution, yes now I have installed successfully(v2.3.x) as per you comments.
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/44/144.page</guid>
				<link>https://community.jforum.net/posts/preList/44/144.page</link>
				<pubDate><![CDATA[Mon, 24 Sep 2012 17:04:53]]> GMT</pubDate>
				<author><![CDATA[ seetharaml]]></author>
			</item>
			<item>
				<title>Error in the Source Code of Jforum 2.3.5</title>
				<description><![CDATA[ Not sure what NetBeans has to do with this. You would map the JForum resources in your web.xml file as appropriate.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/116/433.page</guid>
				<link>https://community.jforum.net/posts/preList/116/433.page</link>
				<pubDate><![CDATA[Fri, 6 Mar 2015 00:10:14]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>JForum on JBoss</title>
				<description><![CDATA[ OK, please follow my steps:
<br>
1. Download jforum-2.3.4.war
<br>
2. Unpack jforum-2.3.4.war into jforum.war directory under D:\jboss-6.0.0.Final\server\default\deploy
<br>
3. Go to D:\jboss-6.0.0.Final\server\default\deploy\jforum.war\WEB-INF\lib, and delete the three jboss-*.jar
<br>
4. Open a cmd prompt
<br>
5. Change directory to D:\jboss-6.0.0.Final\bin
<br>
6. Execute run.bat
<br>
7. Wait for JBoss to load each war and show the message:
<br>
[quote]21:16:02,167 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS
<br>
[6.0.0.Final "Neo"] Started in 3m:40s:877ms[/quote]
<br>
8. Open a browser, and visit <a class="snap_shots" href="http://localhost:8080/jforum/" target="_blank">http://localhost:8080/jforum/</a>
<br>
<br>
PS. I'm using JDK 6.0 Update 35 on Windows 7 32-bit.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/21/150.page</guid>
				<link>https://community.jforum.net/posts/preList/21/150.page</link>
				<pubDate><![CDATA[Fri, 28 Sep 2012 21:30:08]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>jforum@JbossAS7</title>
				<description><![CDATA[ the issue with JBoss is resolved.
<br>
<br>
see [url=http://www.coderanch.com/t/625483/jforum/JForum-JBoss] solution[/url] for detail.
<br>
<br>
the issue with Smiles is resolved too. The solution was a property value [jforum-custom.conf].forum.link. For me is not pretty clearly, why the jforum needs the ip of host to take a path to smiles (?). The host,on which my jforum runs, has no permanent ip. It means i need each day to change the property [forum.link] and reload a context of jforum on AS.
<br>
<br>
capcha is resolved due [url]http://jforum.andowson.com/posts/list/63.page [/url]
<br>
<br>
best regards]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/83/291.page</guid>
				<link>https://community.jforum.net/posts/preList/83/291.page</link>
				<pubDate><![CDATA[Mon, 23 Dec 2013 20:21:17]]> GMT</pubDate>
				<author><![CDATA[ oleg.duvanayev]]></author>
			</item>
			<item>
				<title>admin panel</title>
				<description><![CDATA[ What would be the purpose of that? The Maven war plugin can probably do that, so you might want to read up on that.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/141/607.page</guid>
				<link>https://community.jforum.net/posts/preList/141/607.page</link>
				<pubDate><![CDATA[Thu, 1 Dec 2016 15:12:24]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>OpenJDK ?</title>
				<description><![CDATA[ It was the incorrect setting of forum link.
<br>
<br>
It is working now.
<br>
<br>
Thank you again.
<br>
<br>
Spencer]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/69/256.page</guid>
				<link>https://community.jforum.net/posts/preList/69/256.page</link>
				<pubDate><![CDATA[Mon, 30 Sep 2013 11:21:48]]> GMT</pubDate>
				<author><![CDATA[ Spencer]]></author>
			</item>
			<item>
				<title>Deployment in Weblogic exception log4j template not found and jersey servlet due to ApplicationPath no being set</title>
				<description><![CDATA[ A ClassNotFoundException without mention of what class can not be found is singularly unhelpful. Or maybe it's trying to load a class named "" for some reason. But it doesn't say what it's trying to do at that point -except that it's trying to load JForum-, so there isn't much to go by on.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/199/877.page</guid>
				<link>https://community.jforum.net/posts/preList/199/877.page</link>
				<pubDate><![CDATA[Thu, 3 Oct 2019 19:32:47]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Preserving customizations when upgrading</title>
				<description><![CDATA[ Please send private message to me, and give me your gmail address.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/72/265.page</guid>
				<link>https://community.jforum.net/posts/preList/72/265.page</link>
				<pubDate><![CDATA[Mon, 28 Oct 2013 11:01:32]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>JForum 2.3.5 Released</title>
				<description><![CDATA[ A fix for that was not part of the release, and there is currently no ETA for a fix.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/85/315.page</guid>
				<link>https://community.jforum.net/posts/preList/85/315.page</link>
				<pubDate><![CDATA[Thu, 13 Feb 2014 21:02:24]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>SSO or something like that</title>
				<description><![CDATA[ 1.You can check Tomcat's catalina.out first for some exception message as a hint.
<br>
<br>
2.Check if your JAVA_OPTS has -Djava.awt.headless=true set. For example:
<br>
[code]JAVA_OPTS="-server -Xss256k -Xms2048m -Xmx2048m -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8 -XX:PermSize=256m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true" [/code]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/35/163.page</guid>
				<link>https://community.jforum.net/posts/preList/35/163.page</link>
				<pubDate><![CDATA[Thu, 20 Dec 2012 14:15:20]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>LDAP setup for JForum</title>
				<description><![CDATA[ Hello
<br>
<br>
I just wanted to know if you finally succeeded to connect to an AD ldap , and the steps you've done
<br>
<br>
Thanks]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/45/174.page</guid>
				<link>https://community.jforum.net/posts/preList/45/174.page</link>
				<pubDate><![CDATA[Sun, 27 Jan 2013 21:44:33]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
			<item>
				<title>Create a Topic and Navigate to Topic programatically</title>
				<description><![CDATA[ Thank you for sharing this. I just added code tags to make it easy to read.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/31/95.page</guid>
				<link>https://community.jforum.net/posts/preList/31/95.page</link>
				<pubDate><![CDATA[Wed, 7 Mar 2012 18:39:24]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Latex integration</title>
				<description><![CDATA[ Thanks a lot, I will give it a try!]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/62/224.page</guid>
				<link>https://community.jforum.net/posts/preList/62/224.page</link>
				<pubDate><![CDATA[Mon, 15 Apr 2013 13:51:41]]> GMT</pubDate>
				<author><![CDATA[ pawel]]></author>
			</item>
			<item>
				<title>SSO - Single Sign On</title>
				<description><![CDATA[ Sorry, the fault was on my side. It's working perfectly in the new version ... one of the configuration properties wasn't set correctly. So shame on me and thanks for listening...]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/10/34.page</guid>
				<link>https://community.jforum.net/posts/preList/10/34.page</link>
				<pubDate><![CDATA[Wed, 24 Aug 2011 16:36:24]]> GMT</pubDate>
				<author><![CDATA[ 20mithrandir]]></author>
			</item>
			<item>
				<title>Jforum 2.3.3 and Postgresql 9.1.3</title>
				<description><![CDATA[ Thanks for the reply !]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/38/126.page</guid>
				<link>https://community.jforum.net/posts/preList/38/126.page</link>
				<pubDate><![CDATA[Thu, 7 Jun 2012 20:27:09]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>Arabic in Jforum </title>
				<description><![CDATA[ I got it, but I'm having problems getting JForum to use it. Even after setting Arabic as the board default language it isn't used by JForum, and doesn't show up in my profile settings. Not sure what's going on.
<br>
<br>
In general I would say it's better to encode the language files using the \uWXYZ notation you see in Russian file, amongst others. While some files use accented characters (Portuguese, for example), those tend to cause problems.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/150/629.page</guid>
				<link>https://community.jforum.net/posts/preList/150/629.page</link>
				<pubDate><![CDATA[Tue, 25 Apr 2017 15:27:06]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>terracotta and jforum</title>
				<description><![CDATA[ I need to check if that patch will affect some one who doesn't need terracotta before apply to JForum.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/11/33.page</guid>
				<link>https://community.jforum.net/posts/preList/11/33.page</link>
				<pubDate><![CDATA[Wed, 24 Aug 2011 12:17:01]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>JForum 2.3.4 Released</title>
				<description><![CDATA[ The JForum2 Project is proud to announce the release of version 2.3.4 of JForum. This release includes bug fixes and new features compared to version 2.3.3 including:
<br>
* Update to bsh 2.0b5
<br>
* Update to Commons Codec 1.6
<br>
* Update to Commons IO 2.2
<br>
* Update to Ehcache Core 2.4.7
<br>
* Update to FreeMarker 2.3.19
<br>
* Update to HSQLDB 2.2.8
<br>
* Update to HTML Parser 2.1
<br>
* Update to JBossCache Core 3.2.7.GA
<br>
* Update to JBoss Common Core 2.2.19.GA
<br>
* Update to JBoss Logging SPI 2.1.2.GA
<br>
* Update to JDOM 2.0.2
<br>
* Update to JGroups 2.12.3.Final
<br>
* Update to Log4J 1.2.17
<br>
* Update to Lucene 3.6.0
<br>
* Update to JavaMail 1.4.5
<br>
* Update to MySQL Connector/J JDBC Driver 5.1.20
<br>
* Update to PostgreSQL JDBC Driver 9.1-901.jdbc3
<br>
* Update to Quartz 2.1.5
<br>
* Update to SLF4J-API 1.6.6
<br>
* Update to SLF4J-Log4j12 1.6.6
<br>
* Update to MS SQL Server JDBC Driver 4.0
<br>
* Update to jQuery 1.7.2
<br>
* Fix Issue 2: code-tag parsing breaks regular expressions (assumes fixed set of groups)
<br>
* Fix Issue 3: cleanup of style.css wrt table formatting
<br>
* Fix Issue 4: moderation/admin controls not shown for locked topics / cannot unlock thread
<br>
* Fix Issue 5: try harder to use browser language, don't give up after the first locale
<br>
* Fix Issue 6: hsqldb's Topic selectByUserByLimit uses wrong order of arguments
<br>
* Fix Issue 7: checkemail javascript doesn't allow "+" in email-address (common with gmail users)
<br>
* Fix Issue 8: hsqldb supports AutoKeys
<br>
* Fix Issue 9: order of search keywords has impact on results, one order returns results, the other doesn't
<br>
* Fix Issue 10: some agreement texts not in UTF-8 encoding
<br>
* Fix Issue 11: Exception thrown and shown in Browser if attachment without desription is attached
<br>
* Fix Issue 14: Invalid Oracle DB Update Script to modify default of jforum_topics table topic_views column
<br>
* Fix Issue 15: Invalid Query for Oracle DB with LIMIT statement to select TopDownloads
<br>
* Fix Issue 16: German i18n text missing
<br>
* Fix Issue 17: Admin/Set-up - changes are not saved, cannot configure Jforum!
<br>
* Fix Issue 21: SQL Error in "Top Downloads" page when using SQL Server
<br>
* Fix Issue 23: NullPointerException is thrown at net.jforum.repository.RankingRepository line 126 while iterating list
<br>
* Fix Issue 25: Stack Overflow Error at GenericBanlistDAO.java:126
<br>
* Fix Issue 26: RESTAuthenticationTestCase fails on oracle
<br>
* Fix Issue 27: SummaryTest.testListPosts() fail when jforum is freshly installed
<br>
* Fix Issue 28: the junit test SummaryTest depends on google's smtp serve
<br>
* Fix Issue 29: SummaryDAO seems not working on Oracle. It tries to read a blob as a String which results a NullPointerException
<br>
* Fix Issue 31: JForum doesn't start after manual installation with oracle database.
<br>
* Fix Issue 32: LuceneSearchTestCase fails
<br>
* Fix Issue 36: About Fetch mail
<br>
<br>
You can download the latest war file from the following URL, then deploy it to your Tomcat's webapps directory:
<br>
http://code.google.com/p/jforum2/downloads/list
<br>
If your Tomcat doesn't unpack the war file automatically, you'll need to unpack it manually, then restart your Tomcat.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/41/137.page</guid>
				<link>https://community.jforum.net/posts/preList/41/137.page</link>
				<pubDate><![CDATA[Mon, 25 Jun 2012 20:39:28]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Is this project a fork from jforum.net?</title>
				<description><![CDATA[ Wow, was I glad to see that jforum is still alive :D
<br>
<br>
I took the original 2.1.8 from Rafael site back in 2008/9 and startet to change the code and functionality some places. It was mainly about security since I use the forum for semi military purposes. I run the forum on a server in my own house behind a firewall and a apache proxy. I have Ubuntu server running virtualbox. The app runs in Tomcat. All behind SSL of course 8)
<br>
<br>
I removed the self registration, the lost password page, upped the password criteria, and lots of other changes. Mostly small changes. The only way to register is by an invitation by admin.
<br>
<br>
I was looking forward to maybe upgrade to Jforum 3 some time but then I relized that Rafael stopped the development over two years ago.
<br>
Stumbling upon Jforum 2.3.5 today I am looking forward to maybe do some upgrading after all :-) Nice suprise to find you guys here doing things with the old thing :-)
<br>
<br>
Do I am afraid my changes will get lost one by one when upgrading.
<br>
<br>
Since I have the original 2.1.8 installed can I just upgrade with yours step by step for each version U think?
<br>
<br>
I am creating a clone of the virtualbox and look forword to do some upgrading.
<br>
<br>
Thx
<br>
<br>
-Avec]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/46/318.page</guid>
				<link>https://community.jforum.net/posts/preList/46/318.page</link>
				<pubDate><![CDATA[Sat, 22 Feb 2014 10:52:52]]> GMT</pubDate>
				<author><![CDATA[ avec]]></author>
			</item>
			<item>
				<title>Testing</title>
				<description><![CDATA[ Nice :)]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/92/323.page</guid>
				<link>https://community.jforum.net/posts/preList/92/323.page</link>
				<pubDate><![CDATA[Sun, 23 Feb 2014 00:43:24]]> GMT</pubDate>
				<author><![CDATA[ avec]]></author>
			</item>
			<item>
				<title>Problem with html in response emails</title>
				<description><![CDATA[ Yes i talk to my admin first and he told me everything good with mail server, no errors at server logs. Also another apps doesn't have same problems with that mail server. That's why i asked you.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1185.page</guid>
				<link>https://community.jforum.net/posts/preList/228/1185.page</link>
				<pubDate><![CDATA[Wed, 22 Mar 2023 00:12:41]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>multilingual search is the weakness of many, many tools... </title>
				<description><![CDATA[ [quote=cloph]So here's a searchtest...
<br>
Japanese search test: 質問質問質問 German umlauts: Übergrößenträger More umlauts: äöüüöä
<br>
من در کباب گرسنگی هستم
<br>
Cyrillic: мощный офисный пакет or arabic/farsi script: صفحهٔ اصلی Georgian: საიტი დამუშავების სტადიაშია... Greek: Εϊναι ελεύθερο και δωρεάν – χωρίς ανησυχίες σχετικά με τα κόστη των αδειών. [/quote]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/22/97.page</guid>
				<link>https://community.jforum.net/posts/preList/22/97.page</link>
				<pubDate><![CDATA[Mon, 12 Mar 2012 00:36:29]]> GMT</pubDate>
				<author><![CDATA[ riskop]]></author>
			</item>
			<item>
				<title>SVN tag for v2.3.5</title>
				<description><![CDATA[ You are welcome :)]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/93/329.page</guid>
				<link>https://community.jforum.net/posts/preList/93/329.page</link>
				<pubDate><![CDATA[Sat, 8 Mar 2014 17:23:33]]> GMT</pubDate>
				<author><![CDATA[ avec]]></author>
			</item>
			<item>
				<title>Another Captcha does not work issue</title>
				<description><![CDATA[ Turning Captcha off then on seemed to fixed the issue. A restart of the Tomcat server was not needed. I have added three new tests ids using Captcha.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/138/536.page</guid>
				<link>https://community.jforum.net/posts/preList/138/536.page</link>
				<pubDate><![CDATA[Fri, 12 Aug 2016 21:47:36]]> GMT</pubDate>
				<author><![CDATA[ paulhr]]></author>
			</item>
			<item>
				<title>Translators needed</title>
				<description><![CDATA[ There has been some progress lately, and what we are still looking for now is help with [b]Japanese, Turkish, Norwegian and Hungarian[/b]. Anyone with skills in those languages would really do us a favor by helping out, as much or as little as you can.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/172/972.page</guid>
				<link>https://community.jforum.net/posts/preList/172/972.page</link>
				<pubDate><![CDATA[Sun, 24 May 2020 19:37:00]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Running JForum Clustered</title>
				<description><![CDATA[ Hi,
<br>
I have it clustered (2 nodes), common DB and File System.
<br>
Working fine, except that Category and Forum are loaded at application start, and not refreshed automatically on the node that you are not using when administering the forums.
<br>
Meaning, you see two different state of the forum index, depending on the cluster node you are connected.
<br>
This forces me to restart the application, which is not nice in a production environment.
<br>
<br>
So, it would be nice to have the Category and Forum list regularly refreshed (or never cached), or an option to refresh it on each node, or a cluster feature that will allow to inform the other nodes to refresh the Category and Forum list.
<br>
It could be that other features are concerned, not discovered yet, but I'mm quite new in jForum.
<br>
<br>
Can somebody include that in a next release ?]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/28/901.page</guid>
				<link>https://community.jforum.net/posts/preList/28/901.page</link>
				<pubDate><![CDATA[Fri, 24 Jan 2020 21:47:12]]> GMT</pubDate>
				<author><![CDATA[ xchene]]></author>
			</item>
			<item>
				<title>Unresolved Dependencies building jforum 2.4.1 with Maven</title>
				<description><![CDATA[ You can download the attachment imaging.zip and unzip it into your local .m2 repository com/jhlabs directory.
<br>
The path should be like: C:\Users\%username%\.m2\repository\com\jhlabs
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/152/635.page</guid>
				<link>https://community.jforum.net/posts/preList/152/635.page</link>
				<pubDate><![CDATA[Sun, 17 Sep 2017 03:10:23]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>disabling captcha</title>
				<description><![CDATA[ You're right, there is a bug in 2.4.1 that causes the values of registration captcha and post captcha to not being used correctly. I have just checked in a fix for that into the SVN repository. If you grab the latest source code and build the war file yourself using Maven, you will get the fix and everything else listed in <a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/NewFeaturesTrunk/" target="_blank">https://sourceforge.net/p/jforum2/wiki2/NewFeaturesTrunk/</a> as well.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/140/557.page</guid>
				<link>https://community.jforum.net/posts/preList/140/557.page</link>
				<pubDate><![CDATA[Fri, 7 Oct 2016 17:52:31]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>where is the top right image set for each new forum question?</title>
				<description><![CDATA[ That's not something JForum2 supports out of the box. You'd need to alter the post_show.htm template to include that.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/139/538.page</guid>
				<link>https://community.jforum.net/posts/preList/139/538.page</link>
				<pubDate><![CDATA[Tue, 16 Aug 2016 15:46:49]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Category list not showing in Category dialog.</title>
				<description><![CDATA[ Thanks for reporting back. The permission system is one of the more complicated aspects of JForum, but quite powerful once you grok it.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/136/526.page</guid>
				<link>https://community.jforum.net/posts/preList/136/526.page</link>
				<pubDate><![CDATA[Tue, 9 Aug 2016 23:43:40]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>testr</title>
				<description><![CDATA[ rest]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/103/355.page</guid>
				<link>https://community.jforum.net/posts/preList/103/355.page</link>
				<pubDate><![CDATA[Mon, 4 Aug 2014 21:28:59]]> GMT</pubDate>
				<author><![CDATA[ test123]]></author>
			</item>
			<item>
				<title>find a bug at  2.5.0   </title>
				<description><![CDATA[ A fix for this has just been checked in.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/167/726.page</guid>
				<link>https://community.jforum.net/posts/preList/167/726.page</link>
				<pubDate><![CDATA[Mon, 1 Oct 2018 22:27:58]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>post integration problem</title>
				<description><![CDATA[ JForum uses some cache mechanism internally. So if you modify the database data outside of JForum application you will probably not get it displayed on JForum pages without reloading JForum.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/151/631.page</guid>
				<link>https://community.jforum.net/posts/preList/151/631.page</link>
				<pubDate><![CDATA[Fri, 23 Jun 2017 14:10:31]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>JForum re-install problem</title>
				<description><![CDATA[ The jforum-custom.conf file is generated after you have finished JForum web-based installation.
<br>
You can find it under /WEB-INF/config directory.
<br>
The content looks like the following:
<br>
[code]
<br>
#Installation specific configuration options
<br>
#Thu Jul 09 02:39:41 CST 2015
<br>
announcement=
<br>
avatar.maxHeight=130
<br>
avatar.maxWidth=130
<br>
avatarMaxKbSize=25
<br>
captcha.registration=true
<br>
container.app=Apache Tomcat
<br>
container.version=8
<br>
context.path=/jforum
<br>
dao.driver=net.jforum.dao.mysql.MysqlDataAccessDriver
<br>
database.connection.dbname=jforum
<br>
database.connection.driver=com.mysql.jdbc.Driver
<br>
database.connection.host=localhost
<br>
database.connection.implementation=net.jforum.PooledConnection
<br>
database.connection.password=root
<br>
database.connection.pool.max=50
<br>
database.connection.pool.min=5
<br>
database.connection.pool.timeout=5000
<br>
database.connection.port=3306
<br>
database.connection.string=jdbc\:mysql\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname}?user\=${database.connection.username}&amp;password\=${database.connection.password}&amp;autoReconnect\=true${mysql.unicode}${mysql.encoding}&amp;useNewIO\=false&amp;zeroDateTimeBehavior\=convertToNull&amp;useServerPrepStmts\=false&amp;dumpQueriesOnException\=true&amp;jdbcCompliantTruncation\=false
<br>
database.connection.username=root
<br>
database.driver.name=mysql
<br>
database.support.autokeys=true
<br>
database.support.subqueries=true
<br>
dateTime.format=yyyy/MM/dd HH\:mm\:ss
<br>
dateTime.local=true
<br>
dbencoding=utf-8
<br>
encoding=UTF-8
<br>
forum.link=http\://localhost\:8080/jforum/
<br>
forum.name=My Forum
<br>
forum.page.metatag.description=here goes the board description
<br>
forum.page.metatag.keywords=some keywords for your board
<br>
forum.page.title=My Forum - your board description
<br>
homepage.link=http\://localhost\:8080
<br>
hot.topic.begin=20
<br>
html.tags.welcome=a, img, font, b, i, u, li, ul, br, hr, p
<br>
i18n.board.default=zh_TW
<br>
installed=true
<br>
mail.activationKey.messageFile=mail/zh_TW/activateAccount.txt
<br>
mail.activationKey.subject=[My Forum] Activate forum account
<br>
mail.charset=UTF-8
<br>
mail.lostPassword.messageFile=mail/zh_TW/lostPassword.txt
<br>
mail.lostPassword.subject=[My Forum] Password recovery
<br>
mail.messageFormat=html
<br>
mail.newAnswer.messageFile=mail/zh_TW/mailNewReply.txt
<br>
mail.newAnswer.subject=[My Forum] Message posted\: {0}
<br>
mail.newPm.messageFile=mail/zh_TW/newPrivateMessage.txt
<br>
mail.newPm.subject=[My Forum] Private Message
<br>
mail.notify.answers=false
<br>
mail.sender=email@sender.address
<br>
mail.smtp.auth=true
<br>
mail.smtp.host=localhost
<br>
mail.smtp.password=smtppassword
<br>
mail.smtp.port=25
<br>
mail.smtp.ssl=false
<br>
mail.smtp.username=your@smtp.username
<br>
mail.user.email.auth=false
<br>
mysql.encoding=
<br>
mysql.unicode=
<br>
org.quartz.context.mailintegration.cron.expression=0 0/30 * ? * *
<br>
org.quartz.context.summary.cron.expression=0 30 12 ? * MON
<br>
org.quartz.scheduler.instanceId=AUTO
<br>
org.quartz.scheduler.instanceName=JForumScheduler
<br>
org.quartz.scheduler.threadName=JForumSchedulerThread
<br>
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
<br>
org.quartz.threadPool.threadCount=2
<br>
org.quartz.threadPool.threadPriority=3
<br>
posts.cache.enabled=true
<br>
posts.cache.size=100
<br>
posts.edit.after.reply=true
<br>
posts.new.delay=15000
<br>
postsPerPage=15
<br>
registration.enabled=true
<br>
rss.enabled=true
<br>
server.info=Apache Tomcat/8.0.23
<br>
servlet.version=3.1
<br>
show.ip=true
<br>
show.online.status=true
<br>
social.enabled=true
<br>
topic.hottest=50
<br>
topic.recent=50
<br>
topicsPerPage=15
<br>
user.hash.sequence=82b17028644414f05588f471455ad51b
<br>
usersPerPage=30
<br>
[/code]
<br>
<br>
You can also re-package jforum.war with your jforum-custom.conf containing the correct database connection and other system settings.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/128/494.page</guid>
				<link>https://community.jforum.net/posts/preList/128/494.page</link>
				<pubDate><![CDATA[Fri, 23 Oct 2015 02:06:31]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>JForum 2.4.1 Released</title>
				<description><![CDATA[ The entire project has now been moved from GoogleCode to [url=https://sourceforge.net/projects/jforum2/]SourceForge[/url], so that's where you should look for the latest source code and create any tickets.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/126/483.page</guid>
				<link>https://community.jforum.net/posts/preList/126/483.page</link>
				<pubDate><![CDATA[Thu, 16 Jul 2015 18:48:39]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Merging Users Table</title>
				<description><![CDATA[ 1.Check if you have a log4j.xml in your jforum/WEB-INF/classes directory. If no, copy from jforum/WEB-INF/log4j_template.xml.
<br>
2.Restart JForum and check if /tmp has jforum.log there.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/132/509.page</guid>
				<link>https://community.jforum.net/posts/preList/132/509.page</link>
				<pubDate><![CDATA[Thu, 28 Jan 2016 23:50:59]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>jforum 2.4.0 and Csrf Guard</title>
				<description><![CDATA[ In csrfguard.properties I changed:
<br>
<br>
org.owasp.csrfguard.Config.Print = false
<br>
<br>
And re enabled the CSRFGuard filter-mapping in web.xml. I did still need to limit it to *.page to prevent interference with my application.
<br>
<br>
Initial tests seem OK.
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/123/512.page</guid>
				<link>https://community.jforum.net/posts/preList/123/512.page</link>
				<pubDate><![CDATA[Fri, 8 Apr 2016 04:58:53]]> GMT</pubDate>
				<author><![CDATA[ Spencer]]></author>
			</item>
			<item>
				<title>Integrar Jforum</title>
				<description><![CDATA[ Please read this wiki first.
<br>
[url]https://sourceforge.net/p/jforum2/wiki2/LoginAuthenticationIntegration/[/url]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/288/1244.page</guid>
				<link>https://community.jforum.net/posts/preList/288/1244.page</link>
				<pubDate><![CDATA[Sat, 27 Jan 2024 22:23:13]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Customizing jForum appearance</title>
				<description><![CDATA[ You can see this post <a class="snap_shots" href="http://jforum.andowson.com/posts/list/16.page" target="_blank">http://jforum.andowson.com/posts/list/16.page</a> as the first step.
<br>
Modify the css file and header.htm can do most of the work.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/122/450.page</guid>
				<link>https://community.jforum.net/posts/preList/122/450.page</link>
				<pubDate><![CDATA[Tue, 31 Mar 2015 12:58:40]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Trying to understand JForum</title>
				<description><![CDATA[ You may check this Tomcat 5.5 document for some description of DBCP:
<br>
[url]https://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html[/url]
<br>
4. Configure Tomcat's Resource Factory
<br>
<br>
Some additional properties handle connection validation:
<br>
<br>
[list]validationQuery - SQL query that can be used by the pool to validate connections before they are returned to the application. If specified, this query MUST be an SQL SELECT statement that returns at least one row.[/list]
<br>
[list]validationQueryTimeout - Timeout in seconds for the validation query to return. Default: -1 (infinite)[/list]
<br>
[list]testOnBorrow - true or false: whether a connection should be validated using the validation query each time it is borrowed from the pool. Default: true[/list]
<br>
[list]testOnReturn - true or false: whether a connection should be validated using the validation query each time it is returned to the pool. Default: false[/list]
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/290/1265.page</guid>
				<link>https://community.jforum.net/posts/preList/290/1265.page</link>
				<pubDate><![CDATA[Tue, 15 Oct 2024 13:45:04]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Could aborted install affect existing version?</title>
				<description><![CDATA[ Nevermind ...
<br>
<br>
It was just a coincidental change in my dynamic IP address and I needed to set a security rule for the new address.
<br>
<br>
Thanks for your help.
<br>
<br>
Best Regards,
<br>
<br>
Spencer]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/129/497.page</guid>
				<link>https://community.jforum.net/posts/preList/129/497.page</link>
				<pubDate><![CDATA[Sun, 25 Oct 2015 04:28:09]]> GMT</pubDate>
				<author><![CDATA[ Spencer]]></author>
			</item>
			<item>
				<title>first test</title>
				<description><![CDATA[ [quote=mihai5]test
<br>
[/quote]
<br>
<br>
:shock:]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/112/510.page</guid>
				<link>https://community.jforum.net/posts/preList/112/510.page</link>
				<pubDate><![CDATA[Wed, 3 Feb 2016 17:34:47]]> GMT</pubDate>
				<author><![CDATA[ mihai5]]></author>
			</item>
	</channel>
</rss>