欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GlassFish
来自开放百科 - 灰狐
(版本间的差异)
第11行: | 第11行: | ||
* Java EE 5 SDK preview | * Java EE 5 SDK preview | ||
− | + | 快速指南 | |
./asadmin start-domain domain1 | ./asadmin start-domain domain1 | ||
http://localhost:8080/ | http://localhost:8080/ | ||
https://localhost:8181/ | https://localhost:8181/ | ||
http://localhost:4848/ admin/adminadmin | http://localhost:4848/ admin/adminadmin | ||
+ | ./asadmin stop-domain domain1 | ||
− | + | 应用部署 | |
cp hello.war domains/domain1/autodeploy/ | cp hello.war domains/domain1/autodeploy/ | ||
− | + | 或 asadmin deploy hello.war | |
+ | http://localhost:8080/hello | ||
+ | asadmin undeploy hello | ||
https://glassfish.dev.java.net/ | https://glassfish.dev.java.net/ |
2006年8月17日 (四) 10:40的版本
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
快速指南
./asadmin start-domain domain1 http://localhost:8080/ https://localhost:8181/ http://localhost:4848/ admin/adminadmin ./asadmin stop-domain domain1
应用部署
cp hello.war domains/domain1/autodeploy/ 或 asadmin deploy hello.war http://localhost:8080/hello asadmin undeploy hello
分享您的观点