Glassfish perguntas e respostas de entrevista
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 |
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Faca login para salvar favoritos, perguntas dificeis e conjuntos de revisao.
Isto e util? Sim Nao
Mais uteis segundo os usuarios:
- 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?