I’m on Mac OS X Server 10.4.2.
I tried to set the MIME type “application/octet-stream” to the files with the .jnilib extension editing files “/private/etc/httpd/mime.types” and “/private/etc/httpd/httpd.conf”, but I still get the same error (null MIMe type sent).
Any suggestion?
Are you downloading the jni lib from an Apache server or are you accessing it via the Servoy ApplicationServer’s Tomcat instance? Because if you are using Servoy’s Tomcat instance you should modify the web.xml file (which contains all the mime types by extensions).
Thanks a lot, I thinked I could distribute the library unpacked reading Mirona’s JNLP example file in this thread, but I was clearly wrong.
Now it works, but I have one last question: from a client is it possible to see messages sent to standard output and standard error through java methods System.out.println() and System.err.println()?
I tried with Mac OS X application Console but on the client machines I didn’t get any messages in console.log.