상세 컨텐츠

본문 제목

web.xml 에 있는 context-param 불러오기

관리X 과거글

by 까먹기전에 2015. 3. 12. 11:15

본문

반응형

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">

<title>Insert title here</title>

</head>

<body>

 ${ initParam.hi }  <==

</body>

</html>





===============web.xml====================


  <context-param>

  <param-name>

  hi

  </param-name>

  <param-value>

  bye~

  </param-value>

  </context-param>

관련글 더보기