Releases
Latest release is Waramu 3.2
Source
Source is available in SVN https://www.htk.tlu.ee/repos/waramu
Requirements
- MySQL 5
- GlassFish v3
- MySQL Connector/J for GlassFish
It can be downloaded from http://dev.mysql.com/downloads/connector/j/ and should be located at the GlassFish's lib directory eg. <GLASSFISH>/domains/domain1/lib/ext/mysql-connector-java*.jar
Install
- create a database and a useraccount in MySQL
- create Waramu tables to this database
- create a JDBC connection pool named waramu3Pool
GlassFish cli command:
create-jdbc-connection-pool --datasourceclassname com.mysql.jdbc.jdbc2.optional.MysqlDataSource --restype javax.sql.DataSource --property User=<DB_USER>:Password=<DB_PASS>:URL="jdbc\:mysql\:\/\/<DB_HOST_NAME>\:3306\/<DB_NAME>?useUnicode\=true\&characterEncoding\=UTF8" waramu3Pool
- create a JDBC resource named waramu3
GlassFish cli command:
create-jdbc-resource --connectionpoolid waramu3Pool jdbc/waramu3
- create waramu.properties file
- deploy Waramu
Attachments
-
WaramuApp.ear
(61.0 MB) - added by vahur
15 months ago.
Waramu 2.0
-
Waramu3App.ear
(268.0 KB) - added by ayly
6 months ago.
Waramu 3.0
-
Waramu3App.2.ear
(1.8 MB) - added by vahur
12 days ago.
Waramu 3.2

