January 2018
Intermediate to advanced
470 pages
11h 9m
English
You can easily deploy your application as a standalone server by setting the application HTTP port to 9000, for example:
$ /path/to/bin/<project-name> -Dhttp.port=9000
Note that you probably need root permissions to bind a process to this port. Here is a short workflow:
$ unzip APP-NAME-SNAPSHOT.zip$ APP-NAME-SNAPSHOT /bin/ APP-NAME -Dhttp.port=9000
Then you need to configure your web server to map to the app port configuration. Nevertheless, you can easily deploy your application ...
Read now
Unlock full access