Project jnlp-servlet-jakarta
This is a fork of the original JNLP Servlet fron Sun/Oracle. It was in the JDK distribution
under sample/jnlp. This fork is only to make the servlet compatible with the
Jakarta Servlet API, so it can run on Webservers like Tomcat 10+.
The original Documentation is under:
https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/ https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/developersguide/downloadservletguide.html
Here is a newer Documentation from MojoHaus:
https://www.mojohaus.org/webstart/webstart-maven-plugin/jnlp-download-servlet-mojo.html
First build the jnlp-servlet-jakarta Jar:
cd jnlp-servlet-jakarta
mvn clean install
Than you should have the file target/jnlp-servlet-jakarta-0.0.1-SNAPSHOT.jar which
you can install as a drop in replacement for the original servlet.