Main Content

Run Web App

Note

To run a web app, you must also have the development version of MATLAB® Web App Server™ running. For more information, see Install the Development Version of MATLAB Web App Server in MATLAB Compiler and Configure the Development Version of MATLAB Web App Server in MATLAB Compiler.

Using a web browser, you can access web apps running on the server by navigating to the web apps home page.

You can obtain the URL to the home page by clicking Open Home Page in the server application in the development version of MATLAB Web App Server. The format of the home page URL is:

http://webAppServer:PortNumber/webapps/home/index.html

Here, webAppServer is your web app server hostname, and PortNumber is the port specified when configuring the server.

  1. To run a web app, click the web app tile on the home page.

  2. To see a list of all web apps with their status and diagnostic messages, click the Diagnostics link on the top-right corner of the home page.

  3. To go back to the home page of your web apps, click MATLAB Web Apps on the breadcrumb trail at the top of the page.

Related Topics