Unten ist meine Protokollierungskonfiguration von server.xml Ich versuche etwas zu debuggen und brauche wirklich Zugangsprotokolle. Tomcat hat plötzlich die Erstellung von Zugriffsprotokollen beendet, obwohl das Ventilattribut konfiguriert wurde. Irgendwelche Zeiger?Tomcat würde keine Zugriffsprotokolle mehr erstellen - AccessLogValve
<Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true">
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %l %u %t "%r" %s %b" prefix="localhost_access_log." suffix=".txt"/>
<Context docBase="agilefant" path="/agilefant" reloadable="true" source="org.eclipse.jst.j2ee.server:agilefant"/>
</Host>
Vielen Dank im Voraus.
Vielen Dank @beckyang – goKishore
@ goKishore, aktualisiere ich die Antwort erneut. Der Ordner befindet sich unter '$ WORKSPACE_HOME', nicht '$ ECLIPSE_HOME'. –