| ... | ... | @@ -9,28 +9,6 @@ Or: |
|
|
|
* [Install/Configure the Wildfly application server](/installation/Appserver)
|
|
|
|
* [Deploying the application](/installation/Deployment)
|
|
|
|
|
|
|
|
# Requiremtents
|
|
|
|
|
|
|
|
## Application Server
|
|
|
|
|
|
|
|
The reg-app is a JEE Application using the JEE8 standard. In order to run it needs a JEE8 capable application server. Some features (cluster singleton) are using special API from the Wildfly Application Server. There is a possibility that the application will also run with other application servers, but this has not been tested yet. The cluster singleton feature will not run in an alternate environment, until there is a standard compliant way of having a singleton cluster-wide.
|
|
|
|
|
|
|
|
## Database
|
|
|
|
|
|
|
|
As a database for the application, any database which is compliant to the JPA provider used by the application server. In case of JBoss Application Server Hibernate is used as a JPA provider, which support a variety of databases. Until now, the application has been successfully tested with PostgreSQL and Microsoft SQLServer.
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
[JBoss/Wildfly Application Server](/installation/Appserver)
|
|
|
|
|
|
|
|
# Building the application
|
|
|
|
|
|
|
|
[Building reg-app with maven](/installation/Build)
|
|
|
|
|
|
|
|
# Deploying the application
|
|
|
|
|
|
|
|
There are several ways to deploy an application to a Wildfly application server. One of the easiest is probably through the management webinterface. Please follow the Wildfly Admin Guide [application deployment](https://docs.jboss.org/author/display/WFLY8/Application+deployment).
|
|
|
|
|
|
|
|
## Update
|
|
|
|
|
|
|
|
In order to update the application, you simply have to undeploy the old version, and deploy
|
| ... | ... | |
| ... | ... | |