0

我正在尝试在 JBoss Application Server 7.1.1 上设置 ModeShape AS7 Kit。ModeShape 具有以下结构。

/docs
   /schema
      modeshape_1_0.xsd
/modules
   /javax/jcr/*
   /org/modeshape/*
   /org/hibernate/search-engine/4.1/*
   /org/apache/lucene/3.5/*
/standalone
   /configuration/
      standalone-modeshape.xml
   /deployments
      /modeshape-rest.war/
         .dodeploy
         /META-INF/*
         /WEB-INF/*

有人可以帮助将这些文件复制到 JBoss AS7 安装目录的位置以使 ModeShape 启动并运行吗?

提前致谢。

4

2 回答 2

1

查看文档,其中包括为 AS7 安装 ModeShape 套件的说明。它实际上就像在现有的 AS7 安装顶部解压缩套件一样简单。

该工具包包含一个示例配置,但如果您创建一个适合您自己需求的配置会更好。最好的方法是使用AS7 的命令行界面来设置 Infinispan 缓存、安全性和存储库。

于 2012-12-12T12:35:27.523 回答
0

工作过:

将 ModeShape AS Kit 中的所有内容复制并粘贴到 JBoss 的应用程序服务器的目录中(如果它们存在,或者它们将从 ModeShape 源复制)并运行 JBoss 的

./standalone.sh -c="standalone-modeshape.xml".

享受 :)

于 2012-12-12T12:25:55.283 回答