MATLAB: Am I not able to configure MATLAB Web App Server properly in MATLAB Compiler 6.6 (R2018a)

MATLAB Compiler

I cannot configure with MATLABWebAppServer.exe like the following documentation.
– Configure MATLAB Web App Server
Though I click the "Start" button, it seems it does not work. When I click the "Open Home Page" button, I cannot see the right page with the following message in the Internet Explorer window.
——————————————
This page can’t be displayed
– Make sure the web address "http://<hostname>" is correct.
– Look for the page with your search engine.
– Refresh the page in a few minutes.
Fix connection problems
——————————————

Best Answer

This is an issue because we expect some English text from certain service commands in Windows. This is not the case on Korean Windows.
For example, here is the text for "sc query "MATLAB Web Apps (R2018a)"":
SERVICE_NAME: MATLAB Web Apps (R2018a)
종류 : 10 WIN32_OWN_PROCESS
상태 : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
검사점 : 0x0
WAIT_HINT : 0x0
We expected that "상태" is "STATE".
Please see the following steps to workaround this issue:
1) Type Windows Key + R to open the "Run" prompt
2) Type in "services.msc" and press the Enter key to open the Windows Service Manager
3) You can manage the "MATLAB Web Apps (R2018a)" service (starting, stopping) from this user interface.
4) The server is started on port 9988 by default. You should be able to see the server running at "http://<hostname>:<port>/webapps/home". We do not open the correct homepage from the MATLAB Web App Server apps because of this same issue.
For example, please type manually the port number 9988 after <hostname> in the page address.
Before: "http://kr-sji/webapps/home/"
After: "http://kr-sji:9988/webapps/home/"
Now, you can see the proper page like as below.
------------------------------------------
No web apps available.
Add valid web apps to the apps folder in the MATLAB Web App Server.
------------------------------------------