Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

톰캣 서버 에러시 확인 #6

Open
WonYong-Jang opened this issue Mar 15, 2018 · 1 comment
Open

톰캣 서버 에러시 확인 #6

WonYong-Jang opened this issue Mar 15, 2018 · 1 comment
Labels
solution solution

Comments

@WonYong-Jang
Copy link
Contributor

1.Stop Tomcat (if it's running)
2.Open the "Servers" view: Window > Show view > Other > Server > Servers
3.Right Click on Tomcat Server > Clean Tomcat Work Directory.
4.Right Click on Tomcat Server > Clean
5.Restart the server

@WonYong-Jang WonYong-Jang added the solution solution label Mar 15, 2018
@KimTaeWoo-CS
Copy link
Contributor

이 외에도 저는 tomcat server가 이미 포트에서 실행되고 있다는 오류를 발견해
명령 프롬프트를 통해
netstat -a -o
명령어로 포트 고유번호를 찾고
taskkill /f /pid 고유번호
로 포트를 강제종료 한 후 재시작 한 경험이 있으며,
tomcat server time over가 발생 했을때
tomcat 설정에서 시간을 변경해 해결했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution solution
Projects
None yet
Development

No branches or pull requests

2 participants