JSP is "JAVA Server Page" using MVC model.
Model : JavaBeans
View: JSP pages
Controller: Servlet/Filter
In wiki:
JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems,[1] JSP is similar to PHP and ASP, but it uses the Java programming language.
====INSTALL====
1. Login root
sudo su root
2. Check Java insatll
java -version
3. Check Update
apt-get update
4. Install tomcat 1
apt-get install tomcat8
5. Install tomcat 2
apt-get install tomcat8-docs tomcat8-examples tomcat8-admin
6. Restart tomcat
systemctl status tomcat8
7. Check Your IP
ifconfig => inet:"Your IP" => search "xxx.xxx.xxx.xxx:8080" Or "localhost:8080"
=> It works! text appeared.
Sourced By
https://coding-factory.tistory.com/58
'개발 > Java' 카테고리의 다른 글
@SuppressWarnings() 란? (0) | 2019.03.14 |
---|---|
Install Eclipse in Linux. (0) | 2019.02.27 |
MVC model? (0) | 2019.02.26 |
Java Vector (0) | 2019.02.26 |
설치 (0) | 2019.02.24 |