본문 바로가기
page 1 .컴퓨터/JSP

[Eclipse]'Launching Tomcat v6.0 Server at localhost' has encountered a problem

by 나의나된것은 2014. 4. 24.
반응형

 eclipse 에서 jsp 컴파일이 안된다.


포트를 사용중이라는데 localhost:8080을 검색했다.

glsassFish 라고 나온다.


그래서 중지 시키기 위세 검색을 했다.

https://glassfish.java.net/getstarted.html


Start GlassFish.

Just invoke, from the glassfish directory, the glassfish4/bin/asadmin start-domain command. Note that since, you only have one domain configured, there is no need to mention which domain to start.

To stop GlassFish, you can use the glassfish4/bin/asadamin stop-domain domain1 command.


시작 -> 프로그램 및 파일 검색란에

cmd를 검색하고 실행~

cd\ 입력

cd glassfish4\bin 입력

asadmin stop-domain domain1 입력


그런데 이번엔 다른 포트들이 말썽이다.


그래서 tomcat도 종료~

tomcat 경로에서 shutdown.bat를 실행하면 된다.


이제 컴파일이 잘 되는군요~


반응형