-
~\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps - 절대경로맨땅에코딩/java 2020. 9. 9. 15:48
org.eclipse.wst.server.core
eclipse에서 프로젝트를 올린 was 기동시 해당위치로 컴파일한 결과가 옮겨짐
1) 웹어플리케이션-절대경로
ServletContext context = request.getSession().getServletContext();
String realFolder = context.getRealPath("");2) class 절대경로
this.getClass().getResource("").getPath()
'맨땅에코딩 > java' 카테고리의 다른 글
[spring] spring-boot-devtools : Live Reload (0) 2020.10.06 [spring] spring 라이브러리 (0) 2020.10.06 [IntelliJ] OpenJdk 11 설치 및 설정 (0) 2020.10.06