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

2020-09-12 13:15发布

         点击此处--->   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的浏览器中)查看和导航页面

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

有什么主意吗?

         点击此处--->   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条回答
微wx笑
1楼-- · 2020-09-12 13:57

可以调试CmsSiteFilter.java吗? 必须有一些您错过的属性。

提示(如果它是b2b网站); 您安装了b2bacceleratoraddon吗?

我是小鹏鹏啊
2楼-- · 2020-09-12 13:52

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

路亽曱_Ryan
3楼-- · 2020-09-12 13:56

我调试了CmsSiteFilter.java,但错误发生了不可调试的代码(DefaultCMSSiteService),有什么方法可以调试DefaultCMSSiteService?

Doze时光
4楼-- · 2020-09-12 13:50

可以请尝试以下操作:

  website.mba.http = http \://localhost \:9001/store
  website.mba.https = https \://localhost \:9002/store

  
  • 执行更新(例如从hAC)

南山jay
5楼-- · 2020-09-12 13:32

它是通道和urlpattern的组合

南山jay
6楼-- · 2020-09-12 13:35

更改无效:(

一周热门 更多>

点击此处---> EasySAP.com 一起学习S4 HANA ...

相关问答