Install & configure JForum

http://jforum.net/install_no_wizard.jsp
cd ~/temp
wget http://jforum.net/jforum-2.1.9.zip
unzip jforum-2.1.9.zip
/ffp/opt/apache-tomcat-7.0.54/conf/context.xml:
    <Resource name="jforum"
              auth="Container"
              type="javax.sql.DataSource"
              factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
              testWhileIdle="true"
              testOnBorrow="true"
              testOnReturn="false"
              validationQuery="SELECT 1"
              validationInterval="30000"
              timeBetweenEvictionRunsMillis="30000"
              maxActive="10"
              minIdle="1"
              maxIdle="3"
              maxWait="5000"
              initialSize="1"
              removeAbandonedTimeout="60"
              removeAbandoned="false"
              logAbandoned="false"
              minEvictableIdleTimeMillis="30000"
              jmxEnabled="false"
              jdbcInterceptors="org.apache.tomcat.jdbc.pool.interceptor.ConnectionState"
              username="jforum"
              password="jforum"
              driverClassName="com.mysql.jdbc.Driver"
              url="jdbc:mysql://localhost:3306/jforum"/>
cd /ffp/opt/apache-tomcat-7.0.54/webapps/
rm -r jforum
mkdir jforum & cp -r ~/temp/jforum-2.1.9/* jforum
mysql -p
#DROP DATABASE jforum;
CREATE DATABASE jforum CHARACTER SET utf8;
GRANT ALL ON jforum.* TO 'jforum'@'%' IDENTIFIED BY 'jforum' WITH GRANT OPTION;
FLUSH PRIVILEGES;
exit;
http://nsa310:8080/jforum/install.jsp
Datasource: java:comp/env/jforum
cd /ffp/opt/apache-tomcat-7.0.54/webapps/jforum
find -name *.sql -type f -exec sed -i 's/TYPE=InnoDB/ENGINE=InnoDB/gi' {} \;
Forum URL:		/jforum/
Website URL:	/jforum/

7 thoughts on “Install & configure JForum”

  1. I do not know whether it’s just me or if everybody else encountering issues with your blog.
    It looks like some of the text on your content are running off the screen. Can somebody else please provide feedback and let me know if this is happening to them as
    well? This might be a issue with my browser because
    I’ve had this happen before. Cheers

  2. hm, I’m sorry for that, I don’t know what to say, it’s looking fine for me.
    Could you please post here the resolution of you display? would help me to check for problems,

    thanks

  3. Simply wish to say your article is as astounding.
    The clarity on your put up is just great and i could assume you’re a
    professional on this subject. Well with your permission let me to grasp your RSS
    feed to keep up to date with approaching post. Thank you one million and please
    carry on the gratifying work.

  4. Hello tһere! This Ƅlоg post couldn’t be written any better!
    Reading thr᧐uցh this articlе reminbds me of my previous roommate!
    He constantⅼy kept talking aboսt this. I’ll forwɑrd
    thiѕ post to him. Ⲣretty surе he will have
    a good read. Thanks for sharing!

  5. Thanks for every other great article. Where
    else could anybody get that type of information in such an ideal way of writing?

    I have a presentation subsequent week, and I’m at the search for such information.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.