欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GlassFish
来自开放百科 - 灰狐
(版本间的差异)
第12行: | 第12行: | ||
最新版: [https://glassfish.dev.java.net/downloads/v2-b19.html GlassFish V2 Milestone 2]. [[Image:DukeForGlassFishV2-115_90px.png]] | 最新版: [https://glassfish.dev.java.net/downloads/v2-b19.html GlassFish V2 Milestone 2]. [[Image:DukeForGlassFishV2-115_90px.png]] | ||
+ | |||
+ | 下载最新版: http://download.huihoo.com/middleware/glassfish/v2/ | ||
+ | |||
+ | ==GlassFish V2 Architecture== | ||
+ | [[Image:Example.jpg|thumb|right|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 | ||
+ | |||
+ | |||
==快速指南== | ==快速指南== |
2006年11月3日 (五) 11:18的版本
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 Milestone 2.
下载最新版: http://download.huihoo.com/middleware/glassfish/v2/
目录 |
GlassFish V2 Architecture
- 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
快速指南
./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
相关链接
分享您的观点