Problem loading jnlp file with Mozilla (IE ok) - NOT a mime issue
I have problems loading my app from mozilla browsers. It works perfectly with Internet Explorer.
I said is not related with mime types as I can load many other public applications.
The case is that the browser recognizes de jnlp file, ask me for permissions and finally load the application, however it just do nothing. I have enabled java console and there is no exception message, the application just shutdown. And as I said before this works perfectly with Internet Explorer.
For more information, i磎 using a tomcat local server, one single jar file, and all-permissions (as i need to read some configuration files). I've try different and many ways to manage this, but for now it seems to be impossible.

