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

Latest commit

 

History

History
45 lines (35 loc) · 1.74 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.74 KB

Apache Syncope overlay to be run in Windows Azure, featuring OpenJPA-Azure.
Practical implementation of official advices at Syncope wiki.

How to test

This projects assumes that you have

  1. Apache Maven 3.0 installed
  2. valid Windows Azure subscription
  3. a federated database called syncope with a federation UsersFed with five members.

clone

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

build

$ cd syncopeOnAzure
$ mvn clean package

deploy

There are many available options: the easiest is probably to deploy Apache Tomcat bundled with the following two web applications:

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

Please, consider that each slice refers a specific datasource:

  1. slice ROOT uses jdbc/root datasource;
  2. slice UsersFed.0 uses jdbc/userfed0;
  3. slice UsersFed.1 uses jdbc/userfed1.
  4. slice UsersFed.2 uses jdbc/userfed2.
  5. slice UsersFed.3 uses jdbc/userfed3.
  6. slice UsersFed.4 uses jdbc/userfed4. You have to take care to make available these datasources to the web application syncope. In case you are using Apache Tomcat as container you can copy the provided context.xml file into <TOMCAT_HOME>/conf.

Notes

  1. On 1.0.2-incubating
  2. Not listenig on localhost:8080? Just put the correct port in console/src/main/resources/configuration.properties, re-build and re-deploy

Need more info?

Just drop an e-mail.