Configuration for an embedded server. Provides sensitive default that can be overridden on a module-per-module basis by placing a properties files named "embed-vaadin.properties" at the root of the classpath.
This properties file may hold the following:
- server.port: to specify the HTTP port to use
- context.path: to specify the context path of the deployed application
- context.rootDir: to specify the root directory of the web application
- server.await: to specify if the thread should block when the server has started
- vaadin.widgetSet: to specify the widgetSet to use for the vaadin application
- vaadin.productionMode: to specify if the production mode should be enabled or not
- open.browser: to specify if the browser should be opened automatically
@author Stephane Nicoll