找不到CMS网站,但打开了实时编辑槽

2020-09-12 13:15发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好, 我已经使用webro...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


大家好,

我已经使用webroot =/mba和以下local.properties创建了一个新店面:hac.webroot =/hac mbastorefront.webroot =/store storefrontContextRoot =/store website.mba.http = http://localhost:9001/store website.mba.https = https://localhost:9002/store

 #必须将liveeditaddon包含在storefronextension中(不仅是require-extension)。
  mbastorefront.additionalWebSpringConfigs.liveeditaddon = classpath:/liveeditaddon/web/spring/b2c-properties-spring.xml,classpath:/liveeditaddon/web/spring/liveeditaddon-storefront-web-spring.xml
  
  #此外,还必须采用一些Spring使用的属性,因为modulegen之后的包有所不同。
  cmsPageBeforeViewHandler = com.my.storefront.interceptors.beforeview.CmsPageBeforeViewHandler
  uiThemeResourceBeforeViewHandler = com.my.storefront.interceptors.beforeview.UiThemeResourceBeforeViewHandler

  

在后台,我用uid = storeand url模式创建了一个网页:

 (?i)^ https?://[^/] +(/[^?] *)?\?(。* \&)?(site = store)(| \&。*  )$
  (?i)^ https?://store \。[^/] +(|/.* | \?。*)$
  (?i)^ https?://://[^/] */store((?![\?\&] site =)。)*
  (?i)^ https?://://[^/] */localhost((?![\?\&] site = store)。)*

  

如果我尝试在Webbrowser中打开,则出现服务器错误,并且在控制台中找不到与之关联的Cmssite ...

但是:如果我在WCMS liveedit中打开页面并单击页面中的任何链接,我可以在浏览器中(但仅在打开liveedit的浏览器中)查看和导航页面

对我来说,我似乎无法获得会话或其他任何内容来显示页面。

有什么主意吗?

6条回答
我是小鹏鹏啊
2020-09-12 13:52

现在我得到一个404并且没有日志消息。 您知道为什么我只能通过livedit打开页面吗?

一周热门 更多>

相关问答