<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Latest posts for "andowson"]]></title>
		<link>https://community.jforum.net/posts/listByUser/2</link>
		<description><![CDATA[Latest posts for "andowson"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[User Forum] 回覆:Trying to understand JForum</title>
				<description><![CDATA[ You may check this Tomcat 5.5 document for some description of DBCP:
<br>
<a class="snap_shots" href="https://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html" target="_new" rel="nofollow">https://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html</a>
<br>
4. Configure Tomcat's Resource Factory
<br>
<br>
Some additional properties handle connection validation:
<br>
<br>
<li>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.</li>
<br>
<li>validationQueryTimeout - Timeout in seconds for the validation query to return. Default: -1 (infinite)</li>
<br>
<li>testOnBorrow - true or false: whether a connection should be validated using the validation query each time it is borrowed from the pool. Default: true</li>
<br>
<li>testOnReturn - true or false: whether a connection should be validated using the validation query each time it is returned to the pool. Default: false</li>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/290/1265</guid>
				<link>https://community.jforum.net/posts/preList/290/1265</link>
				<pubDate><![CDATA[Tue, 15 Oct 2024 13:45:04]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Trying to understand JForum</title>
				<description><![CDATA[ I have a copy of jforum-2.1.8.zip, you can rename it as jforum-2.1.8.war.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/290/1258</guid>
				<link>https://community.jforum.net/posts/preList/290/1258</link>
				<pubDate><![CDATA[Tue, 30 Apr 2024 01:40:30]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Integration Forum] 回覆:Integrar Jforum</title>
				<description><![CDATA[ Please read this wiki first.
<br>
<a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/LoginAuthenticationIntegration/" target="_new" rel="nofollow">https://sourceforge.net/p/jforum2/wiki2/LoginAuthenticationIntegration/</a>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/288/1244</guid>
				<link>https://community.jforum.net/posts/preList/288/1244</link>
				<pubDate><![CDATA[Sat, 27 Jan 2024 22:23:13]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Major migration</title>
				<description><![CDATA[ You may try to change the Permission setting for each User Group.
<br>
<a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/Permissions/" target="_new" rel="nofollow">https://sourceforge.net/p/jforum2/wiki2/Permissions/</a>
<br>
<br>
If you can provide some screenshots, it would be helpful.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/285/1235</guid>
				<link>https://community.jforum.net/posts/preList/285/1235</link>
				<pubDate><![CDATA[Sun, 5 Nov 2023 18:30:42]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Major migration</title>
				<description><![CDATA[ Maybe you need to reindex all your posts. You can go to the Admin Control Panel &gt; Lucene Statistics &gt; Recreate Index]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/285/1233</guid>
				<link>https://community.jforum.net/posts/preList/285/1233</link>
				<pubDate><![CDATA[Fri, 3 Nov 2023 13:23:05]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Major migration</title>
				<description><![CDATA[ You may try to disable cache by adding the following setting to jforum-custom.conf and see if this works
<br>
<pre class="line-numbers"><code class="language-java match-braces">#########################<br># Topics, Posts and Cache <br>#########################<br>topic.cache.enabled = false<br>posts.cache.enabled = false</code></pre>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/285/1230</guid>
				<link>https://community.jforum.net/posts/preList/285/1230</link>
				<pubDate><![CDATA[Fri, 3 Nov 2023 02:28:14]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Major migration</title>
				<description><![CDATA[ You can find the DB schema upgrade scripts under the <b>upgrade</b> directory. The subdirectory name is for the new jforum version where database schema is also changed. So, you'll need to go through each subdirectory from 2.1.5 to 2.8.0.
<br>
Using this as an example for mysql:
<br>
<pre class="line-numbers"><code class="language-java match-braces">mysql -u USERNAME -p DBNAME &lt; 2.1.5/mysql_2.1.4_to_2.1.5.sql</code></pre>
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/285/1227</guid>
				<link>https://community.jforum.net/posts/preList/285/1227</link>
				<pubDate><![CDATA[Mon, 30 Oct 2023 01:11:31]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:find a bug at  2.5.0   </title>
				<description><![CDATA[ Please provide some system environment information and screenshots.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/167/713</guid>
				<link>https://community.jforum.net/posts/preList/167/713</link>
				<pubDate><![CDATA[Fri, 10 Aug 2018 13:21:18]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Announcements] JForum 2.5.0 Released</title>
				<description><![CDATA[ The JForum2 Project is proud to announce the release of version 2.5.0 of JForum. This release includes bug fixes and new features compared to version 2.4.1.
<br>
<br>
You can download the latest war file from the following URL, then deploy it to your Tomcat's webapps directory:
<br>
http://sourceforge.net/projects/jforum2/files/jforum-2.5.0.war/download
<br>
If your Tomcat doesn't unpack the war file automatically, you'll need to unpack it manually, then restart your Tomcat.
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/158/679</guid>
				<link>https://community.jforum.net/posts/preList/158/679</link>
				<pubDate><![CDATA[Mon, 5 Feb 2018 20:39:12]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Announcements] JForum 2.5.0 beta testing</title>
				<description><![CDATA[ Hi, I just upgraded this site to the beta version of JForum 2.5.0. Please check if anything goes wrong after upgrade.
<br>
For me, I have to reset my password using forgot password before login successfully.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/155/662</guid>
				<link>https://community.jforum.net/posts/preList/155/662</link>
				<pubDate><![CDATA[Thu, 11 Jan 2018 01:21:44]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Developer Forum] 回覆: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</guid>
				<link>https://community.jforum.net/posts/preList/84/636</link>
				<pubDate><![CDATA[Sun, 17 Sep 2017 03:13:53]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Developer Forum] 回覆: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</guid>
				<link>https://community.jforum.net/posts/preList/152/635</link>
				<pubDate><![CDATA[Sun, 17 Sep 2017 03:10:23]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Integration Forum] 回覆: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</guid>
				<link>https://community.jforum.net/posts/preList/151/631</link>
				<pubDate><![CDATA[Fri, 23 Jun 2017 14:10:31]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[User Forum] 回覆:Guava 11</title>
				<description><![CDATA[ You can check this maven dependency of tika-parsers 1.9
<br>
https://mvnrepository.com/artifact/org.apache.tika/tika-parsers/1.9]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/145/610</guid>
				<link>https://community.jforum.net/posts/preList/145/610</link>
				<pubDate><![CDATA[Thu, 15 Dec 2016 13:07:50]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>[Developer Forum] Re:JForum Customization Guide</title>
				<description><![CDATA[ I don't understand your question, maybe you need to provide more information.
<br>
If you want to change the maven behavior defined in pom.xml, you may check the maven-war-plugin first.
<br>
See <a class="snap_shots" href="http://maven.apache.org/plugins/maven-war-plugin/" target="_blank">http://maven.apache.org/plugins/maven-war-plugin/</a>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/16/540</guid>
				<link>https://community.jforum.net/posts/preList/16/540</link>
				<pubDate><![CDATA[Sun, 25 Sep 2016 22:34:52]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>