톰캣
starting tomcat server at localhost has encountered a problem. unabled to start within 45 seconds
xemaker
2018. 1. 31. 13:09
이클립스에 톰캣 플러그인 연결해서 쓰다가 톰캣 스타트를 하려고 했는데 아래와 같은 오류가 났다.
starting tomcat server at localhost has encountered a problem. unabled to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
해석해보니 45초안에 서버가 시작 못해서 서버 에디터에서 타임아웃 시간을 늘려라.. 뭐 이런 내용인거 같은데..
Start (in seconds): 45 로 되어 있는것을 한 60정도로 수정한 후
다시 톰캣을 켜니 오류없이 켜졌다^^
starting tomcat server at localhost has encountered a problem. unabled to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
해석해보니 45초안에 서버가 시작 못해서 서버 에디터에서 타임아웃 시간을 늘려라.. 뭐 이런 내용인거 같은데..
Start (in seconds): 45 로 되어 있는것을 한 60정도로 수정한 후
다시 톰캣을 켜니 오류없이 켜졌다^^