on 2021 Oct 19 6:10 PM
Good evening,
I'm trying to setup SAP Customer Checkout manager on a local PC, that running WINDOWS 10. I have downloaded the sapmachine-jdk-11.0.12, then I have downloaded apache 9.0.54 and set it up on port 8090 and then copy ccos.war under webapps folder which is located on C:\Program Files\Apache Software Foundation and started the SAP Customer Checkout manager correctly. I'm facing an issue with Integration Framework that while I'm trying to access it by browsing on the following URL: http://127.0.0.1/8080/B1iexcellarator/, I'm getting an HTTP Status 404 – Not Found(You can see also the attached picture). Can anyone please help on how to solve this issue? screenshot.png
Request clarification before answering.
Hello georgiax
My guess is that you installed B1i as well as Apache Tomcat on the same port 8080, although you did specify that you used a different port for Tomcat. Using the same port would lead to only one of them working and when trying to access the other you would get the mentioned 404 error.
Please make sure you have installed B1i and Tomcat on different ports and then check again.
Hope this helps.
Best regards,
Joerg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, please make sure you use the correct URL. In your post the URL is wrong; you are using a slash instead of a colon between the IP address and port number. Also the URL itself (B1iXcellerator) is wrong. Check:
Wrong: http://127.0.0.1/8080/B1iexcellarator/
Right: http://127.0.0.1:8080/B1iXcellerator/
Please see if this helps.
Best regards,
Joerg.
Here is my link: http://127.0.0.1:8080/B1iXcellerator/exec/dummy/com.sap.b1ip.system.cc/bfd/AdminConsole.bfd?!defdoc=/com.sap.b1i.common/menu/opdev.xml but I have the same result again.
Simply opening http://127.0.0.1:8080 should redirect you to the correct URL. Your URL seems to be overly specific.
If it does not, make sure the Integration server is listening on port 8080. You can use the command "netstat -ano | findstr 8080" to check. If it is, then check the log files for the integration service. Specifically check "catalina.out" to see if you have any errors during startup of the service.
Hope this helps.
Best regards,
Joerg.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.