Sharing AppDesigner Apps on the Web

조회 수: 1 (최근 30일)
Ammar Taha
Ammar Taha 2020년 11월 30일
댓글: Ammar Taha 2020년 12월 2일
Hello there, I have installed the WebAppServer kit that comes with the Matlab Compiler to try to deploy an app on the web, and I have added the ".ctf" file and the application works on my pc web browsers. My question is how can I share it with anyone, I mean to send a link of the application that can be used or tested.
Thanks in Advance.

답변 (1개)

Kojiro Saito
Kojiro Saito 2020년 11월 30일
You just need to send an URL link (for example, http://YOURHOST.YOURDOMAIN:9988/) to others.
But be sure to YOURHOST.YOURDOMAIN can be accessible from others and open inbound TPC port (9988) in your firewall.
  댓글 수: 3
Kojiro Saito
Kojiro Saito 2020년 12월 1일
It means that the server which Web App Server is running can be accesible from others with hotsname.
For example, if the hostname is YOURHOST and the domain is YOURDOMAIN (e.g., .dhcp.company.com)
ping YOURHOST
or
ping YOURHOST.YOURDOMAIN
returns proper IP address.
Ammar Taha
Ammar Taha 2020년 12월 2일
Ok, Thanks.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by