[tomcat] 톰캣 server.xml 비동기 타임아웃 설정
·
STUDY/WEB
//*경로존재유무, 용량체크 async function checkVolum(path, textBool, fileCntBool){ try { let response = await $.ajax({ url: GET_SIZECHECK_URL, type: 'GET', data: {"path": path, "textChk": textBool, "fileCntChk": fileCntBool, "floatDigits": 0}, dataType: "json", }); return response; } catch (error) { console.log('경로 혹은 용량 확..