I created a JSP file directly via CRX into my website. The target is to access it via a direct url instead of a separate template. Example:
http://localhost:4502/content/mywebsite/somepage/test.jsp
But the browser just gives me option to download it instead of opening and processing the jsp and the code inside it. I cannot use an HTML file as I need to run some Java code in this JSP.