Dynamic JNLP files?

I have a number of small, embedded devices running a Cherokee web server, each with their own IP address and hostname. Each of these devices has a standard image that includes a few applets. Is there a way to make a standard JNLP file that could go in the image but would still work? My concern is that the codebase is going to be different for device...

[361 byte] By [geffdea] at [2007-11-27 11:42:36]
# 1

A way to generate dynamic JNLP's is by using a servlet.

The servlet path is the JNLP target for the client, and the servlet itself outputs the JNLP contents with the JNLP content-type.

Jacco

weertja at 2007-7-29 17:45:04 > top of Java-index,Desktop,Deploying...