Here we're going to show how to install beas in SAP web client with all steps.
- It's mandatory that beas web is running under HTTPS
- you can use whatever tool you would like to
- we're using XAMPP for more details check this article or follow documentation
https://help.beascloud.com/beas202511/index.html?https-configuration-for-beas.htm
https://support.boyum-it.com/hc/en-us/articles/14196774903069-HTTPS-configuration-for-Beas
- It's important to use SSL port so this must be available and also certificate must be ensured, more info below
https://help.beascloud.com/beas202511/index.html?certificate-generation-for-sec.htm
- Beas manage server - service setup - I'm using port 8013, you can use your own number
- Settings in XAMPP - httpd.conf
uncomment line - LoadModule proxy_http_module modules/mod_proxy_http.so
use different port than default (you can use your own number) - Listen 8036 + ServerName localhost:8036
- Setting in httpd-ssl.conf
Certificate setup
- Once you downloaded windows amd version from here https://github.com/FiloSottile/mkcert/releases
- create folder somewhere and rename file to mkcert.exe
- open command line there and run command mkcert.exe -install
- create certificate, here you can use some host name which needs to be used later, I'm using my PC name
command: mkcert.exe sapserver10
- this will create 2 files and rest follow from here - steps 6+
https://help.beascloud.com/beas202511/index.html?certificate-generation-for-sec.htm
Changes in XAMPP file httpd-ssl.conf - Now you should be able to start beas with secured HTTPS connection - SSL port must be used in url
- If it is working then you can start with next step otherwise NOT
- In beas manage server - extended tab - here must be used the https connection created
- Please note that if you do any change here you must update mtar files again and also reinstall addons in sap extension manager
- previous mtar files has to be deleted from beas folder and addons removed in SAP extension manager
- For install addons in SAP just follow this
https://help.beascloud.com/beas202511/index.html?beas-web-client-installation-i.htm - Insert this url from extended tab also in SAP web client general setting - expand SAP web solution from above link
Comments
0 comments
Please sign in to leave a comment.