why my MATLAB don't have function "webapps-config"?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to change "AllowedFrameAncestors" in "webapps.config" by txt, but it failed.
function "webapps-config" can do it.But my MATLAB don't have.
WHY?
0 comentarios
Respuestas (1)
Animesh
el 31 de Dic. de 2024
Editada: Animesh
el 31 de Dic. de 2024
It seems that your Web App Server configuration file does not have sufficient permissions.
To resolve the issue, go to your config folder and ensure you have write permissions for the webapps.config file. The folder path depends on your operating system; replace "x"s with your MATLAB Web App Server version.
Windows:
ProgramData\MathWorks\webapps\R20XXx\config
macOS:
/Library/Application Support/MathWorks/webapps/R20XXx/config
Linux:
/local/MathWorks/webapps/R20XXx/config
You can refer the following MATLAB answer for more details:
0 comentarios
Ver también
Categorías
Más información sobre Server Management en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!