반응형
- xml 설정 값
String driver = application.getInitParameter("값");
web.xml 설정<web-app>
<context-param>
<param-name>url</param-name>
<param-value>jdbc.oracle.thin:@localhost:1521:oracle</param-value>
</context-param>
</web-app> - 코딩 내 설정
application.setAttribute("이름", 값);
application.getAttribute("이름");
반응형
'Devlopment > Web' 카테고리의 다른 글
문자열 메소드 & 정규표현식 메소드 (0) | 2008.07.08 |
---|---|
li 메뉴 (0) | 2008.07.08 |
Images Masking, 메뉴 (0) | 2008.07.04 |
DB 프로그래밍 (0) | 2008.06.29 |
쿠키(Cookie) & 세션(Session) (0) | 2008.06.29 |
Forward & Redirect & Include (0) | 2008.06.29 |
파라미터 값 받기 & 한글 처리 (0) | 2008.06.29 |
JSP Page Directive (0) | 2008.06.29 |
class vs. id (0) | 2008.06.25 |
id selector & Selectors can be contextual (0) | 2008.06.25 |