# Set root category log4j.rootCategory=DEBUG, CONSOLE, LOGFILE # Set the enterprise logger priority to FATAL log4j.logger.org.apache.axis2.enterprise=FATAL log4j.logger.de.hunsicker.jalopy.io=FATAL log4j.logger.httpclient.wire.header=FATAL log4j.logger.org.apache.commons.httpclient=FATAL # CONSOLE is set to be a ConsoleAppender using a PatternLayout. log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n # LOGFILE is set to be a File appender using a PatternLayout. log4j.appender.LOGFILE=org.apache.log4j.FileAppender log4j.appender.LOGFILE.File=axis2.log log4j.appender.LOGFILE.Append=true log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout log4j.appender.LOGFILE.layout.ConversionPattern= %d [%t] %-5p %c %x – %m%n
<appender name="fileroll" class="org.apache.log4j.RollingFileAppender"><param name="Append" value="true"/><param name=“File" value="${catalina.home}/logs/EWPSDocumentService.log" /><layout class="org.apache.log4j.PatternLayout"><param name="ConversionPattern" value="%d{ISO8601}-[%t]-%m\n"/></layout></appender>
<category name="http.debug" additivity="false"><priority value="DEBUG" /><appender-ref ref="stdout" /><appender-ref ref="fileroll" /></category>
Patch Installation Instructions:
Notes:
a) It is recommended to patch EWPS in a test/development environment first to
validate.
b) This version of EWPS requires minimum of recent Java 1.8 releases.
Steps:
1. Backup existing EWPS WAR file (default file name ewps-axis2.war).
2. Modify the new ewps-axis2.war file from this patch to update any necessary
configuration changes for your environment.
Normally such configuration changes are found in the WAR's
WEB-INF/xml/ewps.config.xml file.
3. Update the existing EWPS war deployment in the Java Application Server with
any environment specifics necessary (such as alternative context-root).
4. Test to validate.
Revert Patch:
Restore orignal file(s) backed up in step 1. above if there is a problem.
Link to patch on MOS:
