tomcat

    [Servlet] tomcat 설치 및 개발환경 구축

    [Servlet] tomcat 설치 및 개발환경 구축

    웹 애플리케이션 개발환경 구축 순서 1. https://tomcat.apache.org/download-90.cgi 접속 Apache Tomcat® - Apache Tomcat 9 Software Downloads Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version tomcat.apache.org 2. D..

    [Servlet] Web Server / WAS

    Web Server-client Model 서버는 특정한 서비스를 제공하는 컴퓨터를 말하며, 클라이언트는 이러한 서비스를 이용하는 사용자를 의미한다. client(서비스 사용자) → Request(요청) → Server(서비스 제공자) client(서비스 사용자) ← Response(응답) ← Server(서비스 제공자) Server의 종류 종류 설명 Web Server 웹 브라우저와 HTTP 프로토콜을 사용하여 사용자의 요구에 따른 특정 서비스를 제공하는 서버 Mail Server 인터넷을 통해 사용자 간의 전자 우편을 주고 받는 서비스를 제공한다 FTP Server 서버 내에 파일을 업로드, 다운로드 할 수 있도록 파일 관리 기능을 제공한다 Talnet Server Terminal, 텍스트로만 이루어..