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

improve launcher startup notification #39

Closed mschn closed 12 years ago

mschn commented 12 years ago

Currently, the Launcher waits for the Jetty server to be fully started to either open a browser to localhost:8080. This will take a couple seconds at best, or sometimes up to 20 seconds if the system is a bit cranky. During these 20 seconds, nothing happens, nothing is displayed.

The Launcher should display something to the user while the server is starting.