web.xml > MODEL2

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL2

web.xml

페이지 정보

작성자 관리자 작성일 24-11-28 12:04 조회 117 댓글 0

본문

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" id="WebApp_ID" version="4.0">

  <display-name>model22</display-name>

  <welcome-file-list>

    <welcome-file>/</welcome-file>

  </welcome-file-list>

  

  <session-config>

    <session-timeout>240</session-timeout>

  </session-config>

  

  <error-page>

    <error-code>404</error-code>

    <location>/err_404.jsp</location>

  </error-page>

</web-app>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기