Is there anyway that your MatLab Web Apps can be accessed by other users?

4 次查看(过去 30 天)

回答(1 个)

Kojiro Saito
Kojiro Saito 2022-5-26
Yes, others can access to your web apps via web browser with URL "http://HOSTNAME:9988" or "http://IP_ADDRESS:9988" in address bar.
HOSTNAME is the host name of the machine running MATLAB Web App Server. FQDN (Fully Qualified Domain Name, like machine1.example.com) or short host name (machine1).
IP_ADDRESS is the IP address of the machine, and it could be Internal IP address or global IP address.
To do that, you need to open TCP port (9988 by default), in your inbound rule of Firewall.

类别

Help CenterFile Exchange 中查找有关 MATLAB Web App Server 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by