Hi,
I readed the document but still not well understand about the com.wowza.util.SystemUtilsexpandEnvironmentVariables(String, java.util.Map)
ex:
envMap.put("com.wowza.wms.context.VHost", vhost.getName());
envMap.put("com.wowza.wms.context.VHostConfigHome", vhost.getHomePath());
envMap.put("com.wowza.wms.context.Application", appInstance.getApplication().getName());
envMap.put("com.wowza.wms.context.ApplicationInstance", appInstance.getName());
passwordFileStr = SystemUtils.expandEnvironmentVariables(passwordFileStr, envMap);
passwordFileStr seems never be changed, not sure how would happen on the environment variables. Can someone help to explain that? thank you.
Yehudi