Apache Geode 以jar文件部署配置文件 博客分类: 框架Apache Geode Apache Geode
程序员文章站
2024-03-15 09:51:53
...
本节提供了以jar文件部署配置文件的过程和示例。
过程
- 把文件打包为jar包。
- 将Apache Geode系统属性设置为指向jar文件中的文件。
把jar文件包括到你的类路径中。
- 验证文件副本是运行时应用程序中唯一可见的文件副本。在搜索其它地方后搜索类路径,因此,该文件不能在其他搜索区域可用。
- 启动你的应用,jar文件里的配置文件会被加载。
部署配置jar的示例
如下的例子部署缓存配置文件,在my.jar中的 myCache.xml。如下的显示为my.jar的内容:
% jar -tf my.jar META-INF META-INF/MANIFEST.MF myConfig/ myConfig/myCache.xml
在这个例子中,你应按以下步骤来部属配置jar文件:
- 设置系系属性,
gemfire.cache-xml-file
, 到myConfig/myCache.xml
- 设置类路径包括了
my.jar
. - 文件的当前目录位置检查在
./myConfig/myCache.xml
中没有名为myCache.xml
的文件。
当你启动应用,jar文件里的配置文件会被加载。
推荐阅读
-
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 在HTTP或HTTPS协议之上通过gfsh来管理远程集群 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 在HTTP或HTTPS协议之上通过gfsh来管理远程集群 博客分类: 框架Apache Geode Apache Geode
-
Apache Geode 防火墙和连接 博客分类: 框架Apache Geode