728x90
300x250
[JSP] 3. Hello World - 실제 서버에 올리기(index.jsp) // Hello World-Post to Real Server (index.jsp)
실제 서버에 처음으로 index.jsp를 작성하여 올려보겠다.
리눅스 배포판은 우분투 18.04에서 진행하였다.
(Hello World-Post to Real Server (index.jsp)
Linux distributions was performed in Ubuntu 18.04.)
1. index.jsp 작성하기(Write index.jsp)
아래의 명령어처럼 입력한다.(Enter the following command.)
그림 1) index.jsp 생성하기
Fig 1) Create index.jsp
$ sudo nano /var/lib/tomcat9/webapps/ROOT/index.jsp
아래처럼 내용을 입력한다.
그림 2) index.jsp 내용 작성하기
Fig 2) Write the contents of index.jsp
2. 홈페이지 시연하기(Demonstrate homepage)
시연은 웹 사이트에 접속하면 간단하게 할 수 있다. (eg: 127.0.0.1:8080/index.jsp)
Demonstrations can be made simple by accessing the website (eg: 127.0.0.1:8080/index.jsp).
그림 3) 웹 페이지 시연
Fig 3) Web Pages demonstration
반응형