mschn / wissl

Wissl is a Java audio streaming server with a modern web interface.
http://msch.fr/wissl/
GNU General Public License v3.0
10 stars 3 forks source link

detect if launcher is already running #40

Closed mschn closed 12 years ago

mschn commented 12 years ago

Currently, if I try to run the launcher while it's already running on the same port, i'll end up with a failure because the port is already bound.

Instead, I could simply try to connect to localhost:port/wissl/ and if a server is already up, notify the user and do nothing.