Using Matlab Web App Server

1 view (last 30 days)
Hello!
I've got a question regarding the usage of Matlab Web App Server. I'm programming Matlab data analysis tools (including database toolbox functionality) and use Matlab Compiler to compile these programs. After reading the help pages about the Web App Compiler (https://de.mathworks.com/help/compiler/webapps/configure-matlab-web-app-server.html and https://de.mathworks.com/help/compiler/webapps/install-matlab-web-app-server.html ) I plan to test this functionality. But there are a few points I'm not so sure about:
  • Is Matlab Web App Server completly included in the Matlab Compiler license? I do not need an additional license for the PC where I install the Web App Server? To explain the planned use-case: I program an application and compile it with Matlab Web App Compiler on my local PC. I then transfer it to a virtual machine accesible via intranet where I install the Web App Server. Other colleagues, without a local Matlab installation, can then acces this app with a browser. Is that possible or did I get something wrong?
  • I know that compiled executables are not cross-platform compatible. Is this also the case for the Web App .ctf files? I.e., can I compile a Web App on my local Windows machine, install the Wep App Server on a linux machine, and let my compiled Web App run on the linux Web App Server?
Many thanks in advance for answering these two questions!
Greetings,
Frederik

Accepted Answer

Suresh Balakrishnama
Suresh Balakrishnama on 13 Aug 2019
Frederik,
Answers to your questions:
  1. Yes, MATLAB Web App Server is included in the MATLAB Compiler license. You do not need additional license. The workflow you describe with the use case is exactly what MATLAB web apps and Web App Server is meant for. You have it absolutely right. Your colleagues can access and run the web apps from a browser.
  2. Currently, the web app .ctf files are not cross-platform compatible. So, if you compile a web app on a Linux OS then you need to deploy and run the web app from a Linux web app server.
Hope this is helpful, please let me know if you have additional questions.
Thanks,
Suresh
  1 Comment
Pierre Harouimi
Pierre Harouimi on 27 Oct 2020
Regarding the release notes of MATLAB Compiler of R2019b, you can now compile on one platform and deploy to a server running on any other platform: https://www.mathworks.com/help/compiler/release-notes.html

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!