Question: How to Start and Stop the Default Domain?Answer:When you install GlassFish Server, a default domain nameddomain1 is created. The following procedures describe how to start and stopdomain1when it is the only domain. To Start the Default Domain GlassFish Server software must be installed before you start the domain. Run the asadmin start-domain command without an operand: as-install/bin/asadmin start-domain The command starts the default domain, domain1. for starting any domain (e.g domain name: employee): as-install/bin/asadmin start-domain employee To Stop the Default Domain Run the asadmin stop-domain command without an operand: as-install/bin/asadmin stop-domain The command stops the default domain, domain1. for stopping any domain (e.g domain name: employee): as-install/bin/asadmin stop-domain employee |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
- What is Glassfish application server?
- Default Administration values for Glassfish Server.
- How to Start and Stop the Default Domain?
- How to start and stop database server through Glassfish?
- How to start Administration console in Glassfish?