Start JNLP on different Server

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
Karkre68
Posts: 17
Joined: 19 Nov 2021, 12:50

Start JNLP on different Server

Post by Karkre68 »

Hello,
Actually i have with OWS a problem with loading JNLP 2. second time from different server. But if i put this additonal to i works.

Not working:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="$$context" href="phxip/phxip_en.jnlp">
<jar href="phxip/lib/activation.jar" version="1.1"/>

Working:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="$$context" href="phxip/phxip_en.jnlp">
<jar href="$$context/phxip/lib/activation.jar" version="1.1"/>

But for this fix the signing check "Application_TEMPLATE.JNLP"on starting time will fail.

Please fix bug that during downloading of one JNLP $$CONTEXT is used and not change to different server, when download jar files....

Thanks Karsten

Janak Mulani
Posts: 725
Joined: 24 Mar 2020, 13:37

Re: Start JNLP on different Server

Post by Janak Mulani »


Post Reply