Apache Syncope overlay to be run in Windows Azure, featuring OpenJPA-Azure.
Practical implementation of official advices at Syncope wiki.
This projects assumes that you have
- Apache Maven 3.0 installed
- valid Windows Azure subscription
- a federated database called syncope with a federation UsersFed with five members.
$ git clone git://github.com/Tirasa/syncopeOnAzure.git
$ cd syncopeOnAzure $ mvn clean package
There are many available options: the easiest is probably to deploy Apache Tomcat bundled with the following two web applications:
core/target/syncope.war
console/target/syncope-console.war
Please, consider that each slice refers a specific datasource:
- slice ROOT uses jdbc/root datasource;
- slice UsersFed.0 uses jdbc/userfed0;
- slice UsersFed.1 uses jdbc/userfed1.
- slice UsersFed.2 uses jdbc/userfed2.
- slice UsersFed.3 uses jdbc/userfed3.
- 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.
- On 1.0.2-incubating
- Not listenig on localhost:8080? Just put the correct port in
console/src/main/resources/configuration.properties
, re-build and re-deploy
Just drop an e-mail.