サンプル: forum
forumはJSPWikiのForumPluginをベースとするMySQL/HSQLDB上で動作するS2SqlMapによるForumサンプルです。forumのコンパイルにはMavenが必要です。
sample/forumの起動方法は以下の通りです。
- libに配置されているhsqldb.jarをsample/forum/libにコピーします。
- simple/forumの.maven/repositoryをMavenのレポジトリにコピーします。
- maven warを実行します。
- ディレクトリのrundb.batもしくはrundb.shを実行します。
- ディレクトリのrunclient.batもしくはrunclient.shを実行し、jdbc:hsqldb:hsql://localhost/forumにServerモードで接続し、付属のhsqldb_create_forum.sqlの内容をコピー実行します。
- 任意のWebコンテナにforum.warを配置します。(必要であれば展開後のclassesに設定ファイルを配置します。)
- サーバーがlocahost:8080の場合は、http://localhost:8080/forum/Topic_View.jsp?topic_index=1にアクセスします。