웹프로그래밍/JSP

web.xml 정보

폴더맨 2024. 6. 8. 07:58

web.xml 정보

<%@ page language="java" contentType="text/html; charset=EUC-KR"%>
<%@ page import="java.util.Enumeration"%>
<HTML>
<BODY>
	<%
		Enumeration e = application.getInitParameterNames();
		while (e.hasMoreElements()) {
			String n = (String) e.nextElement();
			out.print(n + " = " + application.getInitParameter(n) + "<br>");
		}
	%>
</BODY>
</HTML>

 

 

세상을 링크하라!!! 모든 링크를 한 자리에...
링크닷컴: https://linkdotcom.mycafe24.com/

 

유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트

컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!

linkdotcom.mycafe24.com