web.xml

    Application 내장 객체

    xml 설정 값 String driver = application.getInitParameter("값"); web.xml 설정 url jdbc.oracle.thin:@localhost:1521:oracle 코딩 내 설정 application.setAttribute("이름", 값); application.getAttribute("이름");