GlassFish
글래스피시(GlassFish)는 썬 마이크로시스템즈에서 개발하는 Java EE 기반 웹 애플리케이션 서버이다. 썬사는 이 제품을 Sun Java System Application Server 9.X로 판매하고 있다. 글래스피시는 썬 마이크로시스템즈와 오라클의 탑링크(TopLink)를 기반으로 하고 있다. 물론 웹 콘텐츠를 제공하는 서블릿 컨테이너는 아파치 톰캣을 사용하면서 성능과 확장성을 높이기 위해 자바 NIO을 사용하는 그리즐리(Grizzly)라는 구성 요소를 추가하였다.
Can't remove Glassfish in windows 7 64bit
아래와 같은 메시지가 출력되는 경우가 있다.
Could not find the required version of the java(tm) 2 runtime environment in 'c:\glassfish3\jdk7' and this application need version 1.6 or higher of the java(tm) 2 runtime environment.
If the required java(tm) 2 runtime environment is not installed, you can download it from the following website: http://java.sun.com/j2se or if you already have the required java(tm) 2 runtime environment installed, try rerunning ths application with the following usage:
'uninstall.exe' -j <jrehome> ...
이럴 경우 아래와 같은 방식으로 제거할 수 있다.
위의 방법으로 지워지지 않는다면 %JAVA_HOME%
에서 jre 디렉터리를 찾아보자.
See also
Favorite site
- GlassFish web site
- Wikipedia (en) GlassFish에 대한 설명
- GlassFish와 Tomcat비교 (결론: GlassFish가 차세대 애플리케이션을 개발하는 개발자들에게 있어 최상의 옵션이 될 것이라고 자신 있게 주장하는 바...).
- 이클립스에 GlassFish 설치하기
- 이클립스 GlassFish3.1.2.2 연동 및 개별 디플로이 1
- CentOS 기준 GlashhFish 3.1.2.2 설치 가이드
- Install GlassFish on a CentOS 6 VPS
- Getting Started with GlassFish 4
- GlassFish와 Tomcat 비교
References
-
Glassfish3_single_deploy.pdf ↩