Server2 Tomcat Configuration (connectionTimeout 속성) 웹개발시 Tomcat WAS를 사용하다 보면 아래와 같은 예외가 발생할 때가 있다. java.net.SocketTimeoutException: Read timed out 이 예외의 스택을 추적했을때 나의 경우 아래와 같은 예외스택을 뿌려주고 있었다. at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:751) at org.apache.coyote.http11.InternalInputBuffer$InputSt.. 2010. 3. 3. Tomcat startup 이클립스로 Tomcat을 startup하거나 bat으로 startup할때 꼭 뜨는 메세지가 있다. "The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 시스템패스값..." 해결방법은 http://tomcat.heanet.ie/native/ 이 사이트에서 최신버젼폴더로 이동 binaries -> 자신의 시스템에 맞는 폴더 선택(나의 경우 win32) -> tcnative-1.dll 이 파일을 다운로드 받아서 패스에 파일 위치시킨다. 아마도 이 dll파일이 tomcat의 native library와 관련이 있.. 2009. 6. 20. 이전 1 다음