Tomcat/Properties file 썸네일형 리스트형 Tomcat Properties example Tomcat 사용시 Properties 파일 운용 예 Test Environment:Tomcat 7, Windows 7 Tomcat 을 사용할 때 Properties 파일을 사용할 때가 있는데 다음과 같이 대략 3가지 방법을 생각할 수 있다. application.propertieseditorPath=C:/Program Files/Notepad++/notepad++.exestRootDir=D:/test 1. properties 파일을 Tomcat의 디폴트 클래스패스(WEB-INF/classes, WEB-INF/lib)에 두는 경우, 파일명만 지정하면 된다Properties prop = new Properties();InputStream is = Thread.currentThread().getContext.. 더보기 이전 1 다음