application 내장 객체
<% String info = application.getServerInfo(); String path = application.getRealPath("/"); %>
웹 컨테이너의 이름, 버전 : <%=info %>
웹 어플리케이션 폴더의 경로 : <%=path %>