Packaging JNLP Applications in a Web Archive
Fri, 7 Jan 2005 12:03 AM GMT

This is a guide to something that can be very useful to JNLP developers. The guide tells you how to directly integrate your web start apps with your war file. This service integrates the web container's security with the webapp itself*, maps to resources, processes your JNLP files with tokens and integrates the logging along with the containers logging.

* JAAS subjects most likely don't transfer from the container to the JNLP app, although that would be really cool!

4 comments for Packaging JNLP Applications in a Web Archive
anonymous
Fri, 7 Jan 2005 02:36 AM GMT

You got the link set wrong, there should be a 'l' added to the htm.
Danno
Fri, 7 Jan 2005 02:45 AM GMT

thanks
Brian Repko
Fri, 7 Jan 2005 03:34 PM GMT

If your JNLP application is a J2EE Application Client, then the JAAS context does carry over. Look at the main J2EE specification - Chapter 9.
Danno
Fri, 7 Jan 2005 04:44 PM GMT

That's too bad......Thanks Brian