点击此处---> 群内免费提供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的浏览器中)查看和导航页面
对我来说,我似乎无法获得会话或其他任何内容来显示页面。
有什么主意吗?
可以调试CmsSiteFilter.java吗? 必须有一些您错过的属性。
提示(如果它是b2b网站); 您安装了b2bacceleratoraddon吗?
现在我得到一个404并且没有日志消息。 您知道为什么我只能通过livedit打开页面吗?
我调试了CmsSiteFilter.java,但错误发生了不可调试的代码(DefaultCMSSiteService),有什么方法可以调试DefaultCMSSiteService?
可以请尝试以下操作:
更改
website.mba.http = http://localhost:9001/store
website.mba.https = https://localhost:9002/store
到
执行更新(例如从hAC)
它是通道和urlpattern的组合
更改无效:(
一周热门 更多>