// Log4j配置
PropertyConfigurator.configure(getLog4jConfigPath());
// 工程部署到weblogic中的类路径
String classPath = this.getClass().getClassLoader().getResource("/").getPath();