为什么localhost:8081/share打不开?

Why localhost:8081/share can not be open?

我正在尝试户外活动 tutorial。在"Configuring the Custom Model in Alfresco Share"header下我达到了"Configuring the Custom Model in Alfresco Share"。然后我运行:

mvn integration-test -Pamp-to-war

content-tutorial-repocontent-tutorial-sharereposhare 都正常启动。但是路径 http://localhost:8081/share 将我重定向到 http://localhost:8081/share/page/ 并在登录后重定向到 http://localhost:8081/share/page/user/admin/dashboard。但是教程说:

Now open your browser and point it to http://localhost:8081/share. Log in using admin/admin and let’s see what’s different. What’s different is that the “is sub-type” dropdown in the rule configuration panel now has our custom types and the “has aspect” dropdown now has our custom aspects.

但我只看到教程中显示的没有 "Define Rule" 的仪表板。怎么了?如何在露天打开真正的 /share 路径?

您可以为文件夹定义规则,因此:

  • 单击 [存储库] 菜单,
  • 选择某个文件夹并点击[查看详情]
  • 最后点击[管理规则]

http://docs.alfresco.com/5.1/tasks/library-folder-rules-define-create.html

希望你们一切都好。 我的机器上有两个 tomcat 实例(apache-tomcat-7.0.5 和 apache-tomcat-6.0.24)。到 运行 tomcat 7我在 server.xml 中进行了以下更改:-

关闭端口从 8005 更改为 8006 连接器端口从 8080 更改为 8081 重定向端口从 8443 更改为 8445 AJP 端口从 8009 更改为 8010

谢谢。