cancel
Showing results for 
Search instead for 
Did you mean: 

cms occ addon giving 404

Former Member
0 Kudos

hi , i installed cms occ addon and when i'm trying to hit using the below url , i'm getting 404 resource not found

i have used the below url to access it

https://localhost:9002//v2//cms/pages/?pageType=ContentPage&pageLabelOrId=homepage

Also i'm not able to install debug on the controller of this addon.

Please suggest

Accepted Solutions (0)

Answers (2)

Answers (2)

if do you whant fix this problem, just add --> <import resource="classpath*:/cmsoccaddon/web/spring/cmsoccaddon-web-spring.xml"/>

in your extension customized -- > v2-web-spring.xml

Former Member
0 Kudos

The webroot of commercewebservices extension where you have installed cmsoccaddon seems to be missing in the url you have pasted. Check the extension info of the commercewebservices extension for webroot(ootb it is - rest) and the url then would be as below. https://localhost:9002/rest/v2/cms/pages/?pageType=ContentPage&pageLabelOrId=homepage

former_member625815
Discoverer
0 Kudos

Hi,

I have created custom ycommercewebservices extension and have hit the url(https://localhost:9002/rest/v2/electronics/cms/pages?pageType=ContentPage&pageLabelOrId=homepage), still it shows 404. I am able to access the below url"https://localhost:9002/rest/v2/"