Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run Jetty and web application from JNLP?

843802Jan 6 2010 — edited Jan 12 2010
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2010
Added on Jan 6 2010
2 comments
228 views