I have never used JNLP, and I have no web/war server already running so I will install it from sratch:
Which to use?
- GlassFish
- Tomcat
- Apache
- Jetty
- Another?
I wonder if someone already using JNLP could make any recomendation for the server.
I just want a blank page with a button in the middle for starting the application nothing more, nothing less.
If you use only JNLP you don’t need Java server. JNLP is client side. Simple http server like Apache HTTP Server should be OK. HTTP server will be better solution than use of web container/Java EE server because JNLP (usually) is a static content. Even lighthttpd should be enough.