Glassfish: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "Serveur d'application JavaEE open-source Téléchargez le zip depuis https://glassfish.java.net/download.html Lisez https://glassfish.java.net/getstarted.html <pre> u...")
 
No edit summary
Line 1: Line 1:
Serveur d'application [[JavaEE]] open-source
Serveur d'application [[JavaEE]] open-source


=Installation & Démarrage=


Téléchargez le zip depuis https://glassfish.java.net/download.html
Téléchargez le zip depuis https://glassfish.java.net/download.html
Line 16: Line 17:


Ouvrez la console Web http://localhost:4848
Ouvrez la console Web http://localhost:4848

=Déploiement=
Vous pouvez déployer votre application (ejbjar, war, ear) via la console
ou bien via la ligne de commande suivante
<pre>
./bin/asadmin
</pre>

=Arrêt=

Revision as of 13:59, 30 August 2014

Serveur d'application JavaEE open-source

Installation & Démarrage

Téléchargez le zip depuis https://glassfish.java.net/download.html

Lisez https://glassfish.java.net/getstarted.html


unzip glassfish-4.0-ml.zip

cd glassfish4

./bin/asadmin start-domain 

Ouvrez la console Web http://localhost:4848

Déploiement

Vous pouvez déployer votre application (ejbjar, war, ear) via la console ou bien via la ligne de commande suivante

./bin/asadmin  

Arrêt