[유치수] [NOBTS] profile.enable 설정 상수값 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1320 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-03-12 02:19:42 +00:00
parent 93c0fc4025
commit 39cb9111f6
@@ -119,7 +119,7 @@ public class ProfilerConfig {
private void readPropertyValues(Properties prop) {
// TODO : use Properties defaultvalue instead of using temp variable.
this.profileEnable = readBoolean(prop, "PROFILE_ENABLE", true);
this.profileEnable = readBoolean(prop, "profile.enable", true);
this.collectorServerIp = readString(prop, "server.collector.ip", "127.0.0.1");
this.collectorServerPort = readInt(prop, "server.collector.udp.port", 9995);