Hi Jochen, Currently we implemented through http.sendresponse as below by uploading custom maintenance page through extra files. if ( string.contains ( http.getrawurl ( ) , "/App1" ) ) { http.sendresponse ( 200 , "text/html" , resource.get ( "maintenance.htm" ) , "" ) ; } Regards Rajesh
... View more