How can I set the content the as applicaiton/json in jsp ?
I have tried the following code,
<%@ page language="java" contentType="application/json; charset=UTF-8"
pageEncoding="UTF-8"%>
But when I run the JSP file ,I got this and the page doesn't opened in browser.
Hope our stack users will give best solution.