Bonjour,
Je galère pour ajouter un répertoire virtuel (/custom/images) à mon application.
/etc/tomcat/server.xml
Votre avis m'intéresse.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <!-- <Context path="" docBase="ROOT" debug="0"/> --> <Context path="/custom/images" appBase="" docBase="/usr/share/tomcat5/markers" debug="99" reloadable="true"></Context>
merci.
CDLT.
Partager