Index: web/war-util/src/main/resources/com/sun/logging/enterprise/system/container/web/LogStrings.properties =================================================================== --- web/war-util/src/main/resources/com/sun/logging/enterprise/system/container/web/LogStrings.properties (revision 24039) +++ web/war-util/src/main/resources/com/sun/logging/enterprise/system/container/web/LogStrings.properties (working copy) @@ -166,9 +166,9 @@ pewebcontainer.invalidKeepAliveTimeout=WEB0316: Unable to convert timeout-in-seconds attribute value ({0}) of keep-alive element to int, using default: {1} pewebcontainer.invalidKeepAliveMaxConnections=WEB0317: Unable to convert max-connections attribute value ({0}) of keep-alive element to int, using default: {1} pewebcontainer.invalidKeepAliveThreadCount=WEB0318: Unable to convert thread-count attribute value ({0}) of keep-alive element to int, using default: {1} -pewebcontainer.invalid.maxPendingCount=WEB0318: Invalid max-pending-count attribute value: ({0}). Using default {1}. -pewebcontainer.invalid.bufferSize=WEB0319: Invalid receive-buffer-size-in-bytes attribute value: ({0}). Using default {1}. -pewebcontainer.invalid.maxHttpHeaderSize=WEB0320: Invalid send-buffer-size-in-bytes attribute value: ({0}). Using default {1}. +pewebcontainer.invalidMaxPendingCount=WEB0351: Invalid max-pending-count attribute value: ({0}). Using default {1}. +pewebcontainer.invalidBufferSize=WEB0319: Invalid receive-buffer-size-in-bytes attribute value: ({0}). Using default {1}. +pewebcontainer.invalidMaxHttpHeaderSize=WEB0320: Invalid send-buffer-size-in-bytes attribute value: ({0}). Using default {1}. pewebcontainer.httpFileCacheNotSupported=WEB0321: http-file-cache element not supported pewebcontainer.proxyHandlerClassLoadError=WEB0322: Unable to load ProxyHandler implementation class {0} pewebcontainer.proxyHandlerClassInvalid=WEB0323: {0} not an instance of com.sun.appserv.security.provider.ProxyHandler @@ -189,7 +189,7 @@ pewebcontainer.unsupportedAttribute.ssl-enabled=WEB0338: http-protocol attribute ssl-enabled not supported pewebcontainer.unsupportedAttribute.version=WEB0339: http-protocol attribute version not supported peaccesslogvalve.unableToWrite=WEB0340: Unable to write access log file {0} -pewebcontainer.invalid.invalidQueueSizeInBytes=WEB0341: Invalid queue-size-in-bytes attribute value: ({0}). Using default {1}. +pewebcontainer.invalidQueueSizeInBytes=WEB0352: Invalid queue-size-in-bytes attribute value: ({0}). Using default {1}. pewebcontainer.pewebcontainer.invalid_accessLog_bufferSize=WEB0341: Invalid accessLogBufferSize value ({0}). pewebcontainer.pewebcontainer.invalid_accessLog_writerInterval=WEB0342: Invalid accessLogWriterInterval value ({0}). pewebcontainer.missingJKProperties=WEB0343: JK properties file {0} does not exist