Server Project configuration

NEST Server project is based on Java Servlet and so must be deployed as WAR (Web application Archive) It can be easily created by using the Build / Export tool located on the toolbar

The created server project file then must be uploaded onto users chosen hosting server.

Notice: Make sure to check if the hosting server supports Servlet 3.0

(Gernally there are no problems if utilizing at least Tomcat 7.0)