jws and tomcat
hi, i am using tomcat as my web server.
i am trying to launch a java application using jws but i get the error:
Bad MIME type returned from server when accessing resource: http://localhost:8080/examples/jsp/javawebstart1/Simulator.jnlp - text/plain
why do i get this error?
i already modified the tomcat/conf/web.xml file:
<mime-mapping>
<extension>
jnlp
</extension>
<mime-type>
application/x-java-jnlp-file
</mime-type>
</mime-mapping>

