GlassFish

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第33行: 第33行:
 
更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture  
 
更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture  
  
 +
==安装指南==
 +
1.  Download one of the bundles
 +
2. Run: java -Xmx256m -jar filename.jar
 +
3. cd glassfish
 +
4. Run: ant -f setup.xml
 +
For GlassFish V2 with Clustering supported installation, just change step 4 from the above installation
 +
* ant -f setup-cluster.xml
  
 
==快速指南==
 
==快速指南==

2006年11月3日 (五) 20:08的版本

Glassfish.gif

Glassfish最新版: GlassFish V2 Milestone 2. DukeForGlassFishV2-115 90px.png

下载最新版: http://download.huihoo.com/middleware/glassfish/v2/

目录

GlassFish简介

GlassFish是SUN组织开放源代码 J2EE 应用服务器项目,

GlassFish与SUN SDK,SUN Application Server的关系:

GlassFish Distributions ,也就是基于GlassFish开发的版本有:

  • Sun's Java System Application Server PE 9.0 Beta
  • NetBeans 5.5 Enterprise Pack preview
  • Java EE 5 SDK preview

GlassFish V2 Architecture

Cluster Support in GlassFish V2
  • Domain Administration Server (DAS)
  • Administrative Client Applications (CLI, JSR 77, AMX)
  • Browser Based Administrative GUI
  • Web Client Applications (web clients, web services clients)
  • Rich client (RMI/IIOP) applications
  • Load Balancers (LB)
  • Node Agent (NA)
  • Server Instance (SI)
  • Administration API
  • Central Repository
  • Local Repository Cache
  • JMX Runtime

更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture

安装指南

1.  Download one of the bundles
2. Run: java -Xmx256m -jar filename.jar
3. cd glassfish
4. Run: ant -f setup.xml

For GlassFish V2 with Clustering supported installation, just change step 4 from the above installation

* ant -f setup-cluster.xml

快速指南

./asadmin start-domain domain1
http://localhost:8080/
https://localhost:8181/
http://localhost:4848/ admin/adminadmin 
./asadmin stop-domain domain1

应用部署

获得 hello.war http://www.huihoo.com/java/ee/glassfish/hello.war
cp hello.war domains/domain1/autodeploy/ 
或 asadmin deploy hello.war
http://localhost:8080/hello
asadmin undeploy hello 

相关链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱