forked from pdaengeli/papyri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.xml
15 lines (15 loc) · 831 Bytes
/
conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<app-conf>
<!-- Webapp-Root: darauf beziehen sich z.B. CSS und JS-Dateien, die eingebunden werden
http://papyri.uni-koeln.de:8080/apps/papyri -->
<webapp-root>http://localhost:8080/exist/apps/papyri</webapp-root>
<!-- File-Path: Pfad im Dateisystem, unter dem z.B. Bilddateien zu finden sind
/var/local/papyri/z_images -->
<file-path>/var/local/papyri/z_images</file-path>
<!-- Request-Path: Teil der request uri, der hinausgeworfen und durch die webapp-root ersetzt wird
/apps/papyri -->
<request-path>/exist/apps/papyri</request-path>
<!-- Webfile-Path: wie sind DB-externe Dateien, z.B. Bilddateien, übers Web zu erreichen?
http://papyri.uni-koeln.de/z_images -->
<webfile-path>http://papyri.uni-koeln.de/z_images</webfile-path>
</app-conf>