THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- create directory
Code Block core/src/main/resources/META-INF
- download Oracle mapping file, rename it to
and copy it under the directory created aboveCode Block orm.xml
JEE container
Apache Tomcat 7
This assumes that you have got Apache Tomcat 7 installed in directory
Code Block |
---|
$CATALINA_HOME |
.
setenv.sh
Create
Code Block |
---|
$CATALINA_HOME/bin/setenv.sh |
...
Code Block |
---|
JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server \ -Xms1536m -Xmx1536m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m \ -XX:MaxPermSize=256m -XX:+DisableExplicitGC" |
context.xml
Uncomment
Code Block |
---|
<Manager pathname="" /> |
...
- Point your favorite browser to administration console at
Code Block http://localhost:8080/syncope-console-$PROJECT-VERSION/
- Login as 'admin' / 'password'
DISPLAYTITLE:Run Syncope in real environments