I did not find how you can add a mime-type rule in the Google-App-Engine server (java). I tried to write in the web.xml file:
<mime-mapping> <extension>jnlp</extension> <mime-type>application/x-java-jnlp-file</mime-type> </mime-mapping>
Did not help.