Tamino 发表于 2013-1-29 23:45:38

Sailfin、Glassfish安装、使用指南

安装指南

1. Download one of the bundles2. Run: java -Xmx256m -jar filename.jar3. cd glassfish/sailfin4. Run: ant -f setup.xmlFor GlassFish V2 with Clustering supported installation, just change step 4 from the above installation
* ant -f setup-cluster.xml<a name=".E5.BF.AB.E9.80.9F.E6.8C.87.E5.8D.97" />
快速指南

./asadmin help./asadmin start-domain domain1http://localhost:8080/https://localhost:8181/http://localhost:4848/   admin/adminadmin http://localhost:8080/amserver/      // Sun Java System Access Manageramadmin/admin123 // SUNWappserver/domains/domain1/config/AMConfig.properties./asadmin stop-domain domain1应用部署

获得 hello.war http://docs.huihoo.com/java/ee/glassfish/hello.warcopy hello.war domains/domain1/autodeploy/ 或 asadmin deploy hello.warhttp://localhost:8080/helloasadmin undeploy hello
页: [1]
查看完整版本: Sailfin、Glassfish安装、使用指南