I have a jsp that generates a jnlp file. When I point my browser to the jsp, it just displays the xml that the jsp generated. It does not start the Java Web Start application. What am i missing here?
Josh Johnson
Greenhorn
Joined: Jan 15, 2001
Posts: 20
posted
0
I'm not sure why the browser was just displaying the text of the generated jnlp file. In any case, I fixed the problem by removing the href attribute in the jnlp element. Now it works like a dream.
Zoltan Baji
Greenhorn
Joined: Feb 03, 2004
Posts: 1
posted
0
Set the mime-type for example: <% response.setContentType("application/x-java-jnlp-file"); %> <?xml version="1.0" encoding="utf-8"?> <!-- JNLP File for SwingSet2 Demo Application --> <jnlp spec="1.0+"