config-store 目录(在 wasce_install_root\config-store 目录中)保存资源和应用程序模块,其中一些将随 Community Edition 服务器一起启动。wasce_install_root\config-store\index.properties 中列出了可用的配置模块,它提供模块配置名称及其所在的数字 config-store 子目录之间的映射关系。在 J2EE 应用程序部署成功之后,您将在 config-store/assigned number 目录中看到其配置的序列化版本。
通过查看 index.properties 文件,您可以在 J2EE 应用程序已经部署时查找服务器指定的数字目录名称。例如,如果您部署了 Community Edition 提供的 Hello 示例程序,则将看到该 Hello 程序的指定数字 ID:
|
这意味着该 Hello 程序的配置的序列化版本在 config-store/44 目录中。第一行指出最后一次写入 index.properties 文件的日期和时间。还有一个 index.backup 文件,它包含服务器的 index.properties 文件的备份版本。config-store 目录的内容是由部署工具自动维护的,所以建议系统管理员不要修改此目录。