Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.83 KB

Run Apache Syncope on JBoss / Wildfy

Practical implementation of official advices at Syncope documentation.

This branch is for Apache Syncope 2.0 / Wildfly 10.
Looking for Apache Syncope 1.2 / Wildfly 8.1 or Apache Syncope 1.1 / JBoss AS 7.1?

How to test

This projects assumes that you have

  1. Apache Maven 3.0 installed
  2. followed the deployment directories convention
  3. a running Wildfly 10 instance, listening to port 8080

clone

$ git clone git://github.com/Tirasa/syncopeOnJBoss.git

build

$ cd syncopeOnJBoss
$ mvn -Dconf.directory=/opt/syncope/conf \
  -Dbundles.directory=/opt/syncope/bundles \
  -Dlog.directory=/opt/syncope/log clean package
$ cp core/target/classes/*properties /opt/syncope/conf/
$ cp console/target/classes/*properties /opt/syncope/conf/
$ cp enduser/target/classes/*properties /opt/syncope/conf/

(add -P all to the command above if wanting to include Activiti, Swagger and Apache Camel features)

deploy

  1. core/target/syncope.war
  2. console/target/syncope-console.war
  3. console/target/syncope-enduser.war

Notes

  1. Currently on Apache Syncope 2.0.3
  2. Internal storage configured for in-memory H2 database instance, not using DataSource
  3. Not listenig on 8080? Just put the correct port in console/src/main/resources/console.properties and enduser/src/main/resources/enduser.properties, re-build and re-deploy

Need more info?

Just drop an e-mail.