on ‎2019 Sep 25 10:34 AM
Hi ,
I'm trying to change "smartedit" name to "rapidedit" in URL.
i.e https://localhost:9002/rapidedit
I'm gone through following examples.
https://answers.sap.com/questions/12768987/view.html
I have done below step:
added properties in local.properties
- smartedit.webroot=/rapidedit
- ant deploy
- sh hybrisserver.sh
When i tries to open https://localhost:9002/rapidedit
- the page is not loading properly. its showing blank page
- in Network i found call "https://localhost:9002/smartedit/configuration"
[i dont know from where this URL comming from. it should be "https://localhost:9002/rapidedit/configuration"]
- I searched "/smartedit/configuration" in project. i found some referance in some *.ts file. i have changed referene from "/smartedit/configuration" to "/rapidedit/configuration"
- still no reflection
- Also I got error in console "LoadConfigManager.loadAsObject - loadAsArray failed to load configuration undefined"
Request clarification before answering.
Update with 2005 version and following major release should be similar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.