-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathME-LIRE
More file actions
20 lines (16 loc) · 757 Bytes
/
ME-LIRE
File metadata and controls
20 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Projet Littré
Cette distribution est pour l’instant principalement orientée
vers une application Servlet.
Démarrage minimal, brancher un moteur de servlet vers le
dossier "web-app" (par exemple avec un fichier contexte, cf. littre_exemple.xml)
visiter la page
http://{littre}/admin.jsp
puis quand l'index est constitué
http://{littre}/
Il est possible d'indexer en ligne de commande en exécutant la classe
fr.crim.littre.IndexEntry
(dans WEB-INF/classes après compilation de WEB-INF/java)
Note : Pour utiliser le projet dans Eclipse, il est nécessaire de déclarer la
constante TOMCAT_HOME (Build path du projet -> onglet Libraries -> bouton
Add Variable... -> Configure variables...) et d'y associer le chemin de votre
installation de Tomcat