How can I view .JSP files

Install Apache on your PC. Put the JSP file in the /htdocs/JSP folder in the Apache installation. You will have to create the JSP folder. Name the JSP file index.jsp. Open Apache and start the web service (the top one. Click Start) To view it, go to your browser and type in the following URL: 127.0.0.1/JSP. If that doesn’t work, type in 127.0.0.1/JSP/index.jsp

This should help.

Leave a Comment