Nantes Université
Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
A
Assignment
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de modèles
Opération
Environnements
Surveillance
Incidents
Service d'assistance
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Damiano Albani
Assignment
Validations
780e3590
Valider
780e3590
rédigé
il y a 9 ans
par
Damiano Albani
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Document work done on task A.
parent
c79cdcc2
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
README.md
+24
-1
24 ajouts, 1 suppression
README.md
avec
24 ajouts
et
1 suppression
README.md
+
24
−
1
Voir le fichier @
780e3590
...
...
@@ -2,7 +2,30 @@
## **Task A: system setup & administration**
TODO
### _Work done_
1.
Installed and configured Tomcat
*
Used
``tomcat7``
and
``tomcat7-admin``
packages.
*
Added
``manager``
user with the
``admin-gui``
and
``manager-gui``
roles.
*
Configured Tomcat to only serve requests through AJP connector on
``127.0.0.1:8009``
.
(See Apache section below for explanation.)
2.
Installed and configured GeoServer
*
Used the latest stable release (version
``2.7.0``
).
*
Chose to stick to Java 7, because of Java 8 not being "officially" recommended for production with GeoServer AFAIK.
*
Modified the password of the
``admin``
user.
*
Imported a Shapefile into a new assignment-specific workspace, in order to provide a WFS layers with data over NL.
3.
Installed and configured Apache
*
Used
``apache2``
package.
*
Set up a AJP reverse proxy, to behave as a frontend to Tomcat.
Explanation of this choice:
• Setting Tomcat to serve on port 80 requires additional configuration.
• In my experience, Apache is more versatile and powerful in terms of configurations (access control, URL rewriting, SSL/TLS configuration, etc).
• Apache can be used to load balance between several GeoServer instances.
• It can be handy for serving outage pages in cases where you need to upgrade the webapp and wait for a restart.
4.
Configured and activated the firewall
*
Allowing only HTTP (port 80) and SSH (port 22) incoming connections.
5.
Carried out common tasks
*
Kept all packages on the server up to date (security best practice).
## **Task B: application development**
...
...
This diff is collapsed.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter