How do I install an update release for MATLAB Web App Server?

3 次查看(过去 30 天)
I am experiencing an issue on MATLAB Web App Server that was recently fixed in an update release.
How can I update, for example, from R2024aU1 to R2024aU3?

采纳的回答

MathWorks Support Team
MathWorks Support Team 2025-11-10,0:00
编辑:MathWorks Support Team 2025-11-10,11:59
Note: This answer is regarding the product version of MATLAB Web App Server. To update the development version of Web App Server, see this MATLAB Answer.
 
An update fix for an issue appearing in MATLAB Web App Server may be applied in the compiled app, the server product itself, or the server runtime. The steps to update depend on where the fix was applied, but in most cases, updating the compiled app and the server runtime is sufficient to apply the fix. 
To update the compiled app:
  1. Update the MATLAB installation used to compile the web app. You can confirm the update version by running the command matlabRelease from the MATLAB command line. 
  2. Recompile the web app.
To update the server runtime:
  1. Locate the runtime version currently in use by your Web App Server. If you are unsure of where this is, run the server command webapps-runtime list from the Web App Server scripts directory.
  2. Uninstall this runtime as per your OS. 
  3. Install the new version of MATLAB Runtime from this page. You can confirm the exact version installed by checking the VersionInfo.xml file located in the runtime root folder.
    1. If you installed into a different location, note that you will need to run webapps-runtime remove <oldpath> and webapps-runtime add <newpath> to update the runtime directory for the Web App Server.
If these steps do not fix the issue, you may need to update the server product itself. 
To update the server product:
  1. Run webapps-config get and record the output.
  2. Run webapps-uninstall to unregister the services for the current Web App Server installation.
  3. Uninstall the Web App Server as per your OS. You may leave the apps, logs, and config folders.
  4. Install the latest version of MATLAB Web App Server. 
  5. Run webapps-setup to configure the services again.
  6. Run webapps-config to make additional configurations as per your previous configuration recorded in step (1). 
    1. Though your previous configuration file is typically preserved when uninstalling the Web App Server product, we typically do not recommend reusing this file when updating, as we cannot guarantee compatibility across releases. However, you may use the information in this file to guide configuration.

更多回答(0 个)

类别

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

标签

尚未输入任何标签。

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by