Running Web UI

Package created during build of Web UI may be deployed to any Java based HTTP server (like ie. Tomcat) or it is possible to unzip content of this archive to any subdirectory and point web server like Apache or NGINX to this directory for serving data.

It is also possible to start Web UI without any web server by running following command:

./ gradlew gwtRun

This will start web UI using GWT SuperDevMode.

Note

It is required to build base part of a project with Gradle before building Web UI with Maven.

Note

It is best to have Web UI deployed on same server which hosts Tigase XMPP Server (HUB).