엄마 백원만

nezah.egloos.com

포토로그 마이가든



ant DeployTask throws OutOfMemoryErrors when deploying large WAR files 밥벌이

ant 로 톰캣서버로 deploy 하고 있었다

최근 war 파일 용량이 증가하면서 ant task 진행중

[deploy] Java heap space

라는 메세지를 내뿜으면서 실제 deploy가 안됨

관련 이슈로 
DeployTask throws OutOfMemoryErrors when deploying large WAR files

가 있고 톰캣 6.0.24 의 ant task 를 사용하면 된다고 함

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://nezah.egloos.com/tb/4414679 [도움말]

덧글

댓글 입력 영역




var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5929933-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();