I am new with web application and I have some files (web files) with the extension of .jsp
. I would like to know how I can view them in suitble way in my machine? Do I need apache server?
Note: I am talking about the end-user view NOT the programmer view!
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.
JSP files are JavaServer Pages, and you'll need to run a JSP server to have them run. If you have Apache installed, you'll be able to get the jsp application running with Apache Tomcat: http://tomcat.apache.org .
Basically to open a .jsp
file, you can use notepad
, notepad++
, eclipse
, textpad
and so on.
To open whole application, debug, run and test, better to use Eclipse
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With