applicationTest1.jsp > MODEL

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL

applicationTest1.jsp

페이지 정보

작성자 관리자 작성일 21-07-15 18:45 조회 681 댓글 0

본문

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

<html>

<head>

<title>Application Test</title>

</head>

<body>


<h2>application 테스트</h2>

<table border="1">

<tr>

<td>JSP 버전</td>

<td><%=application.getMajorVersion() %>.<%=application.getMinorVersion() %></td>

</tr>

<tr>

<td>컨테이너 정보</td>

<td><%=application.getServerInfo() %></td>

</tr>

<tr>

<td>웹 어플리케이션의 실제 파일시스템 경로</td>

<td><%=application.getRealPath("/") %></td>

</tr>

</table>


</body>

</html>

추천0

댓글목록 0

등록된 댓글이 없습니다.


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