How to setup a simple server

So I want to setup a server to dish out individual music tracks but am not sure how to establish a secure connection. I found Jetty and am considering using it on the server side and Android will be the client.

What I want to keep from happening is someone grabbing a url and downloading all the music for free. Does anyone have experience setting up a simple server/client using Java? Or anyone know of a good tutorial? Been searching for a few hours and haven’t found much on the subject.