Knowledge Base - FAQ
Question: I need to use JNLP files, how do I set it up?Tomcat 4 is the only configuration we've tested this under:
Add the following to the conf/web.xml file:
<mime-mapping>
<extension>jnlp</extension>
<mime-type>application/x-java-jnlp-file</mime-type>
</mime-mapping>
You can find out more at http://developer.java.sun.com/developer/JDCTechTips/2001/tt0530.html?frontpage-jdc.
Last Modified: Jan 15, 2002




