I have a couple of Java Applet JAR files in /webapp deployment of Weblogic domain. When I hit the URL:
http://localhost:7001/webapp/Applet.jar
The browser directly downloads the file JAR file specified in the URL. I want to prevent this behavior from a security point of view. Is there any way I can prevent this?
Please help.