Skip to content

Apache Syncope overlay to be run in Windows Azure

Notifications You must be signed in to change notification settings

zekoz/syncopeOnAzure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Apache Syncope overlay to be run in Windows Azure

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%