Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. create directory
    Code Block
    core/src/main/resources/META-INF
  2. download Oracle mapping file, rename it to
    Code Block
    orm.xml
    and copy it under the directory created above

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="" />

...

  1. Point your favorite browser to administration console at
    Code Block
    http://localhost:8080/syncope-console-$PROJECT-VERSION/
  2. Login as 'admin' / 'password'

DISPLAYTITLE:Run Syncope in real environments