Page 1 of 1

Start JNLP on different Server

Posted: 08 Jun 2022, 08:57
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

Re: Start JNLP on different Server

Posted: 15 Jun 2022, 10:33
by Janak Mulani