Projet

Général

Profil

Server configuration » Historique » Version 1

Anonyme, 09/02/2012 11:10

1 1 Anonyme
h1. Server Configuration
2
3
h2. Create a new keystore 
4
5
A script is provided to build the keystore, but it need a CA Certificate.  
6
./new_keystore.sh
7
8
Set keystore path and pass in tomcat/conf/server.xml and wanda2/WEB-INF/classes/config.xml (in war file). 
9
10
h2. Add root user 
11
12
Use "new_user.sh root" to make a user. 
13
14
import in the keystore: 
15
keytool -import -trustcacerts -alias Root -file root_for_VFS_manager.crt -keystore keystore
16
17
import in the app: 
18
edit wandaDB.xml and replace the certificate with the one found in root_for_VFS_manager.crt (without start/end tags).