Installation

This section contains installation instructions for NoteMessenger server.

Requirements:

To install NoteMessenger server on your system, you need the followings:

Standalone installation

Instructions for installing, configuring NoteMessenger-Service:

  • Download the standalone version from here.
  • Unzip the distribution archive, i.e. notemessenger-service-standalone.zip to the directory you wish to install NoteMessenger server.
  • If you do not want to change the server port from default 8080, you can skip this section. To change the default port you have to modify the start script, start.sh (Linux) or start.bat (Windows). The running script contains the following line:

    java -jar -Djetty.port=8080 start.jar etc/jetty.xml

    To change the default port number 8080 you have to edit the -Djetty.port parameter value. For example you want to use port number 80 your script should look like this:

    java -jar -Djetty.port=80 start.jar etc/jetty.xml

  • Run the start.bat (Windows) or start.sh (Linux) to start the server. Your URL that you should configure in the widget is:

    http://<yourhost:8080>/opera-notemessenger-service/jsonService.json

    NOTE: If you have changed the port number replace it in the url!