google app engine 에서 다음 오류 발생
java.lang.management.ManagementFactory is a restricted class
아래주소에서 해결책 참고
https://stackoverflow.com/questions/16979283/problems-with-using-log4j-2-in-gae
appengine-web.xml 에 다음을 추가
<system-properties>
<property name="log4j2.disable.jmx" value="true" />
</system-properties>
'Cloud Platform > Google Cloud Platform' 카테고리의 다른 글
.gitignore 파일 자동완성 사이트 (0) | 2017.11.23 |
---|---|
google app engine + jrebel (0) | 2017.11.23 |
App Engine + Cloud SQL 설정 (0) | 2017.10.24 |
Google App Engine vs Google Compute Engine (0) | 2017.02.24 |
app.yml vs appengine-web.xml vs web.xml (0) | 2017.02.20 |