Liberty 어플리케이션 배포 (1) 썸네일형 리스트형 [WebSphere] WebSphere Liberty 웹어플리케이션 배포 개요 이번 시간에는 WebSphere Liberty 웹어플리케이션 배포에 대해서 알아 보도록 합니다. 테스트 환경 WebSphere Application Server Liberty 19.0.0.9 1. 어플리케이션 배포 웹어플리케이션은 WAR(Web Application Archive) 형태로만 배포가 가능합니다. 즉 exploded(unPack) 형태의 어플리케이션은 배포할수가 없습니다. 웹어플리케이션 설정은 각 서버의 server.xml 파일을 이용합니다. 1.1 WAR 파일 생성 shell>cd myapp shell>jar cvf myapp.war . 1.2 webApplication 요소를 이용한 application 정의 servlet-3.0 1.3 application 요소를 이용한 appli.. 이전 1 다음