Hi all,
I would like to deploy a Java Web Start application on my X10hosting web space. To do so, I need that the .jnlp file extension is associated with the application/x-java-jnlp-file MIME type when downloaded using Apache.
It seems it is not the case so do you know how I could activate that mapping, maybe by using some locale Apache properties at folder level ?
Regards,
Damien.
Edit:
Hi again,
I added this line in the .htaccess and that did the trick.
AddType application/x-java-jnlp-file .jnlp
Regards,
Damien.
I would like to deploy a Java Web Start application on my X10hosting web space. To do so, I need that the .jnlp file extension is associated with the application/x-java-jnlp-file MIME type when downloaded using Apache.
It seems it is not the case so do you know how I could activate that mapping, maybe by using some locale Apache properties at folder level ?
Regards,
Damien.
Edit:
Hi again,
I added this line in the .htaccess and that did the trick.
AddType application/x-java-jnlp-file .jnlp
Regards,
Damien.
Last edited: