I am new to web application and I have several files (web files) with the extension .jsp . I would like to know how can I view them in my car? Do I need an Apache server?
.jsp
Note: I am talking about the presentation of the end user, not the presentation of the programmer!
Install Apache on your PC. Place the JSP file in the / htdocs / JSP folder in your Apache installation. You will need to create a JSP folder. Name the JSP file index.jsp. Open Apache and start the web service (click "Start"). To view it, go to your browser and enter the following URL: 127.0.0.1/JSP. If this does not work, enter 127.0.0.1/JSP/index.jsp
This should help.
Basically, to open a .jsp file, you can use notepad , notepad++ , eclipse , textpad , etc.
notepad
notepad++
eclipse
textpad
To open the whole application, debug, run and test, it is better to use eclipse .
JSP files are JavaServer pages, and you need to start the JSP server so that they start. If you have Apache installed, you can run the jsp application with Apache Tomcat: http://tomcat.apache.org .
Download JRun from Adobe http://www.adobe.com/products/jrun/
I am still using JRun.
You can also use Eclipse. http://www.eclipse.org/downloads/moreinfo/jee.php
Open it with a standard text editor to see what is written inside (for example, notepad, editing block, or whatever you like).
Actually, "JSP is an HTML page containing a link to Java servlets or java server applets," as stated here
Source: https://habr.com/ru/post/1398270/More articles:Handling outgoing outgoing e-mails - is it possible to establish SSL? - tridionA simple stored procedure, like a function in PostgreSQL? - stored-proceduresPHP and SwiftMailer: Decorator plugin gets stuck on first login. - phpMenu using CSS and HTML - htmlXcode Icon Size Error - xcodeTransfer int to const int? - cWhat is the equivalent cmd script for the C scanf () function? - cHow do I get only the product name from the Amazon product ad API? - amazonUsing Kannel with the SMSC simulator to send and receive SMS messages - kannelhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1398275/mailto-uri-truncated-between-javadesktop-and-windowsms-outlook&usg=ALkJrhg-g70FcZCTJABwZ5RA1W7k5IirCAAll Articles