Tried support, no luck as yet getting MIME type added.
No options to add my own MIME types. Will leave Web Start on the back burner
for now, untill I change to a Tomcat hosting pakage.
thanks
> ..
>> ...seems easier to ask support to add mime type to server.
>
> That would be the way I'd approach it. Unless suppport
> have offered you a 'control panel' (type thingy) to allow
> you to set up mime-type associations yourself.
>Tried support, no luck as yet getting MIME type added.
>No options to add my own MIME types. Will leave Web Start on the back burner
>for now, untill I change to a Tomcat hosting pakage.
If you have access to even a tiny corner of some other website where
jnlp is served with the proper mime type, you can host the jnlp file
there.
You are almost there:
According to http://mindprod.com/applets/mimecheck.html
you are serving application/x-java-jnlp-file
instead of application/x-httpd-php
for http://www.cjswebdesign.co.uk/hex/launch.php
if you could just get that to read launch.jnlp you would have it.
Perhaps something with a redirect.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Andrew Thompson - 12 Nov 2005 04:40 GMT
...
> You are almost there:
> According to http://mindprod.com/applets/mimecheck.html
> you are serving application/x-java-jnlp-file
> instead of application/x-httpd-php
> for http://www.cjswebdesign.co.uk/hex/launch.php
> if you could just get that to read launch.jnlp you would have it.
It does seem as if the '.php' extension is the entire source
of the problem. If that is the case, the current options seem..
- fix it on the current site and it will work.
- move it to another site as-is, and face exactly the same problem.