-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
45 lines (35 loc) · 920 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
JVM options
-Dlog4j.configuration=file:///${com.sun.aas.instanceRoot}/config/log4j.xml
JDBC
Connection Pool
name fablabConnectionPool
type javax.sql.DataSource
driver Mysql
http://dev.mysql.com/downloads/file.php?id=13598
=> domains/domain1/lib
Resource
jndi name jdbc/fablab
pool name fablabConnectionPool
RealM
Name fablab-security-sql
Class name jdbcrealm
JASS context jdbcRealm
JNDI jdbc/fablab
User Table t_user
User Name Column login
Password Column password
Group Table v_group_user
Group Table User Name Column login
Group Name Column technicalname
Password Encryption SHA-256
Assign Groups default
EJB Container
EJB Timer Service
Time Datasource jdbc/fablab
Security
Realms
File
Add user
name system
group system
password {random password, will not be needed}