Apache Geode 默认文件规范和搜索位置 博客分类: 框架Apache Geode Apache Geode
程序员文章站
2024-03-15 09:56:23
...
每个文件都有一个默认的名字,一个文件搜索位置集合,和一个你可以覆盖的默认系统属性。
为了使用默认的规范,将文件放到它的目录或jar文件的最顶层,系统属性是标准的文件规范,它有绝对的或是相对的路径名和文件名。
注意: 如果你没有指定一个绝对的文件路私径和名称,搜索会检查所有的搜索位置来查找文件。
gemfire.properties |
|
作为一个java系统属性,使用gemfirePropertyFile
|
cache.xml |
|
在gemfire.properties中 , 使用 cache-xml-file 属性 |
无效的gemfirePropertyFile
规范示例:
/zippy/users/jpearson/gemfiretest/gemfire.properties
c:\gemfiretest\gemfire.prp
myGF.properties
test1/gfprops
对于test1/gfprops
规范,如果你从一个unix文件系统中的 /testDir
运行你的Geode系统成员,Geode用以下顺序查找文件,直到它找到了这个文件或是找遍了所有位置。
/testDir/test1/gfprops
<yourHomeDir>/test1/gfprops
-
在你类路径中的所有位置查找
test1/gfprops
上一篇: Spring中Bean的生命周期详解 博客分类: Spring 生命周期
下一篇: PyTorch 08: PyTorch实现迁移学习(densenet121,resnet,,alexnet等)
推荐阅读
-
Apache Geode 运行服务器进程 博客分类: Apache Geode框架
-
Apache Geode 默认文件规范和搜索位置 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 以jar文件部署配置文件 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 管理系统输出文件 博客分类: 框架Apache Geode
-
Apache Geode 更改文件规范 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 防火墙和连接 博客分类: 框架Apache Geode
-
Apache Geode 不使用集群配置服务来部署配置文件 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 运行定位器进程 博客分类: 框架Apache Geode
-
Apache Geode 启动和关闭你的系统 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 在HTTP或HTTPS协议之上通过gfsh来管理远程集群 博客分类: 框架Apache Geode Apache Geode