Running SSE Server

Server Sent Events (SSE)

On dorado

Starting/Stopping is done using systemctl on dorado:

systemctl restart sse
  • Logs are under /var/log/sse/sse.log
  • Service file is under standard location /etc/systemd/system/sse.service
  • Executable is under /home/jett/sse

On sagitta

Command to run on sagitta:

java -cp sse-server.jar com.clueride.sse.Main

For debugging in IDE:

java -cp sse-server.jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044 com.clueride.sse.Main
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License