Mini-projet de Systèmes d'informations (3e année, janvier 2015).
Glassfish faisant tourner un war (WeddingSiteApp.war). Site:
Le tout avec un service REST et JPA côté serveur.
Pour utiliser le container: docker run -v path/to/autodeploy/folder:/opt/oracle/glassfish4/glassfish/domains/domain1/autodeploy/ -p 8080:8080 -p 1527:1527 -p 4848:4848 derlin/wed-live:latest
Pour netbeans:
In project.properties file must add a reference for your end folder war.custom.dir=/path/to/autodeploy/folder/
Then, in your build.xml file should add this chunk of code:
Pour lancer un terminal alors que le container tourne: docker ps docker exec -ti bash
Content type
Image
Digest
sha256:7a75303c8…
Size
379.6 MB
Last updated
almost 11 years ago
docker pull derlin/wed-live