I've been trying to create a web start launch link to .iok files on a website and I've successfully managed to create a download link to access the file through a URL that looks like:
I just added the mimetype to Apache's settings and it still gives me the same error. The link you suggested does say that Apache web servers do not need any configuration for .iok files. And I'm downloading the file off the same server without any issues. Only the launch link doesn't seem to work.
Do I need to include the .iok extension in the URL? I'm running out of ideas to fix this.
Basically if you don't include the .iok extension in the URL then you have to configure the web server to answer with the correct application/vnd.visokio.omniscope-iok mime type
Great! Thank you for that. The modified URL works.
However, I did configure Apache to respond with the iok mime type, but it caused an error and I've sent you details about that, as well as submitted a bug report.