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!
Fri, 7 Jan 2005 02:36 AM GMT
You got the link set wrong, there should be a 'l' added to the htm.
Fri, 7 Jan 2005 02:45 AM GMT
thanks
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.
Fri, 7 Jan 2005 04:44 PM GMT
That's too bad......Thanks Brian