Hi, everyone,
I want to ask some questions about the JSP and JSON file. I have a JSON format file which put in the tomcat server. And I use the JSP to write the web application. When the user types the URL and open the JSP page, the JSP page will get the file in the tomcat server (e.g. it can assume the file in the "c://location").
After received the file, the content will display in the JSP page.
However, I don't know how to make the JSP page to get the file in the tomcat server when the user call the URL. Can anyone help me? Thank you.