How to run Jetty and web application from JNLP?
843802Jan 6 2010 — edited Jan 12 2010I have a web application (written in JSF) which is run under Jetty web server (typically on end user's local machine). I want to deploy the application on our server as JNLP, so that when user clicks on JNLP descriptor, the Jetty and other libraries are downloaded, application (packaged as WAR file) is downloaded and Jetty is run with that application.
Could you please point me to possible solution? Can JNLP download WAR archive and pass it to the application defined in application-desc in jnlp?