[스프링부트] 30. conf of WAS

문정준's avatar
Apr 23, 2025
[스프링부트] 30. conf of WAS

Spring + WAS 생성 : server.xml

  • 서버 구성 properties (포트번호 등)
 

요청 관리 : web.xml

  • 필터링할 내용
  • 요청 처리 내용
 

서버 외 환경 설정 : context.xml

  • DB 연결 설정
 
Share article

sxias