| Author |
Signing jnlp and using $$codebase-variable
|
Marcus Lindblom
Greenhorn
Joined: Jun 30, 2009
Posts: 1
|
|
Hello all!
I have a problem which I cannot find a way around (if there is one?).
In our product we have a GUI which we use JWS to run.
The jar-file containing the jnlp-file is signed at package-time and we cannot tell where the product will be installed so we have used the JnlpDownloadServlet to set the $$codebase variable.
The problem is that the signed jnlp-file will always differ from the one JWS wants to start since the signed one will look something like this:
and the user will get this:
Anyone know if there is a solution to the problem?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8433
|
|
Marcus,
Welcome to the Ranch.
Have you considered generating the JNLP file from a servlet?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Signing jnlp and using $$codebase-variable
|
|
|