сб, 29 февр. 2020 г. в 15:33, Alexander Curvers <[email protected]>: > > <!-- <Valve className="org.apache.catalina.valves.AccessLogValve" > directory="logs" > prefix="beta-au-pair-web_access_log" suffix=".txt" > pattern="%h %l %u %t "%r" %s %b"/> -->
Note the "<!--" and "-->". Those are comment wrappers in XML. The above <Valve> definition is commented-out and thus is ignored. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
