Websphere Application Server中的外部属性文件

时间:2015-04-01 17:47:57

标签: filenotfoundexception ibm-was

我将属性文件放在WAS服务器的PROFILE_ROOT / properties文件夹中。但是当应用程序搜索文件时,我得到一个FileNotFound异常。另一方面,它能够搜索现有的属性文件。添加属性文件后,应在服务器中更改任何内容。

Properties properties = new Properties();

properties.load(new FileInputStream(new File("C:\\websphere\\appserver\\profiles\\appsrv01\\properties\\example.properties")));

System.out.println(properties.getProperty("en"));

0 个答案:

没有答案