Skip to content
Philipp Eder edited this page Jul 9, 2013 · 1 revision

To build the osiam-server run

mvn clean install

in the osiam-server folder.

If you want to run the osiam-server in a embedded jetty instance run

 mvn jetty:run

To deploy the osiam-server into a running Tomcat copy the "osiam-server.war" into the webapp folder in your Tomcat installation.

Clone this wiki locally