@@ -12,40 +12,6 @@ docker run dockerhub.croptrust.org/genesys-pgr/genesys-server:2.2
The genesys container can be configured via environment variables (`-e` docker flag).
## Running genesys2-server with jetty
Obtain a copy of `genesys2-server-X.Y.Z-jetty.zip` archive by building the project. The zip can be found in target/ directory.
```shell
mvn clean package
```
Download a **stable-9** copy of [jetty](http://download.eclipse.org/jetty/) and unpack it to your favorite location.
Unpack `genesys2-server-X.Y.Z-jetty.zip` archive and move its contents into the jetty directory, next to existing `demo-base` and `webapps` directories.
Start jetty from the `genesys2-server-X.Y.Z-jetty` base
```shell
cd genesys2-server-X.Y.Z-jetty/
java -jar ../start.jar
```
STDOUT is used for logging.
This configuration uses HSQL database and is intended for testing genesys2-server. To change the database settings, edit `genesys2-server-X.Y.Z-jetty/resources/genesys.properties` file:
The complete list of available configuration options and their default values can be found in [spring.properties](/src/main/resources/spring/spring.properties).