JNLP with HTTPS tries to run login page
843802Mar 6 2010 — edited Mar 8 2010I'm trying JNLP with an HTTPS TomCat server. Things seem to go OK at first, but it tries to download
my HTTPS login page, rather than the jar file. I get:
---------------------
...
new XMLParser with source:
temp:
<contents of my login page>
temp:
returning ROOT as follows:
<contents of my login page>
MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
--------------
I've through through the example JNLP file and have the new technology plugin and have tried it on Linux and Windows
with the same results.
Any suggestions?
Thank you.