why my MATLAB don't have function "webapps-config"?
    조회 수: 11 (최근 30일)
  
       이전 댓글 표시
    
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
답변 (1개)
  Animesh
      
 2024년 12월 31일
        
      편집: Animesh
      
 2024년 12월 31일
  
      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
참고 항목
카테고리
				Help Center 및 File Exchange에서 Server Management에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!