서버 CPU 개수 구하는 jsp %>%> int coreCnt = Runtime.getRuntime().availableProcessors(); out.write("core cnt : " + coreCnt);%> 컴퓨터활용/자바 2012.03.13