Sharing AppDesigner Apps on the Web

1 Ansicht (letzte 30 Tage)
Ammar Taha
Ammar Taha am 30 Nov. 2020
Kommentiert: Ammar Taha am 2 Dez. 2020
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.

Antworten (1)

Kojiro Saito
Kojiro Saito am 30 Nov. 2020
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 Kommentare
Kojiro Saito
Kojiro Saito am 1 Dez. 2020
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 am 2 Dez. 2020
Ok, Thanks.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by