반응형
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를 실행하면 된다.
이제 컴파일이 잘 되는군요~
반응형
'page 1 .컴퓨터 > JSP' 카테고리의 다른 글
[Eclipse]File search has encountered a problem (0) | 2015.04.16 |
---|---|
티스토리 카테고리 펼치기 (0) | 2014.05.13 |
JDK 설치하기~!!! (0) | 2014.04.25 |
Eclipse와 SVN 연동하기 (0) | 2014.04.25 |
[Tomcat]Neither the JAVA_HOME nor the JRE_HOME environment variable is defined (0) | 2014.04.24 |