(Implementation of a Coyote connector) | ||
- URIEncoding | UTF-8 | (Character encoding used to decode the URI) |
- acceptCount | 100 | (The accept count for this Connector) |
- address | null | (The IP address on which to bind) |
- ajpFlush | true | (Send AJP flush package for each explicit flush) |
- allowTrace | false | (Allow disabling TRACE method) |
- ciphers | null | (Comma-separated list of requested cipher suites) |
- ciphersUsed | null | (Array of ciphers suites in use) |
- className | null | (Fully qualified class name of the managed object) |
- connectionLinger | -1 | (Linger value on the incoming connection) |
- connectionTimeout | 60000000 | (Timeout value on the incoming connection) |
- enableLookups | false | (The 'enable DNS lookups' flag for this Connector) |
- executorName | Internal | (The name of the executor - if any - associated with this Connector) |
- keepAliveTimeout | 60000000 | (The number of seconds Tomcat will wait for a subsequent request before closing the connection) |
- localPort | 8010 | (The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.) |
- maxHeaderCount | 100 | (The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.) |
- maxKeepAliveRequests | null | (Maximum number of Keep-Alive requests to honor per connection) |
- maxParameterCount | 10000 | (The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.) |
- maxPostSize | 2097152 | (Maximum size in bytes of a POST which will be handled by the servlet API provided features) |
- maxSavePostSize | 4096 | (Maximum size of a POST which will be saved by the container during authentication) |
- maxSwallowSize | null | (The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload) |
- maxThreads | 1000 | (The maximum number of request processing threads to be created) |
- minSpareThreads | 10 | (The number of request processing threads that will be created) |
- modelerType | null | (Type of the modeled resource. Can be set only once) |
- packetSize | 8192 | (The ajp packet size.) |
- port | 8010 | (The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.) |
- processorCache | 200 | (The processor cache size.) |
- protocol | AJP/1.3 | (Coyote protocol handler in use) |
- protocolHandlerClassName | org.apache.coyote.ajp.AjpNioProtocol | (Coyote Protocol handler class name) |
- proxyName | null | (Ther Server name to which we should pretend requests to this Connector) |
- proxyPort | 0 | (Ther Server port to which we should pretend requests to this Connector) |
- redirectPort | 9443 | (The redirect port for non-SSL to SSL redirects) |
- scheme | http | (Protocol name for this Connector (http, https)) |
- secure | false | (Is this a secure (SSL) Connector?) |
- sslProtocols | null | (Comma-separated list of SSL protocol variants to be enabled) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- tcpNoDelay | true | (Should we use TCP no delay?) |
- threadPriority | 5 | (The thread priority for processors) |
- useBodyEncodingForURI | false | (Should the body encoding be used for URI query parameters) |
- useIPVHosts | false | (Should IP-based virtual hosting be used? ) |
- xpoweredBy | false | (Is generation of X-Powered-By response header enabled/disabled?) |
(Implementation of a Coyote connector) | ||
- URIEncoding | UTF-8 | (Character encoding used to decode the URI) |
- acceptCount | 100 | (The accept count for this Connector) |
- address | null | (The IP address on which to bind) |
- ajpFlush | null | (Send AJP flush package for each explicit flush) |
- allowTrace | false | (Allow disabling TRACE method) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Comma-separated list of requested cipher suites) |
- ciphersUsed | null | (Array of ciphers suites in use) |
- className | null | (Fully qualified class name of the managed object) |
- connectionLinger | -1 | (Linger value on the incoming connection) |
- connectionTimeout | 20000 | (Timeout value on the incoming connection) |
- enableLookups | false | (The 'enable DNS lookups' flag for this Connector) |
- executorName | Internal | (The name of the executor - if any - associated with this Connector) |
- keepAliveTimeout | 20000 | (The number of seconds Tomcat will wait for a subsequent request before closing the connection) |
- localPort | 8080 | (The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.) |
- maxHeaderCount | 100 | (The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.) |
- maxKeepAliveRequests | 100 | (Maximum number of Keep-Alive requests to honor per connection) |
- maxParameterCount | 10000 | (The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.) |
- maxPostSize | 2097152 | (Maximum size in bytes of a POST which will be handled by the servlet API provided features) |
- maxSavePostSize | 4096 | (Maximum size of a POST which will be saved by the container during authentication) |
- maxSwallowSize | 2097152 | (The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload) |
- maxThreads | 200 | (The maximum number of request processing threads to be created) |
- minSpareThreads | 10 | (The number of request processing threads that will be created) |
- modelerType | null | (Type of the modeled resource. Can be set only once) |
- packetSize | null | (The ajp packet size.) |
- port | 8080 | (The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.) |
- processorCache | 200 | (The processor cache size.) |
- protocol | HTTP/1.1 | (Coyote protocol handler in use) |
- protocolHandlerClassName | org.apache.coyote.http11.Http11NioProtocol | (Coyote Protocol handler class name) |
- proxyName | null | (Ther Server name to which we should pretend requests to this Connector) |
- proxyPort | 0 | (Ther Server port to which we should pretend requests to this Connector) |
- redirectPort | 9443 | (The redirect port for non-SSL to SSL redirects) |
- scheme | http | (Protocol name for this Connector (http, https)) |
- secure | false | (Is this a secure (SSL) Connector?) |
- sslProtocols | null | (Comma-separated list of SSL protocol variants to be enabled) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- tcpNoDelay | true | (Should we use TCP no delay?) |
- threadPriority | 5 | (The thread priority for processors) |
- useBodyEncodingForURI | false | (Should the body encoding be used for URI query parameters) |
- useIPVHosts | false | (Should IP-based virtual hosting be used? ) |
- xpoweredBy | false | (Is generation of X-Powered-By response header enabled/disabled?) |
(Implementation of a Coyote connector) | ||
- URIEncoding | UTF-8 | (Character encoding used to decode the URI) |
- acceptCount | 100 | (The accept count for this Connector) |
- address | null | (The IP address on which to bind) |
- ajpFlush | null | (Send AJP flush package for each explicit flush) |
- allowTrace | false | (Allow disabling TRACE method) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Comma-separated list of requested cipher suites) |
- ciphersUsed | [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA] | (Array of ciphers suites in use) |
- className | null | (Fully qualified class name of the managed object) |
- connectionLinger | -1 | (Linger value on the incoming connection) |
- connectionTimeout | 60000 | (Timeout value on the incoming connection) |
- enableLookups | false | (The 'enable DNS lookups' flag for this Connector) |
- executorName | Internal | (The name of the executor - if any - associated with this Connector) |
- keepAliveTimeout | 60000 | (The number of seconds Tomcat will wait for a subsequent request before closing the connection) |
- localPort | 9443 | (The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.) |
- maxHeaderCount | 100 | (The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.) |
- maxKeepAliveRequests | 100 | (Maximum number of Keep-Alive requests to honor per connection) |
- maxParameterCount | 10000 | (The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.) |
- maxPostSize | 2097152 | (Maximum size in bytes of a POST which will be handled by the servlet API provided features) |
- maxSavePostSize | 4096 | (Maximum size of a POST which will be saved by the container during authentication) |
- maxSwallowSize | 2097152 | (The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload) |
- maxThreads | 150 | (The maximum number of request processing threads to be created) |
- minSpareThreads | 10 | (The number of request processing threads that will be created) |
- modelerType | null | (Type of the modeled resource. Can be set only once) |
- packetSize | null | (The ajp packet size.) |
- port | 9443 | (The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.) |
- processorCache | 200 | (The processor cache size.) |
- protocol | HTTP/1.1 | (Coyote protocol handler in use) |
- protocolHandlerClassName | org.apache.coyote.http11.Http11NioProtocol | (Coyote Protocol handler class name) |
- proxyName | null | (Ther Server name to which we should pretend requests to this Connector) |
- proxyPort | 0 | (Ther Server port to which we should pretend requests to this Connector) |
- redirectPort | 443 | (The redirect port for non-SSL to SSL redirects) |
- scheme | https | (Protocol name for this Connector (http, https)) |
- secure | true | (Is this a secure (SSL) Connector?) |
- sslProtocols | null | (Comma-separated list of SSL protocol variants to be enabled) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- tcpNoDelay | true | (Should we use TCP no delay?) |
- threadPriority | 5 | (The thread priority for processors) |
- useBodyEncodingForURI | false | (Should the body encoding be used for URI query parameters) |
- useIPVHosts | false | (Should IP-based virtual hosting be used? ) |
- xpoweredBy | false | (Is generation of X-Powered-By response header enabled/disabled?) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/,class=javax.sql.DataSource,name="jdbc/adminItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/admin_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/,class=javax.sql.DataSource,name="jdbc/ctlItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/ctl_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/,class=javax.sql.DataSource,name="jdbc/mgtItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/mgt_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/,class=javax.sql.DataSource,name="jdbc/otherItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/admin_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/adminItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 1 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/admin_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- AbandonedConfig | false | |
- BlockWhenExhausted | true | |
- BorrowedCount | 2 | |
- Closed | false | |
- CreatedCount | 1 | |
- CreationStackTrace | java.lang.Exception at org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:137) at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:104) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:2206) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2055) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.bull.javamelody.JdbcWrapper$3.invoke(JdbcWrapper.java:811) at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:291) at com.sun.proxy.$Proxy10.getConnection(Unknown Source) at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:822) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:748) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) at com.dsntech.itcms.dao.util.BaseUtils.lookup2(BaseUtils.java:114) at com.dsntech.itcms.service.ServiceTr001001.initServiceTr(ServiceTr001001.java:41) at com.dsntech.itcms.service.ServiceTr001001.excute(ServiceTr001001.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.dsntech.itcms.util.ServiceCaller.callInternalService(ServiceCaller.java:31) at com.dsntech.itcms.Environment.initServiceMapper(Environment.java:1617) at com.dsntech.itcms.Environment$EnvironmentReInitThread.run(Environment.java:1490) | |
- DestroyedByBorrowValidationCount | 0 | |
- DestroyedByEvictorCount | 0 | |
- DestroyedCount | 0 | |
- FactoryType | org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection> | |
- Fairness | false | |
- Lifo | true | |
- LogAbandoned | false | |
- MaxBorrowWaitTimeMillis | 9 | |
- MaxIdle | 30 | |
- MaxTotal | 8 | |
- MaxWaitMillis | -1 | |
- MeanActiveTimeMillis | 159 | |
- MeanBorrowWaitTimeMillis | 7 | |
- MeanIdleTimeMillis | 153 | |
- MinEvictableIdleTimeMillis | 1800000 | |
- MinIdle | 0 | |
- NumActive | 0 | |
- NumIdle | 1 | |
- NumTestsPerEvictionRun | 3 | |
- NumWaiters | 0 | |
- RemoveAbandonedOnBorrow | false | |
- RemoveAbandonedOnMaintenance | false | |
- RemoveAbandonedTimeout | 2147483647 | |
- ReturnedCount | 2 | |
- TestOnBorrow | true | |
- TestOnCreate | false | |
- TestOnReturn | false | |
- TestWhileIdle | false | |
- TimeBetweenEvictionRunsMillis | -1 |
- CacheState | true | |
- Closed | true | |
- ToString | 1974850843, URL=jdbc:mysql://192.168.234.23:3306/admin_itcms?autoReconnect=true, UserName=itcms@192.168.234.20, MySQL-AB JDBC Driver |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | null | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/agt0Itcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 8 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | null | (Introspected attribute url) |
- username | null | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | null | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/agt1Itcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 8 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 0 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | null | (Introspected attribute url) |
- username | null | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/ctlItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 2 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/ctl_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- AbandonedConfig | false | |
- BlockWhenExhausted | true | |
- BorrowedCount | 121 | |
- Closed | false | |
- CreatedCount | 2 | |
- CreationStackTrace | java.lang.Exception at org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:137) at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:104) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:2206) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2055) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.bull.javamelody.JdbcWrapper$3.invoke(JdbcWrapper.java:811) at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:291) at com.sun.proxy.$Proxy10.getConnection(Unknown Source) at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:822) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:748) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) at com.dsntech.itcms.dao.util.BaseUtils.lookup2(BaseUtils.java:114) at com.dsntech.itcms.service.ServiceTr001001.initServiceTr(ServiceTr001001.java:38) at com.dsntech.itcms.service.ServiceTr001001.excute(ServiceTr001001.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.dsntech.itcms.util.ServiceCaller.callInternalService(ServiceCaller.java:31) at com.dsntech.itcms.Environment.initServiceMapper(Environment.java:1617) at com.dsntech.itcms.Environment$EnvironmentReInitThread.run(Environment.java:1490) | |
- DestroyedByBorrowValidationCount | 0 | |
- DestroyedByEvictorCount | 0 | |
- DestroyedCount | 0 | |
- FactoryType | org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection> | |
- Fairness | false | |
- Lifo | true | |
- LogAbandoned | false | |
- MaxBorrowWaitTimeMillis | 15 | |
- MaxIdle | 30 | |
- MaxTotal | 8 | |
- MaxWaitMillis | -1 | |
- MeanActiveTimeMillis | 1 | |
- MeanBorrowWaitTimeMillis | 0 | |
- MeanIdleTimeMillis | 12726 | |
- MinEvictableIdleTimeMillis | 1800000 | |
- MinIdle | 0 | |
- NumActive | 0 | |
- NumIdle | 2 | |
- NumTestsPerEvictionRun | 3 | |
- NumWaiters | 0 | |
- RemoveAbandonedOnBorrow | false | |
- RemoveAbandonedOnMaintenance | false | |
- RemoveAbandonedTimeout | 2147483647 | |
- ReturnedCount | 121 | |
- TestOnBorrow | true | |
- TestOnCreate | false | |
- TestOnReturn | false | |
- TestWhileIdle | false | |
- TimeBetweenEvictionRunsMillis | -1 |
- CacheState | true | |
- Closed | true | |
- ToString | 1028687560, URL=jdbc:mysql://192.168.234.23:3306/ctl_itcms?autoReconnect=true, UserName=itcms@192.168.234.20, MySQL-AB JDBC Driver |
- CacheState | true | |
- Closed | true | |
- ToString | 794315548, URL=jdbc:mysql://192.168.234.23:3306/ctl_itcms?autoReconnect=true, UserName=itcms@192.168.234.20, MySQL-AB JDBC Driver |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/mgtItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 2 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/mgt_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- AbandonedConfig | false | |
- BlockWhenExhausted | true | |
- BorrowedCount | 252 | |
- Closed | false | |
- CreatedCount | 2 | |
- CreationStackTrace | java.lang.Exception at org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:137) at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:104) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:2206) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2055) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.bull.javamelody.JdbcWrapper$3.invoke(JdbcWrapper.java:811) at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:291) at com.sun.proxy.$Proxy10.getConnection(Unknown Source) at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:822) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:748) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) at com.dsntech.itcms.dao.util.BaseUtils.lookup2(BaseUtils.java:114) at com.dsntech.itcms.service.ServiceTr001001.initServiceTr(ServiceTr001001.java:43) at com.dsntech.itcms.service.ServiceTr001001.excute(ServiceTr001001.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.dsntech.itcms.util.ServiceCaller.callInternalService(ServiceCaller.java:31) at com.dsntech.itcms.Environment.initServiceMapper(Environment.java:1617) at com.dsntech.itcms.Environment$EnvironmentReInitThread.run(Environment.java:1490) | |
- DestroyedByBorrowValidationCount | 0 | |
- DestroyedByEvictorCount | 0 | |
- DestroyedCount | 0 | |
- FactoryType | org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection> | |
- Fairness | false | |
- Lifo | true | |
- LogAbandoned | false | |
- MaxBorrowWaitTimeMillis | 29 | |
- MaxIdle | 30 | |
- MaxTotal | 8 | |
- MaxWaitMillis | -1 | |
- MeanActiveTimeMillis | 11 | |
- MeanBorrowWaitTimeMillis | 0 | |
- MeanIdleTimeMillis | 5742 | |
- MinEvictableIdleTimeMillis | 1800000 | |
- MinIdle | 0 | |
- NumActive | 0 | |
- NumIdle | 2 | |
- NumTestsPerEvictionRun | 3 | |
- NumWaiters | 0 | |
- RemoveAbandonedOnBorrow | false | |
- RemoveAbandonedOnMaintenance | false | |
- RemoveAbandonedTimeout | 2147483647 | |
- ReturnedCount | 252 | |
- TestOnBorrow | true | |
- TestOnCreate | false | |
- TestOnReturn | false | |
- TestWhileIdle | false | |
- TimeBetweenEvictionRunsMillis | -1 |
- CacheState | true | |
- Closed | true | |
- ToString | 2145417087, URL=jdbc:mysql://192.168.234.23:3306/mgt_itcms?autoReconnect=true, UserName=itcms@192.168.234.20, MySQL-AB JDBC Driver |
- CacheState | true | |
- Closed | true | |
- ToString | 1297594706, URL=jdbc:mysql://192.168.234.23:3306/mgt_itcms?autoReconnect=true, UserName=itcms@192.168.234.20, MySQL-AB JDBC Driver |
- abandonedUsageTracking | false | (Introspected attribute abandonedUsageTracking) |
- accessToUnderlyingConnectionAllowed | false | (Introspected attribute accessToUnderlyingConnectionAllowed) |
- cacheState | true | (Introspected attribute cacheState) |
- closed | false | (Introspected attribute closed) |
- connectionInitSqlsAsArray | [] | (Introspected attribute connectionInitSqlsAsArray) |
- defaultAutoCommit | null | (Introspected attribute defaultAutoCommit) |
- defaultCatalog | null | (Introspected attribute defaultCatalog) |
- defaultQueryTimeout | null | (Introspected attribute defaultQueryTimeout) |
- defaultReadOnly | null | (Introspected attribute defaultReadOnly) |
- defaultTransactionIsolation | -1 | (Introspected attribute defaultTransactionIsolation) |
- disconnectionSqlCodesAsArray | [] | (Introspected attribute disconnectionSqlCodesAsArray) |
- driverClassName | com.mysql.jdbc.Driver | (Introspected attribute driverClassName) |
- enableAutoCommitOnReturn | true | (Introspected attribute enableAutoCommitOnReturn) |
- evictionPolicyClassName | org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy | (Introspected attribute evictionPolicyClassName) |
- fastFailValidation | false | (Introspected attribute fastFailValidation) |
- initialSize | 0 | (Introspected attribute initialSize) |
- jmxName | Catalina:type=DataSource,host=localhost,context=/itcms,class=javax.sql.DataSource,name="jdbc/otherItcms" | (Introspected attribute jmxName) |
- lifo | true | (Introspected attribute lifo) |
- logAbandoned | false | (Introspected attribute logAbandoned) |
- logExpiredConnections | true | (Introspected attribute logExpiredConnections) |
- maxConnLifetimeMillis | -1 | (Introspected attribute maxConnLifetimeMillis) |
- maxIdle | 30 | (Introspected attribute maxIdle) |
- maxOpenPreparedStatements | -1 | (Introspected attribute maxOpenPreparedStatements) |
- maxTotal | 8 | (Introspected attribute maxTotal) |
- maxWaitMillis | -1 | (Introspected attribute maxWaitMillis) |
- minEvictableIdleTimeMillis | 1800000 | (Introspected attribute minEvictableIdleTimeMillis) |
- minIdle | 0 | (Introspected attribute minIdle) |
- modelerType | org.apache.tomcat.dbcp.dbcp2.BasicDataSource | (Type of the modeled resource. Can be set only once) |
- numActive | 0 | (Introspected attribute numActive) |
- numIdle | 1 | (Introspected attribute numIdle) |
- numTestsPerEvictionRun | 3 | (Introspected attribute numTestsPerEvictionRun) |
- poolPreparedStatements | false | (Introspected attribute poolPreparedStatements) |
- removeAbandonedOnBorrow | false | (Introspected attribute removeAbandonedOnBorrow) |
- removeAbandonedOnMaintenance | false | (Introspected attribute removeAbandonedOnMaintenance) |
- removeAbandonedTimeout | 300 | (Introspected attribute removeAbandonedTimeout) |
- rollbackOnReturn | true | (Introspected attribute rollbackOnReturn) |
- softMinEvictableIdleTimeMillis | -1 | (Introspected attribute softMinEvictableIdleTimeMillis) |
- testOnBorrow | true | (Introspected attribute testOnBorrow) |
- testOnCreate | false | (Introspected attribute testOnCreate) |
- testOnReturn | false | (Introspected attribute testOnReturn) |
- testWhileIdle | false | (Introspected attribute testWhileIdle) |
- timeBetweenEvictionRunsMillis | -1 | (Introspected attribute timeBetweenEvictionRunsMillis) |
- url | jdbc:mysql://192.168.234.23:3306/admin_itcms?autoReconnect=true | (Introspected attribute url) |
- username | itcms | (Introspected attribute username) |
- validationQuery | null | (Introspected attribute validationQuery) |
- validationQueryTimeout | -1 | (Introspected attribute validationQueryTimeout) |
- AbandonedConfig | false | |
- BlockWhenExhausted | true | |
- BorrowedCount | 4 | |
- Closed | false | |
- CreatedCount | 1 | |
- CreationStackTrace | java.lang.Exception at org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool.<init>(BaseGenericObjectPool.java:137) at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.<init>(GenericObjectPool.java:104) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createConnectionPool(BasicDataSource.java:2206) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2055) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1532) at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:822) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:748) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4812) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5255) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:939) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1812) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) | |
- DestroyedByBorrowValidationCount | 0 | |
- DestroyedByEvictorCount | 0 | |
- DestroyedCount | 0 | |
- FactoryType | org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory<org.apache.tomcat.dbcp.dbcp2.PoolableConnection> | |
- Fairness | false | |
- Lifo | true | |
- LogAbandoned | false | |
- MaxBorrowWaitTimeMillis | 14 | |
- MaxIdle | 30 | |
- MaxTotal | 8 | |
- MaxWaitMillis | -1 | |
- MeanActiveTimeMillis | 8 | |
- MeanBorrowWaitTimeMillis | 7 | |
- MeanIdleTimeMillis | 10947 | |
- MinEvictableIdleTimeMillis | 1800000 | |
- MinIdle | 0 | |
- NumActive | 0 | |
- NumIdle | 1 | |
- NumTestsPerEvictionRun | 3 | |
- NumWaiters | 0 | |
- RemoveAbandonedOnBorrow | false | |
- RemoveAbandonedOnMaintenance | false | |
- RemoveAbandonedTimeout | 2147483647 | |
- ReturnedCount | 4 | |
- TestOnBorrow | true | |
- TestOnCreate | false | |
- TestOnReturn | false | |
- TestWhileIdle | false | |
- TimeBetweenEvictionRunsMillis | -1 |
(Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts) | ||
- className | org.apache.catalina.startup.HostConfig | (Fully qualified class name of the managed object) |
- configBaseName | /home/itcms/agent1-apache-tomcat/conf/Catalina/localhost | (The base directory for Context configuration files) |
- contextClass | org.apache.catalina.core.StandardContext | (The Java class name of the Context implementation we should use) |
- copyXML | false | (The copy XML config file flag for this component) |
- deployXML | true | (The deploy XML config file flag for this component) |
- modelerType | org.apache.catalina.startup.HostConfig | (Type of the modeled resource. Can be set only once) |
- unpackWARs | true | (The unpack WARs flag) |
(Standard Engine Component) | ||
- backgroundProcessorDelay | 10 | (The processor delay for this component.) |
- catalinaBase | /home/itcms/agent1-apache-tomcat | (Base (instance) directory for this Engine, typically same as catalina.base system property) |
- defaultHost | localhost | (Name of the default Host for this Engine) |
- jvmRoute | null | (Route used for load balancing) |
- managedResource | StandardEngine[Catalina] | (The managed resource this MBean is associated with) |
- modelerType | org.apache.catalina.core.StandardEngine | (Type of the modeled resource. Can be set only once) |
- name | Catalina | (Unique name of this Engine) |
- realm | Realm[LockOutRealm] | (Associated realm.) |
- startChildren | true | (Will children be started automatically when they are added.) |
- startStopThreads | 1 | (The number of threads to use when starting and stopping child Hosts) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet-filter definition) | ||
- filterClass | org.apache.tomcat.websocket.server.WsFilter | (Fully qualified class name of the filter object) |
- filterInitParameterMap | {} | (Return the initiaization parameters associated with this filter) |
- filterName | Tomcat WebSocket (JSR356) Filter | (The name used to reference the filter in web.xml) |
- modelerType | org.apache.catalina.core.ApplicationFilterConfig | (Type of the modeled resource. Can be set only once) |
(Wrapper that represents an individual servlet-filter definition) | ||
- filterClass | org.apache.tomcat.websocket.server.WsFilter | (Fully qualified class name of the filter object) |
- filterInitParameterMap | {} | (Return the initiaization parameters associated with this filter) |
- filterName | Tomcat WebSocket (JSR356) Filter | (The name used to reference the filter in web.xml) |
- modelerType | org.apache.catalina.core.ApplicationFilterConfig | (Type of the modeled resource. Can be set only once) |
(Wrapper that represents an individual servlet-filter definition) | ||
- filterClass | org.springframework.web.filter.CharacterEncodingFilter | (Fully qualified class name of the filter object) |
- filterInitParameterMap | {encoding=UTF-8} | (Return the initiaization parameters associated with this filter) |
- filterName | encodingFilter | (The name used to reference the filter in web.xml) |
- modelerType | org.apache.catalina.core.ApplicationFilterConfig | (Type of the modeled resource. Can be set only once) |
(Wrapper that represents an individual servlet-filter definition) | ||
- filterClass | net.bull.javamelody.MonitoringFilter | (Fully qualified class name of the filter object) |
- filterInitParameterMap | {} | (Return the initiaization parameters associated with this filter) |
- filterName | javamelody | (The name used to reference the filter in web.xml) |
- modelerType | org.apache.catalina.core.ApplicationFilterConfig | (Type of the modeled resource. Can be set only once) |
(Wrapper that represents an individual servlet-filter definition) | ||
- filterClass | net.bull.javamelody.MonitoringFilter | (Fully qualified class name of the filter object) |
- filterInitParameterMap | {} | (Return the initiaization parameters associated with this filter) |
- filterName | monitoring | (The name used to reference the filter in web.xml) |
- modelerType | org.apache.catalina.core.ApplicationFilterConfig | (Type of the modeled resource. Can be set only once) |
- bytesReceived | 0 | (Introspected attribute bytesReceived) |
- bytesSent | 0 | (Introspected attribute bytesSent) |
- errorCount | 0 | (Introspected attribute errorCount) |
- maxTime | 0 | (Introspected attribute maxTime) |
- modelerType | org.apache.coyote.RequestGroupInfo | (Type of the modeled resource. Can be set only once) |
- processingTime | 0 | (Introspected attribute processingTime) |
- requestCount | 0 | (Introspected attribute requestCount) |
- bytesReceived | 65430 | (Introspected attribute bytesReceived) |
- bytesSent | 1025546 | (Introspected attribute bytesSent) |
- errorCount | 1 | (Introspected attribute errorCount) |
- maxTime | 737 | (Introspected attribute maxTime) |
- modelerType | org.apache.coyote.RequestGroupInfo | (Type of the modeled resource. Can be set only once) |
- processingTime | 16786 | (Introspected attribute processingTime) |
- requestCount | 244 | (Introspected attribute requestCount) |
- bytesReceived | 0 | (Introspected attribute bytesReceived) |
- bytesSent | 0 | (Introspected attribute bytesSent) |
- errorCount | 0 | (Introspected attribute errorCount) |
- maxTime | 0 | (Introspected attribute maxTime) |
- modelerType | org.apache.coyote.RequestGroupInfo | (Type of the modeled resource. Can be set only once) |
- processingTime | 0 | (Introspected attribute processingTime) |
- requestCount | 0 | (Introspected attribute requestCount) |
(Standard Host Component) | ||
- aliases | [] | (Host aliases) |
- appBase | webapps | (The application root for this Host) |
- autoDeploy | true | (The auto deploy flag for this Host) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- children | [Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=WebModule,name=//localhost/itcms,J2EEApplication=none,J2EEServer=none] | (Object names of all children) |
- configClass | org.apache.catalina.startup.ContextConfig | (The configuration class for contexts) |
- contextClass | org.apache.catalina.core.StandardContext | (The Java class name of the default Context implementation class for deployed web applications.) |
- copyXML | false | (Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?) |
- createDirs | true | (Should we create directories upon startup for appBase and xmlBase? ) |
- deployIgnore | null | (Paths within appBase ignored for automatic deployment) |
- deployOnStartup | true | (The deploy on startup flag for this Host) |
- deployXML | true | (deploy Context XML config files property) |
- errorReportValveClass | org.apache.catalina.valves.ErrorReportValve | (The Java class name of the default error reporter implementation class for deployed web applications.) |
- managedResource | StandardEngine[Catalina].StandardHost[localhost] | (The managed resource this MBean is associated with) |
- modelerType | org.apache.catalina.core.StandardHost | (Type of the modeled resource. Can be set only once) |
- name | localhost | (Unique name of this Host) |
- realm | Realm[LockOutRealm] | (Associated realm.) |
- startChildren | true | (Will children be started automatically when they are added?) |
- startStopThreads | 1 | (The number of threads to use when starting, stopping and deploying child Contexts) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- undeployOldVersions | false | (Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.) |
- unpackWARs | true | (Unpack WARs property) |
- valveNames | [Catalina:type=Valve,host=localhost,name=AccessLogValve, Catalina:type=Valve,host=localhost,name=ErrorReportValve, Catalina:type=Valve,host=localhost,name=StandardHostValve] | (Return the MBean Names of the Valves associated with this Host) |
- workDir | null | (Work Directory base for applications) |
- xmlBase | null | (The XML root for this Host.) |
(JSP Monitoring) | ||
- jspCount | 0 | (The number of JSPs that have been loaded into a webapp) |
- jspQueueLength | -1 | (The length of the JSP queue (if enabled via maxLoadedJsps)) |
- jspReloadCount | 0 | (The number of JSPs that have been reloaded) |
- jspUnloadCount | 0 | (The number of JSPs that have been unloaded) |
- modelerType | org.apache.jasper.servlet.JspServlet | (Type of the modeled resource. Can be set only once) |
(JSP Monitoring) | ||
- jspCount | 0 | (The number of JSPs that have been loaded into a webapp) |
- jspQueueLength | -1 | (The length of the JSP queue (if enabled via maxLoadedJsps)) |
- jspReloadCount | 0 | (The number of JSPs that have been reloaded) |
- jspUnloadCount | 0 | (The number of JSPs that have been unloaded) |
- modelerType | org.apache.jasper.servlet.JspServlet | (Type of the modeled resource. Can be set only once) |
(Classloader implementation which is specialized for handling web applications) | ||
- className | org.apache.catalina.loader.WebappLoader | (Fully qualified class name of the managed object) |
- delegate | false | (The 'follow standard delegation model' flag that will be used to configure our ClassLoader) |
- loaderRepositories | [] | (Repositories set in the real loader) |
- loaderRepositoriesString | (Repositories set in the real loader) | |
- modelerType | org.apache.catalina.loader.WebappLoader | (Type of the modeled resource. Can be set only once) |
- reloadable | false | (The reloadable flag for this Loader) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Classloader implementation which is specialized for handling web applications) | ||
- className | org.apache.catalina.loader.WebappLoader | (Fully qualified class name of the managed object) |
- delegate | false | (The 'follow standard delegation model' flag that will be used to configure our ClassLoader) |
- loaderRepositories | [file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/classes/, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/activation-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/antlr-2.7.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aopalliance-1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/asm-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aspectjweaver-1.5.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-acm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-api-gateway-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-applicationautoscaling-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-appstream-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-athena-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-autoscaling-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-batch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-budgets-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-clouddirectory-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudformation-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudfront-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudhsm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudsearch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudtrail-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatchmetrics-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codebuild-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codecommit-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codedeploy-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codepipeline-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codestar-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidentity-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidp-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitosync-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-config-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-core-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-costandusagereport-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-datapipeline-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dax-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-devicefarm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directconnect-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directory-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-discovery-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dms-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dynamodb-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ec2-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecr-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-efs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticache-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticbeanstalk-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancing-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancingv2-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticsearch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elastictranscoder-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-emr-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-events-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-gamelift-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-glacier-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-greengrass-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-health-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iam-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-importexport-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-inspector-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iot-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kinesis-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kms-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lambda-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lex-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lexmodelbuilding-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lightsail-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-logs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-machinelearning-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacecommerceanalytics-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplaceentitlement-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacemeteringservice-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-mechanicalturkrequester-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-models-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworks-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworkscm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-organizations-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-pinpoint-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-polly-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rds-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-redshift-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rekognition-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-resourcegroupstaggingapi-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-route53-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-s3-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servermigration-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servicecatalog-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ses-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-shield-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpledb-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpleworkflow-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-snowball-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sns-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sqs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ssm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-stepfunctions-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-storagegateway-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sts-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-support-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-swf-libraries-1.11.22.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-waf-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workdocs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workspaces-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-xray-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/c3p0-0.9.1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/castor-1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/cglib-2.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-beanutils-1.8.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-cli-1.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-codec-1.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-collections-3.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-digester-2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-fileupload-1.2.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-httpclient-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-io-2.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang-2.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang3-3.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-logging-1.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-net-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-pool-1.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/compress-lzf-1.0.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/dom4j-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ehcache-core-2.6.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ejb3-persistence-3.3.2.Beta1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/elasticsearch-2.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ezmorph-1.0.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/gson-2.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/guava-18.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/HdrHistogram-2.1.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-core-3.6.8.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-shards-3.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hppc-0.7.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hsqldb-1.7.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpasyncclient-4.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpclient-4.5.3.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-4.4.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-nio-4.4.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ion-java-1.0.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-common-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-core-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-daemon-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-legacy-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-parser-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-persistence-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-service-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itext-2.1.7.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-annotations-2.9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-asl-1.9.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-databind-2.9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-cbor-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-smile-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-yaml-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jasperreports-5.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/Java-WebSocket-1.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javamelody-core-1.63.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javassist-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javax.websocket-api-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jaxen-1.1-beta-8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jcommon-1.0.15.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdtcore-3.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-2.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-common-2.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jfreechart-1.0.12.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jimi-9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jmespath-java-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-convert-1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-time-2.8.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jodconverter-2.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jrobin-1.5.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jta-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsch-0.1.51.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-20140107.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-lib-2.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-simple-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsr166e-1.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/juh-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jurt-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/log4j-1.2.17.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-analyzers-common-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-core-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-grouping-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-highlighter-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-join-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-memory-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-misc-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queries-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queryparser-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-sandbox-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial3d-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-suggest-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mail-1.4.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mariadb-java-client-2.2.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mysql-connector-java-5.1.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.10.5.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.2.10.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ojdbc14-10.2.0.4.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/olap4j-1.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-schemas-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ridl-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/servlet-api-2.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/sigar-1.6.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-api-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-log4j12-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/snakeyaml-1.15.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spatial4j-0.4.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-aop-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-asm-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-beans-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-support-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-core-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-dao-1.2.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-expression-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-hibernate-1.2.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-jdbc-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-orm-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-tx-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-web-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-webmvc-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stax-api-1.0.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stringtemplate-3.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/t-digest-3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/unoil-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xalan-2.7.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xercesImpl-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xml-apis-1.3.02.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlbeans-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlParserAPIs-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlpull-1.1.3.4a.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xom-1.1.jar] | (Repositories set in the real loader) |
- loaderRepositoriesString | file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/classes/:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/activation-1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/antlr-2.7.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aopalliance-1.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/asm-3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aspectjweaver-1.5.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-acm-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-api-gateway-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-applicationautoscaling-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-appstream-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-athena-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-autoscaling-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-batch-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-budgets-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-clouddirectory-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudformation-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudfront-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudhsm-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudsearch-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudtrail-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatch-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatchmetrics-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codebuild-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codecommit-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codedeploy-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codepipeline-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codestar-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidentity-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidp-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitosync-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-config-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-core-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-costandusagereport-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-datapipeline-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dax-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-devicefarm-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directconnect-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directory-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-discovery-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dms-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dynamodb-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ec2-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecr-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecs-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-efs-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticache-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticbeanstalk-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancing-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancingv2-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticsearch-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elastictranscoder-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-emr-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-events-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-gamelift-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-glacier-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-greengrass-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-health-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iam-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-importexport-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-inspector-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iot-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kinesis-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kms-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lambda-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lex-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lexmodelbuilding-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lightsail-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-logs-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-machinelearning-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacecommerceanalytics-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplaceentitlement-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacemeteringservice-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-mechanicalturkrequester-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-models-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworks-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworkscm-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-organizations-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-pinpoint-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-polly-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rds-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-redshift-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rekognition-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-resourcegroupstaggingapi-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-route53-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-s3-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servermigration-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servicecatalog-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ses-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-shield-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpledb-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpleworkflow-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-snowball-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sns-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sqs-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ssm-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-stepfunctions-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-storagegateway-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sts-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-support-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-swf-libraries-1.11.22.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-waf-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workdocs-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workspaces-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-xray-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/c3p0-0.9.1.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/castor-1.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/cglib-2.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-beanutils-1.8.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-cli-1.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-codec-1.5.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-collections-3.2.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-digester-2.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-fileupload-1.2.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-httpclient-3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-io-2.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang-2.5.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang3-3.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-logging-1.1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-net-3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-pool-1.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/compress-lzf-1.0.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/dom4j-1.6.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ehcache-core-2.6.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ejb3-persistence-3.3.2.Beta1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/elasticsearch-2.1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ezmorph-1.0.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/gson-2.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/guava-18.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/HdrHistogram-2.1.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-core-3.6.8.Final.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-shards-3.0.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hppc-0.7.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hsqldb-1.7.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpasyncclient-4.1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpclient-4.5.3.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-4.4.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-nio-4.4.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ion-java-1.0.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-common-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-core-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-daemon-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-legacy-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-parser-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-persistence-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-service-0.0.1-SNAPSHOT.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itext-2.1.7.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-annotations-2.9.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-asl-1.9.13.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-databind-2.9.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-cbor-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-smile-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-yaml-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jasperreports-5.6.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/Java-WebSocket-1.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javamelody-core-1.63.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javassist-3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javax.websocket-api-1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jaxen-1.1-beta-8.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jcommon-1.0.15.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdtcore-3.1.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-2.0.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-common-2.0.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jfreechart-1.0.12.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jimi-9.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jmespath-java-1.11.175.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-convert-1.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-time-2.8.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jodconverter-2.2.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jrobin-1.5.9.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jta-1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsch-0.1.51.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-20140107.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-lib-2.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-simple-1.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsr166e-1.1.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/juh-2.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jurt-2.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/log4j-1.2.17.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-analyzers-common-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-core-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-grouping-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-highlighter-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-join-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-memory-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-misc-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queries-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queryparser-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-sandbox-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial3d-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-suggest-5.3.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mail-1.4.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mariadb-java-client-2.2.6.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mysql-connector-java-5.1.13.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.10.5.Final.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.2.10.Final.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ojdbc14-10.2.0.4.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/olap4j-1.1.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-3.8.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-3.8.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-schemas-3.8.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ridl-2.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/servlet-api-2.5.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/sigar-1.6.4.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-api-1.6.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-log4j12-1.6.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/snakeyaml-1.15.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spatial4j-0.4.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-aop-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-asm-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-beans-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-support-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-core-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-dao-1.2.9.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-expression-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-hibernate-1.2.9.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-jdbc-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-orm-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-tx-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-web-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-webmvc-3.0.5.RELEASE.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stax-api-1.0.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stringtemplate-3.2.1.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/t-digest-3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/unoil-2.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xalan-2.7.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xercesImpl-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xml-apis-1.3.02.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlbeans-2.3.0.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlParserAPIs-2.6.2.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlpull-1.1.3.4a.jar:file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xom-1.1.jar: | (Repositories set in the real loader) |
- modelerType | org.apache.catalina.loader.WebappLoader | (Type of the modeled resource. Can be set only once) |
- reloadable | false | (The reloadable flag for this Loader) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Factory for MBeans and corresponding components) | ||
- modelerType | org.apache.catalina.mbeans.MBeanFactory | (Type of the modeled resource. Can be set only once) |
(Standard implementation of the Manager interface) | ||
- activeSessions | 0 | (Number of active sessions at this moment) |
- className | org.apache.catalina.session.StandardManager | (Fully qualified class name of the managed object) |
- distributable | false | (The distributable flag for Sessions created by this Manager) |
- duplicates | 0 | (Number of duplicated session ids generated) |
- expiredSessions | 0 | (Number of sessions that expired ( doesn't include explicit invalidations )) |
- jvmRoute | null | (Retrieve the JvmRoute for the enclosing Engine) |
- maxActive | 0 | (Maximum number of active sessions so far) |
- maxActiveSessions | -1 | (The maximum number of active Sessions allowed, or -1 for no limit) |
- maxInactiveInterval | 1800 | (The default maximum inactive interval for Sessions created by this Manager) |
- modelerType | org.apache.catalina.session.StandardManager | (Type of the modeled resource. Can be set only once) |
- name | StandardManager | (The descriptive name of this Manager implementation (for logging)) |
- pathname | SESSIONS.ser | (Path name of the disk file in which active sessions) |
- processExpiresFrequency | 6 | (The frequency of the manager checks (expiration and passivation)) |
- processingTime | 0 | (Time spent doing housekeeping and expiration) |
- rejectedSessions | 0 | (Number of sessions we rejected due to maxActive beeing reached) |
- secureRandomAlgorithm | SHA1PRNG | (The secure random number generator algorithm name) |
- secureRandomClass | null | (The secure random number generator class name) |
- secureRandomProvider | null | (The secure random number generator provider name) |
- sessionAttributeNameFilter | null | |
- sessionAttributeValueClassNameFilter | null | (The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.) |
- sessionAverageAliveTime | 0 | (Average time an expired session had been alive) |
- sessionCounter | 0 | (Total number of sessions created by this manager) |
- sessionCreateRate | 0 | (Session creation rate in sessions per minute) |
- sessionExpireRate | 0 | (Session expiration rate in sessions per minute) |
- sessionIdLength | -1 | (The session id length (in bytes) of Sessions created by this Manager) |
- sessionMaxAliveTime | 0 | (Longest time an expired session had been alive) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- warnOnSessionAttributeFilterFailure | false | (Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?) |
(Standard implementation of the Manager interface) | ||
- activeSessions | 0 | (Number of active sessions at this moment) |
- className | org.apache.catalina.session.StandardManager | (Fully qualified class name of the managed object) |
- distributable | false | (The distributable flag for Sessions created by this Manager) |
- duplicates | 0 | (Number of duplicated session ids generated) |
- expiredSessions | 0 | (Number of sessions that expired ( doesn't include explicit invalidations )) |
- jvmRoute | null | (Retrieve the JvmRoute for the enclosing Engine) |
- maxActive | 0 | (Maximum number of active sessions so far) |
- maxActiveSessions | -1 | (The maximum number of active Sessions allowed, or -1 for no limit) |
- maxInactiveInterval | 1800 | (The default maximum inactive interval for Sessions created by this Manager) |
- modelerType | org.apache.catalina.session.StandardManager | (Type of the modeled resource. Can be set only once) |
- name | StandardManager | (The descriptive name of this Manager implementation (for logging)) |
- pathname | SESSIONS.ser | (Path name of the disk file in which active sessions) |
- processExpiresFrequency | 6 | (The frequency of the manager checks (expiration and passivation)) |
- processingTime | 0 | (Time spent doing housekeeping and expiration) |
- rejectedSessions | 0 | (Number of sessions we rejected due to maxActive beeing reached) |
- secureRandomAlgorithm | SHA1PRNG | (The secure random number generator algorithm name) |
- secureRandomClass | null | (The secure random number generator class name) |
- secureRandomProvider | null | (The secure random number generator provider name) |
- sessionAttributeNameFilter | null | |
- sessionAttributeValueClassNameFilter | null | (The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.) |
- sessionAverageAliveTime | 0 | (Average time an expired session had been alive) |
- sessionCounter | 0 | (Total number of sessions created by this manager) |
- sessionCreateRate | 0 | (Session creation rate in sessions per minute) |
- sessionExpireRate | 0 | (Session expiration rate in sessions per minute) |
- sessionIdLength | -1 | (The session id length (in bytes) of Sessions created by this Manager) |
- sessionMaxAliveTime | 0 | (Longest time an expired session had been alive) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- warnOnSessionAttributeFilterFailure | false | (Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?) |
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context) | ||
- container | StandardServer[8006] | (The container with which the naming resources are associated.) |
- environments | [] | (MBean Names of the set of defined environment entries for this web application) |
- modelerType | org.apache.catalina.deploy.NamingResourcesImpl | (Type of the modeled resource. Can be set only once) |
- resourceLinks | [] | (MBean Names of all the defined resource link references for this application.) |
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context) | ||
- container | StandardEngine[Catalina].StandardHost[localhost].StandardContext[] | (The container with which the naming resources are associated.) |
- environments | [] | (MBean Names of the set of defined environment entries for this web application) |
- modelerType | org.apache.catalina.deploy.NamingResourcesImpl | (Type of the modeled resource. Can be set only once) |
- resourceLinks | [] | (MBean Names of all the defined resource link references for this application.) |
(Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context) | ||
- container | StandardEngine[Catalina].StandardHost[localhost].StandardContext[/itcms] | (The container with which the naming resources are associated.) |
- environments | [] | (MBean Names of the set of defined environment entries for this web application) |
- modelerType | org.apache.catalina.deploy.NamingResourcesImpl | (Type of the modeled resource. Can be set only once) |
- resourceLinks | [] | (MBean Names of all the defined resource link references for this application.) |
- ajpFlush | true | (Introspected attribute ajpFlush) |
- aprRequired | false | (Introspected attribute aprRequired) |
- backlog | 100 | (Introspected attribute backlog) |
- clientCertProvider | null | (Introspected attribute clientCertProvider) |
- cometSupported | true | (Introspected attribute cometSupported) |
- cometTimeoutSupported | true | (Introspected attribute cometTimeoutSupported) |
- connectionCount | 1 | (Introspected attribute connectionCount) |
- connectionTimeout | 60000000 | (Introspected attribute connectionTimeout) |
- domain | Catalina | (Introspected attribute domain) |
- keepAliveTimeout | 60000000 | (Introspected attribute keepAliveTimeout) |
- localPort | 8010 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxThreads | 1000 | (Introspected attribute maxThreads) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.coyote.ajp.AjpNioProtocol | (Type of the modeled resource. Can be set only once) |
- name | "ajp-nio-8010" | (Introspected attribute name) |
- nameIndex | 2 | (Introspected attribute nameIndex) |
- objectName | Catalina:type=ProtocolHandler,port=8010 | (Introspected attribute objectName) |
- packetSize | 8192 | (Introspected attribute packetSize) |
- port | 8010 | (Introspected attribute port) |
- processorCache | 200 | (Introspected attribute processorCache) |
- sendfileSupported | false | (Introspected attribute sendfileSupported) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 60000000 | (Introspected attribute soTimeout) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- tomcatAuthentication | true | (Introspected attribute tomcatAuthentication) |
- tomcatAuthorization | false | (Introspected attribute tomcatAuthorization) |
- acceptorThreadPriority | 5 | (Introspected attribute acceptorThreadPriority) |
- algorithm | SunX509 | (Introspected attribute algorithm) |
- allowUnsafeLegacyRenegotiation | null | (Introspected attribute allowUnsafeLegacyRenegotiation) |
- allowedTrailerHeaders | (Introspected attribute allowedTrailerHeaders) | |
- aprRequired | false | (Introspected attribute aprRequired) |
- backlog | 100 | (Introspected attribute backlog) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Introspected attribute ciphers) |
- ciphersUsed | null | (Introspected attribute ciphersUsed) |
- clientAuth | false | (Introspected attribute clientAuth) |
- clientCertProvider | null | (Introspected attribute clientCertProvider) |
- cometSupported | true | (Introspected attribute cometSupported) |
- cometTimeoutSupported | true | (Introspected attribute cometTimeoutSupported) |
- compressableMimeType | text/html,text/xml,text/plain,text/css,text/javascript,application/javascript | (Introspected attribute compressableMimeType) |
- compressableMimeTypes | text/html,text/xml,text/plain,text/css,text/javascript,application/javascript | (Introspected attribute compressableMimeTypes) |
- compression | off | (Introspected attribute compression) |
- compressionMinSize | 2048 | (Introspected attribute compressionMinSize) |
- connectionCount | 2 | (Introspected attribute connectionCount) |
- connectionTimeout | 20000 | (Introspected attribute connectionTimeout) |
- connectionUploadTimeout | 300000 | (Introspected attribute connectionUploadTimeout) |
- crlFile | null | (Introspected attribute crlFile) |
- disableUploadTimeout | true | (Introspected attribute disableUploadTimeout) |
- domain | Catalina | (Introspected attribute domain) |
- endpoint | org.apache.tomcat.util.net.NioEndpoint@3cc38ff8 | (Introspected attribute endpoint) |
- keepAliveTimeout | 20000 | (Introspected attribute keepAliveTimeout) |
- keyAlias | null | (Introspected attribute keyAlias) |
- keyPass | null | (Introspected attribute keyPass) |
- keystoreFile | /home/itcms/.keystore | (Introspected attribute keystoreFile) |
- keystorePass | null | (Introspected attribute keystorePass) |
- keystoreProvider | null | (Introspected attribute keystoreProvider) |
- keystoreType | JKS | (Introspected attribute keystoreType) |
- localPort | 8080 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxExtensionSize | 8192 | (Introspected attribute maxExtensionSize) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxHttpHeaderSize | 8192 | (Introspected attribute maxHttpHeaderSize) |
- maxKeepAliveRequests | 100 | (Introspected attribute maxKeepAliveRequests) |
- maxSavePostSize | 4096 | (Introspected attribute maxSavePostSize) |
- maxSwallowSize | 2097152 | (Introspected attribute maxSwallowSize) |
- maxThreads | 200 | (Introspected attribute maxThreads) |
- maxTrailerSize | 8192 | (Introspected attribute maxTrailerSize) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.coyote.http11.Http11NioProtocol | (Type of the modeled resource. Can be set only once) |
- name | "http-nio-8080" | (Introspected attribute name) |
- nameIndex | 1 | (Introspected attribute nameIndex) |
- noCompressionUserAgents | null | (Introspected attribute noCompressionUserAgents) |
- objectName | Catalina:type=ProtocolHandler,port=8080 | (Introspected attribute objectName) |
- pollerThreadCount | 2 | (Introspected attribute pollerThreadCount) |
- pollerThreadPriority | 5 | (Introspected attribute pollerThreadPriority) |
- port | 8080 | (Introspected attribute port) |
- processorCache | 200 | (Introspected attribute processorCache) |
- restrictedUserAgents | null | (Introspected attribute restrictedUserAgents) |
- sSLEnabled | false | (Introspected attribute sSLEnabled) |
- secure | false | (Introspected attribute secure) |
- selectorTimeout | 1000 | (Introspected attribute selectorTimeout) |
- sendfileSupported | true | (Introspected attribute sendfileSupported) |
- server | null | (Introspected attribute server) |
- sessionCacheSize | null | (Introspected attribute sessionCacheSize) |
- sessionTimeout | 86400 | (Introspected attribute sessionTimeout) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 20000 | (Introspected attribute soTimeout) |
- socketBuffer | 9000 | (Introspected attribute socketBuffer) |
- sslImplementationName | null | (Introspected attribute sslImplementationName) |
- sslProtocol | TLS | (Introspected attribute sslProtocol) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- trustMaxCertLength | null | (Introspected attribute trustMaxCertLength) |
- truststoreAlgorithm | null | (Introspected attribute truststoreAlgorithm) |
- truststoreFile | null | (Introspected attribute truststoreFile) |
- truststorePass | null | (Introspected attribute truststorePass) |
- truststoreProvider | null | (Introspected attribute truststoreProvider) |
- truststoreType | null | (Introspected attribute truststoreType) |
- upgradeAsyncWriteBufferSize | 8192 | (Introspected attribute upgradeAsyncWriteBufferSize) |
- useSendfile | true | (Introspected attribute useSendfile) |
- acceptorThreadPriority | 5 | (Introspected attribute acceptorThreadPriority) |
- algorithm | SunX509 | (Introspected attribute algorithm) |
- allowUnsafeLegacyRenegotiation | null | (Introspected attribute allowUnsafeLegacyRenegotiation) |
- allowedTrailerHeaders | (Introspected attribute allowedTrailerHeaders) | |
- aprRequired | false | (Introspected attribute aprRequired) |
- backlog | 100 | (Introspected attribute backlog) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Introspected attribute ciphers) |
- ciphersUsed | [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA] | (Introspected attribute ciphersUsed) |
- clientAuth | false | (Introspected attribute clientAuth) |
- clientCertProvider | null | (Introspected attribute clientCertProvider) |
- cometSupported | true | (Introspected attribute cometSupported) |
- cometTimeoutSupported | true | (Introspected attribute cometTimeoutSupported) |
- compressableMimeType | text/html,text/xml,text/plain,text/css,text/javascript,application/javascript | (Introspected attribute compressableMimeType) |
- compressableMimeTypes | text/html,text/xml,text/plain,text/css,text/javascript,application/javascript | (Introspected attribute compressableMimeTypes) |
- compression | off | (Introspected attribute compression) |
- compressionMinSize | 2048 | (Introspected attribute compressionMinSize) |
- connectionCount | 1 | (Introspected attribute connectionCount) |
- connectionTimeout | 60000 | (Introspected attribute connectionTimeout) |
- connectionUploadTimeout | 300000 | (Introspected attribute connectionUploadTimeout) |
- crlFile | null | (Introspected attribute crlFile) |
- disableUploadTimeout | true | (Introspected attribute disableUploadTimeout) |
- domain | Catalina | (Introspected attribute domain) |
- endpoint | org.apache.tomcat.util.net.NioEndpoint@4b7e7ea4 | (Introspected attribute endpoint) |
- keepAliveTimeout | 60000 | (Introspected attribute keepAliveTimeout) |
- keyAlias | null | (Introspected attribute keyAlias) |
- keyPass | null | (Introspected attribute keyPass) |
- keystoreFile | /home/itcms/agent1-apache-tomcat/conf/agent.officesafer.com.jks | (Introspected attribute keystoreFile) |
- keystorePass | XFIW1KYY | (Introspected attribute keystorePass) |
- keystoreProvider | null | (Introspected attribute keystoreProvider) |
- keystoreType | JKS | (Introspected attribute keystoreType) |
- localPort | 9443 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxExtensionSize | 8192 | (Introspected attribute maxExtensionSize) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxHttpHeaderSize | 8192 | (Introspected attribute maxHttpHeaderSize) |
- maxKeepAliveRequests | 100 | (Introspected attribute maxKeepAliveRequests) |
- maxSavePostSize | 4096 | (Introspected attribute maxSavePostSize) |
- maxSwallowSize | 2097152 | (Introspected attribute maxSwallowSize) |
- maxThreads | 150 | (Introspected attribute maxThreads) |
- maxTrailerSize | 8192 | (Introspected attribute maxTrailerSize) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.coyote.http11.Http11NioProtocol | (Type of the modeled resource. Can be set only once) |
- name | "http-nio-9443" | (Introspected attribute name) |
- nameIndex | 3 | (Introspected attribute nameIndex) |
- noCompressionUserAgents | null | (Introspected attribute noCompressionUserAgents) |
- objectName | Catalina:type=ProtocolHandler,port=9443 | (Introspected attribute objectName) |
- pollerThreadCount | 2 | (Introspected attribute pollerThreadCount) |
- pollerThreadPriority | 5 | (Introspected attribute pollerThreadPriority) |
- port | 9443 | (Introspected attribute port) |
- processorCache | 200 | (Introspected attribute processorCache) |
- restrictedUserAgents | null | (Introspected attribute restrictedUserAgents) |
- sSLEnabled | true | (Introspected attribute sSLEnabled) |
- secure | true | (Introspected attribute secure) |
- selectorTimeout | 1000 | (Introspected attribute selectorTimeout) |
- sendfileSupported | true | (Introspected attribute sendfileSupported) |
- server | null | (Introspected attribute server) |
- sessionCacheSize | null | (Introspected attribute sessionCacheSize) |
- sessionTimeout | 86400 | (Introspected attribute sessionTimeout) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 60000 | (Introspected attribute soTimeout) |
- socketBuffer | 9000 | (Introspected attribute socketBuffer) |
- sslImplementationName | null | (Introspected attribute sslImplementationName) |
- sslProtocol | TLS | (Introspected attribute sslProtocol) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- trustMaxCertLength | null | (Introspected attribute trustMaxCertLength) |
- truststoreAlgorithm | null | (Introspected attribute truststoreAlgorithm) |
- truststoreFile | null | (Introspected attribute truststoreFile) |
- truststorePass | null | (Introspected attribute truststorePass) |
- truststoreProvider | null | (Introspected attribute truststoreProvider) |
- truststoreType | null | (Introspected attribute truststoreType) |
- upgradeAsyncWriteBufferSize | 8192 | (Introspected attribute upgradeAsyncWriteBufferSize) |
- useSendfile | true | (Introspected attribute useSendfile) |
(Realm implementation that can be used to wrap existing realms to provide a user lock-out capability) | ||
- allRolesMode | strict | (The all roles mode.) |
- cacheRemovalWarningTime | 3600 | (If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).) |
- cacheSize | 1000 | (Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.) |
- className | org.apache.catalina.realm.LockOutRealm | (Fully qualified class name of the managed object) |
- digest | null | (Digest algorithm used in storing passwords in a non-plaintext format) |
- digestEncoding | UTF-8 | (The digest encoding charset.) |
- failureCount | 5 | (The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.) |
- lockOutTime | 300 | (The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).) |
- modelerType | org.apache.catalina.realm.LockOutRealm | (Type of the modeled resource. Can be set only once) |
- realmPath | /realm0 | (The realm path) |
- realms | [Catalina:type=Realm,realmPath=/realm0/realm0] | (The set of realms that the lockout realm is wrapping) |
- validate | true | (The 'validate certificate chains' flag.) |
(Realm connected to a UserDatabase as a global JNDI resource) | ||
- allRolesMode | strict | (The all roles mode.) |
- className | org.apache.catalina.realm.UserDatabaseRealm | (Fully qualified class name of the managed object) |
- digest | null | (Digest algorithm used in storing passwords in a non-plaintext format) |
- digestEncoding | UTF-8 | (The digest encoding charset.) |
- modelerType | org.apache.catalina.realm.UserDatabaseRealm | (Type of the modeled resource. Can be set only once) |
- realmPath | /realm0/realm0 | (The realm path) |
- resourceName | UserDatabase | (The global JNDI name of the UserDatabase resource to use) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- validate | true | (The 'validate certificate chains' flag.) |
- bytesReceived | 65430 | (Introspected attribute bytesReceived) |
- bytesSent | 1025546 | (Introspected attribute bytesSent) |
- contentLength | -1 | (Introspected attribute contentLength) |
- currentQueryString | part=mbeans | (Introspected attribute currentQueryString) |
- currentUri | /itcms/monitoring | (Introspected attribute currentUri) |
- errorCount | 1 | (Introspected attribute errorCount) |
- globalProcessor | org.apache.coyote.RequestGroupInfo@21306a | (Introspected attribute globalProcessor) |
- lastRequestProcessingTime | 35 | (Introspected attribute lastRequestProcessingTime) |
- maxRequestUri | /itcms/monitoring | (Introspected attribute maxRequestUri) |
- maxTime | 737 | (Introspected attribute maxTime) |
- method | GET | (Introspected attribute method) |
- modelerType | org.apache.coyote.RequestInfo | (Type of the modeled resource. Can be set only once) |
- processingTime | 16288 | (Introspected attribute processingTime) |
- protocol | HTTP/1.1 | (Introspected attribute protocol) |
- remoteAddr | 127.0.0.1 | (Introspected attribute remoteAddr) |
- remoteAddrForwarded | 127.0.0.1 | (Introspected attribute remoteAddrForwarded) |
- requestBytesReceived | 0 | (Introspected attribute requestBytesReceived) |
- requestBytesSent | 0 | (Introspected attribute requestBytesSent) |
- requestCount | 243 | (Introspected attribute requestCount) |
- requestProcessingTime | 111 | (Introspected attribute requestProcessingTime) |
- rpName | Catalina:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest1 | (Introspected attribute rpName) |
- serverPort | 80 | (Introspected attribute serverPort) |
- stage | 3 | (Introspected attribute stage) |
- virtualHost | agent.officesafer.com | (Introspected attribute virtualHost) |
- workerThreadName | http-nio-8080-exec-5 | (Introspected attribute workerThreadName) |
- bytesReceived | 0 | (Introspected attribute bytesReceived) |
- bytesSent | 0 | (Introspected attribute bytesSent) |
- contentLength | -1 | (Introspected attribute contentLength) |
- currentQueryString | null | (Introspected attribute currentQueryString) |
- currentUri | null | (Introspected attribute currentUri) |
- errorCount | 0 | (Introspected attribute errorCount) |
- globalProcessor | org.apache.coyote.RequestGroupInfo@21306a | (Introspected attribute globalProcessor) |
- lastRequestProcessingTime | 498 | (Introspected attribute lastRequestProcessingTime) |
- maxRequestUri | /itcms/json.cmd | (Introspected attribute maxRequestUri) |
- maxTime | 498 | (Introspected attribute maxTime) |
- method | null | (Introspected attribute method) |
- modelerType | org.apache.coyote.RequestInfo | (Type of the modeled resource. Can be set only once) |
- processingTime | 498 | (Introspected attribute processingTime) |
- protocol | null | (Introspected attribute protocol) |
- remoteAddr | null | (Introspected attribute remoteAddr) |
- remoteAddrForwarded | null | (Introspected attribute remoteAddrForwarded) |
- requestBytesReceived | 0 | (Introspected attribute requestBytesReceived) |
- requestBytesSent | 0 | (Introspected attribute requestBytesSent) |
- requestCount | 1 | (Introspected attribute requestCount) |
- requestProcessingTime | 0 | (Introspected attribute requestProcessingTime) |
- rpName | Catalina:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest2 | (Introspected attribute rpName) |
- serverPort | -1 | (Introspected attribute serverPort) |
- stage | 7 | (Introspected attribute stage) |
- virtualHost | null | (Introspected attribute virtualHost) |
- workerThreadName | null | (Introspected attribute workerThreadName) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/adminItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/ctlItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/mgtItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/otherItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/adminItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/agt0Itcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/agt1Itcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/ctlItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/mgtItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | null | (The description of this resource) |
- name | jdbc/otherItcms | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | javax.sql.DataSource | (The type of this environment entry) |
(Representation of a resource reference for a web application) | ||
- auth | Container | (The authorization requirement for this resource) |
- description | User database that can be updated and saved | (The description of this resource) |
- name | UserDatabase | (The name of this resource) |
- scope | Shareable | (The sharing scope of this resource factory) |
- type | org.apache.catalina.UserDatabase | (The type of this environment entry) |
(Standard Server Component) | ||
- address | localhost | (The address on which we wait for shutdown commands.) |
- managedResource | StandardServer[8006] | (The managed resource this MBean is associated with) |
- modelerType | org.apache.catalina.core.StandardServer | (Type of the modeled resource. Can be set only once) |
- port | 8006 | (TCP port for shutdown messages) |
- serverInfo | Apache Tomcat/8.0.32 | (Tomcat server release identifier) |
- serviceNames | [Catalina:type=Service] | (Object names of all services we know about) |
- shutdown | SHUTDOWN | (Shutdown password) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Standard Service Component) | ||
- connectorNames | [Catalina:type=Connector,port=8080, Catalina:type=Connector,port=9443, Catalina:type=Connector,port=8010] | (ObjectNames of the connectors) |
- managedResource | StandardService[Catalina] | (The managed resource this MBean is associated with) |
- modelerType | org.apache.catalina.core.StandardService | (Type of the modeled resource. Can be set only once) |
- name | Catalina | (Unique name of this Service) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 1 | (Error count) |
- loadOnStartup | 1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 0 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 1 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | org.apache.catalina.servlets.DefaultServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | 3 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | org.apache.jasper.servlet.JspServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheIntegrityServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.CacheIntegrityServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.CacheServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=ConfigCacheServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.ConfigCacheServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptFileUploadServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.EncryptFileUploadServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.EncryptServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 1 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=FileUploadServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebFrontServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonFrontServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.JsonFrontServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 1 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 465 | (Maximum processing time of a request) |
- minTime | 1 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonSPWebFrontServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 10375 | (Total execution time of the servlet's service method) |
- requestCount | 199 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.serverplatform.channel.web.SPWebFrontServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 1 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=LoginCacheIntegrityServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.LoginCacheIntegrityServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 1 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=MessageCacheServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.MessageCacheServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=PolicyCacheServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.PolicyCacheServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SPFileUploadServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.serverplatform.channel.web.SPWebFrontServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SbpServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.SbpServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=UtmServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.UtmServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebDownloadServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebDownloadServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebFrontServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebFrontServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebImageUploadServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebImageFileUploadServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLoginServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebLoginServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLogoutServlet,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebLogoutServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | 1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=controller,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | org.springframework.web.servlet.DispatcherServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 1 | (Time taken to load the Servlet class) |
- countAllocated | 1 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | 1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 1 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 737 | (Maximum processing time of a request) |
- minTime | 0 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=default,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 6024 | (Total execution time of the servlet's service method) |
- requestCount | 45 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | org.apache.catalina.servlets.DefaultServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | 3 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 10 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=jsp,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | org.apache.jasper.servlet.JspServlet | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoMessage,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.websocket.WebSocketMessage | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Wrapper that represents an individual servlet definition) | ||
- asyncSupported | false | (Async support) |
- available | 0 | (The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) |
- backgroundProcessorDelay | -1 | (The processor delay for this component.) |
- classLoadTime | 0 | (Time taken to load the Servlet class) |
- countAllocated | 0 | (The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) |
- errorCount | 0 | (Error count) |
- loadOnStartup | -1 | (The load-on-startup order value (negative value means load on first call) for this servlet.) |
- loadTime | 0 | (Time taken to load and initialise the Servlet) |
- maxInstances | 20 | (Maximum number of STM instances.) |
- maxTime | 0 | (Maximum processing time of a request) |
- minTime | 9223372036854775807 | (Minimum processing time of a request) |
- modelerType | org.apache.catalina.core.StandardWrapper | (Type of the modeled resource. Can be set only once) |
- objectName | Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoStream,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- processingTime | 0 | (Total execution time of the servlet's service method) |
- requestCount | 0 | (Number of requests processed by this wrapper) |
- runAs | null | (The run-as identity for this servlet.) |
- servletClass | com.dsntech.itcms.core.comm.WebSocketStream | (The run-as identity for this servlet.) |
- singleThreadModel | false | (Does this servlet implement the SingleThreadModel interface?) |
- stateManageable | false | (State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- accessCount | 0 | (Introspected attribute accessCount) |
- byteEnabled | true | (Introspected attribute byteEnabled) |
- cacheSize | 200 | (Introspected attribute cacheSize) |
- charEnabled | false | (Introspected attribute charEnabled) |
- hitCount | 0 | (Introspected attribute hitCount) |
- modelerType | org.apache.tomcat.util.buf.StringCache | (Type of the modeled resource. Can be set only once) |
- trainThreshold | 20000 | (Introspected attribute trainThreshold) |
- acceptorThreadCount | 1 | (Introspected attribute acceptorThreadCount) |
- acceptorThreadPriority | 5 | (Introspected attribute acceptorThreadPriority) |
- algorithm | SunX509 | (Introspected attribute algorithm) |
- allowUnsafeLegacyRenegotiation | null | (Introspected attribute allowUnsafeLegacyRenegotiation) |
- backlog | 100 | (Introspected attribute backlog) |
- bindOnInit | true | (Introspected attribute bindOnInit) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Introspected attribute ciphers) |
- ciphersUsed | null | (Introspected attribute ciphersUsed) |
- clientAuth | false | (Introspected attribute clientAuth) |
- connectionCount | 1 | (Introspected attribute connectionCount) |
- crlFile | null | (Introspected attribute crlFile) |
- currentThreadCount | 0 | (Introspected attribute currentThreadCount) |
- currentThreadsBusy | 0 | (Introspected attribute currentThreadsBusy) |
- daemon | true | (Introspected attribute daemon) |
- deferAccept | false | (Introspected attribute deferAccept) |
- executorTerminationTimeoutMillis | 5000 | (Introspected attribute executorTerminationTimeoutMillis) |
- keepAliveCount | 0 | (Introspected attribute keepAliveCount) |
- keepAliveTimeout | 60000000 | (Introspected attribute keepAliveTimeout) |
- keyAlias | null | (Introspected attribute keyAlias) |
- keyPass | null | (Introspected attribute keyPass) |
- keystoreFile | /home/itcms/.keystore | (Introspected attribute keystoreFile) |
- keystorePass | null | (Introspected attribute keystorePass) |
- keystoreProvider | null | (Introspected attribute keystoreProvider) |
- keystoreType | JKS | (Introspected attribute keystoreType) |
- localPort | 8010 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxKeepAliveRequests | 100 | (Introspected attribute maxKeepAliveRequests) |
- maxThreads | 1000 | (Introspected attribute maxThreads) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.tomcat.util.net.NioEndpoint | (Type of the modeled resource. Can be set only once) |
- name | ajp-nio-8010 | (Introspected attribute name) |
- oomParachute | 1048576 | (Introspected attribute oomParachute) |
- paused | false | (Introspected attribute paused) |
- pollerThreadCount | 2 | (Introspected attribute pollerThreadCount) |
- pollerThreadPriority | 5 | (Introspected attribute pollerThreadPriority) |
- port | 8010 | (Introspected attribute port) |
- running | true | (Introspected attribute running) |
- sSLEnabled | false | (Introspected attribute sSLEnabled) |
- selectorPool | org.apache.tomcat.util.net.NioSelectorPool@29014a79 | (Introspected attribute selectorPool) |
- selectorTimeout | 1000 | (Introspected attribute selectorTimeout) |
- sessionCacheSize | null | (Introspected attribute sessionCacheSize) |
- sessionTimeout | 86400 | (Introspected attribute sessionTimeout) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 60000000 | (Introspected attribute soTimeout) |
- socketProperties | org.apache.tomcat.util.net.SocketProperties@39eb5508 | (Introspected attribute socketProperties) |
- sslEnabledProtocolsArray | [] | (Introspected attribute sslEnabledProtocolsArray) |
- sslProtocol | TLS | (Introspected attribute sslProtocol) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- trustManagerClassName | null | (Introspected attribute trustManagerClassName) |
- trustMaxCertLength | null | (Introspected attribute trustMaxCertLength) |
- truststoreAlgorithm | null | (Introspected attribute truststoreAlgorithm) |
- truststoreFile | null | (Introspected attribute truststoreFile) |
- truststorePass | null | (Introspected attribute truststorePass) |
- truststoreProvider | null | (Introspected attribute truststoreProvider) |
- truststoreType | null | (Introspected attribute truststoreType) |
- useComet | true | (Introspected attribute useComet) |
- useCometTimeout | true | (Introspected attribute useCometTimeout) |
- usePolling | true | (Introspected attribute usePolling) |
- useSendfile | false | (Introspected attribute useSendfile) |
- useServerCipherSuitesOrder | (Introspected attribute useServerCipherSuitesOrder) |
- acceptorThreadCount | 1 | (Introspected attribute acceptorThreadCount) |
- acceptorThreadPriority | 5 | (Introspected attribute acceptorThreadPriority) |
- algorithm | SunX509 | (Introspected attribute algorithm) |
- allowUnsafeLegacyRenegotiation | null | (Introspected attribute allowUnsafeLegacyRenegotiation) |
- backlog | 100 | (Introspected attribute backlog) |
- bindOnInit | true | (Introspected attribute bindOnInit) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Introspected attribute ciphers) |
- ciphersUsed | null | (Introspected attribute ciphersUsed) |
- clientAuth | false | (Introspected attribute clientAuth) |
- connectionCount | 2 | (Introspected attribute connectionCount) |
- crlFile | null | (Introspected attribute crlFile) |
- currentThreadCount | 10 | (Introspected attribute currentThreadCount) |
- currentThreadsBusy | 1 | (Introspected attribute currentThreadsBusy) |
- daemon | true | (Introspected attribute daemon) |
- deferAccept | false | (Introspected attribute deferAccept) |
- executorTerminationTimeoutMillis | 5000 | (Introspected attribute executorTerminationTimeoutMillis) |
- keepAliveCount | 1 | (Introspected attribute keepAliveCount) |
- keepAliveTimeout | 20000 | (Introspected attribute keepAliveTimeout) |
- keyAlias | null | (Introspected attribute keyAlias) |
- keyPass | null | (Introspected attribute keyPass) |
- keystoreFile | /home/itcms/.keystore | (Introspected attribute keystoreFile) |
- keystorePass | null | (Introspected attribute keystorePass) |
- keystoreProvider | null | (Introspected attribute keystoreProvider) |
- keystoreType | JKS | (Introspected attribute keystoreType) |
- localPort | 8080 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxKeepAliveRequests | 100 | (Introspected attribute maxKeepAliveRequests) |
- maxThreads | 200 | (Introspected attribute maxThreads) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.tomcat.util.net.NioEndpoint | (Type of the modeled resource. Can be set only once) |
- name | http-nio-8080 | (Introspected attribute name) |
- oomParachute | 1048576 | (Introspected attribute oomParachute) |
- paused | false | (Introspected attribute paused) |
- pollerThreadCount | 2 | (Introspected attribute pollerThreadCount) |
- pollerThreadPriority | 5 | (Introspected attribute pollerThreadPriority) |
- port | 8080 | (Introspected attribute port) |
- running | true | (Introspected attribute running) |
- sSLEnabled | false | (Introspected attribute sSLEnabled) |
- selectorPool | org.apache.tomcat.util.net.NioSelectorPool@3b0be165 | (Introspected attribute selectorPool) |
- selectorTimeout | 1000 | (Introspected attribute selectorTimeout) |
- sessionCacheSize | null | (Introspected attribute sessionCacheSize) |
- sessionTimeout | 86400 | (Introspected attribute sessionTimeout) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 20000 | (Introspected attribute soTimeout) |
- socketProperties | org.apache.tomcat.util.net.SocketProperties@582bbc7d | (Introspected attribute socketProperties) |
- sslEnabledProtocolsArray | [] | (Introspected attribute sslEnabledProtocolsArray) |
- sslProtocol | TLS | (Introspected attribute sslProtocol) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- trustManagerClassName | null | (Introspected attribute trustManagerClassName) |
- trustMaxCertLength | null | (Introspected attribute trustMaxCertLength) |
- truststoreAlgorithm | null | (Introspected attribute truststoreAlgorithm) |
- truststoreFile | null | (Introspected attribute truststoreFile) |
- truststorePass | null | (Introspected attribute truststorePass) |
- truststoreProvider | null | (Introspected attribute truststoreProvider) |
- truststoreType | null | (Introspected attribute truststoreType) |
- useComet | true | (Introspected attribute useComet) |
- useCometTimeout | true | (Introspected attribute useCometTimeout) |
- usePolling | true | (Introspected attribute usePolling) |
- useSendfile | true | (Introspected attribute useSendfile) |
- useServerCipherSuitesOrder | (Introspected attribute useServerCipherSuitesOrder) |
- acceptorThreadCount | 1 | (Introspected attribute acceptorThreadCount) |
- acceptorThreadPriority | 5 | (Introspected attribute acceptorThreadPriority) |
- algorithm | SunX509 | (Introspected attribute algorithm) |
- allowUnsafeLegacyRenegotiation | null | (Introspected attribute allowUnsafeLegacyRenegotiation) |
- backlog | 100 | (Introspected attribute backlog) |
- bindOnInit | true | (Introspected attribute bindOnInit) |
- ciphers | HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 | (Introspected attribute ciphers) |
- ciphersUsed | [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA] | (Introspected attribute ciphersUsed) |
- clientAuth | false | (Introspected attribute clientAuth) |
- connectionCount | 1 | (Introspected attribute connectionCount) |
- crlFile | null | (Introspected attribute crlFile) |
- currentThreadCount | 0 | (Introspected attribute currentThreadCount) |
- currentThreadsBusy | 0 | (Introspected attribute currentThreadsBusy) |
- daemon | true | (Introspected attribute daemon) |
- deferAccept | false | (Introspected attribute deferAccept) |
- executorTerminationTimeoutMillis | 5000 | (Introspected attribute executorTerminationTimeoutMillis) |
- keepAliveCount | 0 | (Introspected attribute keepAliveCount) |
- keepAliveTimeout | 60000 | (Introspected attribute keepAliveTimeout) |
- keyAlias | null | (Introspected attribute keyAlias) |
- keyPass | null | (Introspected attribute keyPass) |
- keystoreFile | /home/itcms/agent1-apache-tomcat/conf/agent.officesafer.com.jks | (Introspected attribute keystoreFile) |
- keystorePass | XFIW1KYY | (Introspected attribute keystorePass) |
- keystoreProvider | null | (Introspected attribute keystoreProvider) |
- keystoreType | JKS | (Introspected attribute keystoreType) |
- localPort | 9443 | (Introspected attribute localPort) |
- maxConnections | 10000 | (Introspected attribute maxConnections) |
- maxHeaderCount | 100 | (Introspected attribute maxHeaderCount) |
- maxKeepAliveRequests | 100 | (Introspected attribute maxKeepAliveRequests) |
- maxThreads | 150 | (Introspected attribute maxThreads) |
- minSpareThreads | 10 | (Introspected attribute minSpareThreads) |
- modelerType | org.apache.tomcat.util.net.NioEndpoint | (Type of the modeled resource. Can be set only once) |
- name | http-nio-9443 | (Introspected attribute name) |
- oomParachute | 1048576 | (Introspected attribute oomParachute) |
- paused | false | (Introspected attribute paused) |
- pollerThreadCount | 2 | (Introspected attribute pollerThreadCount) |
- pollerThreadPriority | 5 | (Introspected attribute pollerThreadPriority) |
- port | 9443 | (Introspected attribute port) |
- running | true | (Introspected attribute running) |
- sSLEnabled | true | (Introspected attribute sSLEnabled) |
- selectorPool | org.apache.tomcat.util.net.NioSelectorPool@110d82f1 | (Introspected attribute selectorPool) |
- selectorTimeout | 1000 | (Introspected attribute selectorTimeout) |
- sessionCacheSize | null | (Introspected attribute sessionCacheSize) |
- sessionTimeout | 86400 | (Introspected attribute sessionTimeout) |
- soLinger | -1 | (Introspected attribute soLinger) |
- soTimeout | 60000 | (Introspected attribute soTimeout) |
- socketProperties | org.apache.tomcat.util.net.SocketProperties@15f32640 | (Introspected attribute socketProperties) |
- sslEnabledProtocolsArray | [] | (Introspected attribute sslEnabledProtocolsArray) |
- sslProtocol | TLS | (Introspected attribute sslProtocol) |
- tcpNoDelay | true | (Introspected attribute tcpNoDelay) |
- threadPriority | 5 | (Introspected attribute threadPriority) |
- trustManagerClassName | null | (Introspected attribute trustManagerClassName) |
- trustMaxCertLength | null | (Introspected attribute trustMaxCertLength) |
- truststoreAlgorithm | null | (Introspected attribute truststoreAlgorithm) |
- truststoreFile | null | (Introspected attribute truststoreFile) |
- truststorePass | null | (Introspected attribute truststorePass) |
- truststoreProvider | null | (Introspected attribute truststoreProvider) |
- truststoreType | null | (Introspected attribute truststoreType) |
- useComet | true | (Introspected attribute useComet) |
- useCometTimeout | true | (Introspected attribute useCometTimeout) |
- usePolling | true | (Introspected attribute usePolling) |
- useSendfile | true | (Introspected attribute useSendfile) |
- useServerCipherSuitesOrder | (Introspected attribute useServerCipherSuitesOrder) |
(Valve that implements the default basic behavior for the StandardContext container implementation) | ||
- asyncSupported | true | (Does this valve support async reporting?) |
- className | org.apache.catalina.core.StandardContextValve | (Fully qualified class name of the managed object) |
- modelerType | org.apache.catalina.core.StandardContextValve | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(An Authenticator and Valve implementation of HTTP BASIC Authentication) | ||
- alwaysUseSession | false | (Should a session always be used once a user is authenticated?) |
- cache | true | (Should we cache authenticated Principals if the request is part of an HTTP session?) |
- changeSessionIdOnAuthentication | true | (Controls if the session ID is changed if a session exists at the point where users are authenticated) |
- className | org.apache.catalina.authenticator.BasicAuthenticator | (Fully qualified class name of the managed object) |
- disableProxyCaching | true | (Controls the caching of pages that are protected by security constraints) |
- modelerType | org.apache.catalina.authenticator.BasicAuthenticator | (Type of the modeled resource. Can be set only once) |
- securePagesWithPragma | false | (Controls the caching of pages that are protected by security constraints) |
- secureRandomAlgorithm | SHA1PRNG | (The name of the algorithm to use for SSO session ID generation) |
- secureRandomClass | null | (The name of the class to use for SSO session ID generation) |
- secureRandomProvider | null | (The name of the provider to use for SSO session ID generation) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Valve that implements the default basic behavior for the StandardContext container implementation) | ||
- asyncSupported | true | (Does this valve support async reporting?) |
- className | org.apache.catalina.core.StandardContextValve | (Fully qualified class name of the managed object) |
- modelerType | org.apache.catalina.core.StandardContextValve | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Valve that generates a web server access log) | ||
- asyncSupported | true | (Does this valve support async reporting.) |
- buffered | true | (Flag to buffering.) |
- checkExists | false | (Check for file existence before logging.) |
- className | org.apache.catalina.valves.AccessLogValve | (Fully qualified class name of the managed object) |
- condition | null | (The value to look for conditional logging. The same as conditionUnless.) |
- conditionIf | null | (The value to look for conditional logging.) |
- conditionUnless | null | (The value to look for conditional logging.) |
- directory | logs | (The directory in which log files are created) |
- enabled | true | (Enable Access Logging) |
- encoding | null | (Character set used to write the log file) |
- fileDateFormat | .yyyy-MM-dd | (The format for the date for date based log rotation) |
- locale | ko_KR | (The locale used to format timestamps in the access log lines) |
- modelerType | org.apache.catalina.valves.AccessLogValve | (Type of the modeled resource. Can be set only once) |
- pattern | %h %l %u %t "%r" %s %b | (The pattern used to format our access log lines) |
- prefix | localhost_access_log | (The prefix that is added to log file filenames) |
- renameOnRotate | false | (Flag to defer inclusion of the date stamp in the log file name until rotation.) |
- rotatable | true | (Flag to indicate automatic log rotation.) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- suffix | .txt | (The suffix that is added to log file filenames) |
(Implementation of a Valve that outputs HTML error pages) | ||
- asyncSupported | true | (Does this valve support async reporting.) |
- className | org.apache.catalina.valves.ErrorReportValve | (Fully qualified class name of the managed object) |
- modelerType | org.apache.catalina.valves.ErrorReportValve | (Type of the modeled resource. Can be set only once) |
- showReport | true | (Enables/Disables full error reports) |
- showServerInfo | true | (Enables/Disables server info on error pages) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Valve that implements the default basic behavior for the StandardHost container implementation) | ||
- asyncSupported | true | (Does this valve support async reporting?) |
- className | org.apache.catalina.core.StandardHostValve | (Fully qualified class name of the managed object) |
- modelerType | org.apache.catalina.core.StandardHostValve | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Valve that implements the default basic behavior for the StandardEngine container implementation) | ||
- asyncSupported | true | (Does this valve support async reporting?) |
- className | org.apache.catalina.core.StandardEngineValve | (Fully qualified class name of the managed object) |
- modelerType | org.apache.catalina.core.StandardEngineValve | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Standard Context Component) | ||
- altDDName | null | (The alternate deployment descriptor name.) |
- antiResourceLocking | false | (Take care to not lock resources) |
- baseName | ROOT | (The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).) |
- children | [Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none] | (Object names of all children) |
- clearReferencesStatic | false | (Should Tomcat attempt to null out any static or final fields from loaded classes when a web application is stopped as a work around for apparent garbage collection bugs and application coding errors?) |
- clearReferencesStopThreads | false | (Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.) |
- clearReferencesStopTimerThreads | false | (Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.) |
- configFile | null | (Location of the context.xml resource or file) |
- configured | true | (The correctly configured flag for this Context.) |
- cookies | true | (Should we attempt to use cookies for session id communication?) |
- crossContext | false | (Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?) |
- defaultContextXml | null | (Location of the default context.xml resource or file) |
- defaultWebXml | null | (Location of the default web.xml resource or file) |
- delegate | false | |
- deploymentDescriptor | <?xml version="1.0" encoding="ISO-8859-1"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.--><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1" metadata-complete="true"> <display-name>Welcome to Tomcat</display-name> <description> Welcome to Tomcat </description></web-app> | (String deployment descriptor ) |
- displayName | Welcome to Tomcat | (The display name of this web application) |
- distributable | false | (The distributable flag for this web application.) |
- docBase | ROOT | (The document root for this web application) |
- encodedPath | (The encoded path) | |
- errorCount | 1 | (Cumulative error count of all servlets in this context) |
- ignoreAnnotations | true | (Ignore annotations flag.) |
- instanceManager | org.apache.catalina.core.DefaultInstanceManager@45d621f7 | (Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestory handling) |
- javaVMs | null | (The Java virtual machines on which this module is running) |
- loader | WebappLoader[] | (Associated loader.) |
- logEffectiveWebXml | false | (Should the effective web.xml be logged when the context starts?) |
- logger | org.apache.juli.logging.DirectJDKLog@5f400f76 | (Associated logger.) |
- managedResource | StandardEngine[Catalina].StandardHost[localhost].StandardContext[] | (The managed resource this MBean is associated with) |
- manager | org.apache.catalina.session.StandardManager[] | (Associated manager.) |
- mapperContextRootRedirectEnabled | true | (Should the Mapper be used for context root redirects) |
- mapperDirectoryRedirectEnabled | false | (Should the Mapper be used for directory redirects) |
- maxTime | 0 | (Maximum execution time of all servlets in this context) |
- minTime | 0 | (Minimum execution time of all servlets in this context) |
- modelerType | org.apache.catalina.core.StandardContext | (Type of the modeled resource. Can be set only once) |
- name | (The name of this Context) | |
- namingContextListener | org.apache.catalina.core.NamingContextListener@70a91a0 | (Associated naming context listener.) |
- objectName | Catalina:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- originalDocBase | null | (The original document root for this web application) |
- override | false | (The default context.xml override flag for this web application) |
- parentClassLoader | java.net.URLClassLoader@3af49f1c | (Parent class loader.) |
- path | (The context path for this Context) | |
- paused | false | (The request processing pause flag (while reloading occurs)) |
- privileged | false | (Access to tomcat internals) |
- processingTime | 0 | (Cumulative execution times of all servlets in this context) |
- publicId | null | (The public identifier of the DTD for the web application deployment descriptor version that is being parsed) |
- realm | Realm[LockOutRealm] | (Associated realm.) |
- reloadable | false | (The reloadable flag for this web application) |
- renewThreadsWhenStoppingContext | true | (Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.) |
- requestCount | 1 | (Cumulative request count of all servlets in this context) |
- server | null | (The J2EE Server this module is deployed on) |
- servlets | [Catalina:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/,name=jsp,J2EEApplication=none,J2EEServer=none] | (Deprecated. JSR77 list of servlets) |
- sessionCookieDomain | null | (The domain to use for session cookies.'null' indicates that the domain is controlled by the application.) |
- sessionCookieName | null | (The name to use for session cookies.'null' indicates that the name is controlled by the application.) |
- sessionCookiePath | null | (The path to use for session cookies.'null' indicates that the path is controlled by the application.) |
- sessionTimeout | 30 | (The session timeout (in minutes) for this web application) |
- startTime | 1747002617155 | (Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started) |
- startupTime | 0 | (Time (in milliseconds) it took to start this context) |
- stateManageable | true | (Deprecated. State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- swallowOutput | false | (Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet) |
- tldScanTime | 0 | (Time spend scanning jars for TLDs for this context) |
- tldValidation | false | (Should the parsing of *.tld files be performed by a validating parser?) |
- unloadDelay | 2000 | (Amount of ms that the container will wait for servlets to unload) |
- unpackWAR | true | (Unpack WAR property) |
- useHttpOnly | true | (Indicates that session cookies should use HttpOnly) |
- useNaming | true | (Create a JNDI naming context for this application?) |
- useRelativeRedirects | true | (When generating location headers for 302 responses, should a relative URI be used?) |
- webappVersion | (The version of this web application - used in parallel deployment to differentiate different versions of the same web application) | |
- welcomeFiles | [index.html, index.htm, index.jsp] | (The welcome files for this context) |
- workDir | work/Catalina/localhost/ROOT | (The pathname to the work directory for this context) |
- xmlNamespaceAware | false | (Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?) |
- xmlValidation | false | (Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?) |
(Standard Context Component) | ||
- altDDName | null | (The alternate deployment descriptor name.) |
- antiResourceLocking | false | (Take care to not lock resources) |
- baseName | itcms | (The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).) |
- children | [Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonSPWebFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=controller,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SbpServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=jsp,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=LoginCacheIntegrityServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebImageUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=MessageCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLoginServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=FileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=ConfigCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheIntegrityServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SPFileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=default,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=PolicyCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoMessage,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=UtmServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLogoutServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptFileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebDownloadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoStream,J2EEApplication=none,J2EEServer=none] | (Object names of all children) |
- clearReferencesStatic | false | (Should Tomcat attempt to null out any static or final fields from loaded classes when a web application is stopped as a work around for apparent garbage collection bugs and application coding errors?) |
- clearReferencesStopThreads | false | (Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.) |
- clearReferencesStopTimerThreads | false | (Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.) |
- configFile | null | (Location of the context.xml resource or file) |
- configured | true | (The correctly configured flag for this Context.) |
- cookies | true | (Should we attempt to use cookies for session id communication?) |
- crossContext | false | (Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?) |
- defaultContextXml | null | (Location of the default context.xml resource or file) |
- defaultWebXml | null | (Location of the default web.xml resource or file) |
- delegate | false | |
- deploymentDescriptor | <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4" xmlns:jsp="http://java.sun.com/xml/ns/javaee/jsp" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <!-- Copyright (c) 2011 dsntech All rights reserved. date : 2011.07.18 author : so,byonggyu --> <display-name>ITCMS Workbench</display-name> <description>ITCMS Workbench powered by dsntech Server Bridge Framework</description> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> <servlet> <servlet-name>controller</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <!-- <servlet-mapping> <servlet-name>dispatcher</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> --> <filter> <filter-name>encodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <param-value>UTF-8</param-value> </init-param> </filter> <filter-mapping> <filter-name>encodingFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <!-- 서로 다른 서블릿(DispatcherServlet)이 공통빈을 사용하는 경우, ContextLoaderListener를 사용하여 공통으로 빈을 설정할 수 있다. ContextLoaderListener를 ServletListener로 등록하고, contextConfigLocation 컨텍스트 파라미터를 이용하여 공통으로 사용될 빈 정보를 담고있는 설정파일 목록을 지정하면 된다. --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:config/commonbeans/**/*.xml</param-value> </context-param> <servlet> <servlet-name>JsonSPWebFrontServlet</servlet-name> <servlet-class>com.dsntech.serverplatform.channel.web.SPWebFrontServlet</servlet-class> <init-param> <param-name>RequestHandlerId</param-name> <param-value>sp.channel.IJsonRequestHandler</param-value> </init-param> <init-param> <param-name>ApplicationControllerId</param-name> <param-value>sp.channel.web.IWebApplicationController</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>JsonSPWebFrontServlet</servlet-name> <url-pattern>/json.cmd</url-pattern> </servlet-mapping> <!-- SP 내부 파일업로드 요청 처리 --> <servlet> <servlet-name>SPFileUploadServlet</servlet-name> <servlet-class>com.dsntech.serverplatform.channel.web.SPWebFrontServlet</servlet-class> <init-param> <param-name>RequestHandlerId</param-name> <param-value>sp.channel.IFileUploadRequestHandler</param-value> </init-param> <init-param> <param-name>ApplicationControllerId</param-name> <param-value>sp.channel.web.IWebApplicationController</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>SPFileUploadServlet</servlet-name> <url-pattern>/uupload.cmd</url-pattern> </servlet-mapping> <servlet> <servlet-name>JsonFrontServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.JsonFrontServlet</servlet-class> <!--init-param> <param-name>enablePooling</param-name> <param-value>false</param-value> </init-param--> </servlet> <servlet-mapping> <servlet-name>JsonFrontServlet</servlet-name> <url-pattern>/jjson.cmd</url-pattern> </servlet-mapping> <servlet> <servlet-name>WebFrontServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebFrontServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>WebFrontServlet</servlet-name> <url-pattern>/webjson.cmd</url-pattern> </servlet-mapping> <servlet> <servlet-name>WebLoginServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebLoginServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>WebLoginServlet</servlet-name> <url-pattern>/login.cmd</url-pattern> </servlet-mapping> <servlet> <servlet-name>WebLogoutServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebLogoutServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>WebLogoutServlet</servlet-name> <url-pattern>/logout.cmd</url-pattern> </servlet-mapping> <!-- SKT SBP 요청 처리 --> <servlet> <servlet-name>SbpServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.SbpServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>SbpServlet</servlet-name> <url-pattern>/sbp.cmd</url-pattern> </servlet-mapping> <!-- UTM 요청 처리 --> <servlet> <servlet-name>UtmServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.UtmServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>UtmServlet</servlet-name> <url-pattern>/utm.cmd</url-pattern> </servlet-mapping> <!-- 정책 캐쉬 요청 처리 --> <servlet> <servlet-name>PolicyCacheServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.PolicyCacheServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>PolicyCacheServlet</servlet-name> <url-pattern>/pc</url-pattern> </servlet-mapping> <!-- 메시지,취약성 캐쉬 요청 처리 --> <servlet> <servlet-name>MessageCacheServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.MessageCacheServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>MessageCacheServlet</servlet-name> <url-pattern>/mc</url-pattern> </servlet-mapping> <!-- 환경 캐쉬 요청 처리 --> <servlet> <servlet-name>ConfigCacheServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.ConfigCacheServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>ConfigCacheServlet</servlet-name> <url-pattern>/cc</url-pattern> </servlet-mapping> <!-- 통합 캐쉬 요청 처리 --> <servlet> <servlet-name>CacheServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.CacheServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>CacheServlet</servlet-name> <url-pattern>/c</url-pattern> </servlet-mapping> <!-- Agetn 캐쉬 데이터 추가 --> <servlet> <servlet-name>CacheIntegrityServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.CacheIntegrityServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>CacheIntegrityServlet</servlet-name> <url-pattern>/ci</url-pattern> </servlet-mapping> <!-- web login 캐쉬 데이터 추가 --> <servlet> <servlet-name>LoginCacheIntegrityServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.LoginCacheIntegrityServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>LoginCacheIntegrityServlet</servlet-name> <url-pattern>/li</url-pattern> </servlet-mapping> <!-- 내부 파일업로드 요청 처리 --> <servlet> <servlet-name>FileUploadServlet</servlet-name> <!--servlet-class>com.yamaia.serverbridge.channel.web.SBWebFrontServlet</servlet-class--> <servlet-class>com.dsntech.itcms.core.comm.WebFrontServlet</servlet-class> <!-- init-param> <param-name>RequestHandlerId</param-name> <param-value>sb.channel.IFileUploadRequestHandler</param-value> </init-param> <init-param> <param-name>ApplicationControllerId</param-name> <param-value>sb.channel.web.IWebApplicationController</param-value> </init-param--> </servlet> <servlet-mapping> <servlet-name>FileUploadServlet</servlet-name> <url-pattern>/upload.cmd</url-pattern> </servlet-mapping> <!-- 암호화 파일 업로드 요청 처리 --> <servlet> <servlet-name>EncryptFileUploadServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.EncryptFileUploadServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>EncryptFileUploadServlet</servlet-name> <url-pattern>/encfilupload.cmd</url-pattern> </servlet-mapping> <servlet> <servlet-name>WebImageUploadServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebImageFileUploadServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>WebImageUploadServlet</servlet-name> <url-pattern>/imageupload.cmd</url-pattern> </servlet-mapping> <!-- 다운로드 요청 처리 --> <servlet> <servlet-name>WebDownloadServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebDownloadServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>WebDownloadServlet</servlet-name> <url-pattern>/download.cmd</url-pattern> </servlet-mapping> <!-- 암호화 키 요청 처리 --> <servlet> <servlet-name>EncryptServlet</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.EncryptServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>EncryptServlet</servlet-name> <url-pattern>/encrypt.cmd</url-pattern> </servlet-mapping> <resource-ref> <res-ref-name>jdbc/ctlItcms</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> <resource-ref> <res-ref-name>jdbc/mgtItcms</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> <resource-ref> <res-ref-name>jdbc/agt0Itcms</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> <resource-ref> <res-ref-name>jdbc/agt1Itcms</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref> <!-- javamelody monitoring --> <filter> <filter-name>monitoring</filter-name> <filter-class>net.bull.javamelody.MonitoringFilter</filter-class> </filter> <filter-mapping> <filter-name>monitoring</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>net.bull.javamelody.SessionListener</listener-class> </listener> <!-- loging for javamelody monitoring --> <login-config> <auth-method>BASIC</auth-method> <realm-name>Monitoring</realm-name> </login-config> <security-role> <role-name>monitoring</role-name> </security-role> <!-- security-constraint> <web-resource-collection> <web-resource-name>Monitoring</web-resource-name> <url-pattern>/monitoring</url-pattern> </web-resource-collection> <auth-constraint> <role-name>monitoring</role-name> </auth-constraint> </security-constraint--> <!-- %TOMCAT_HOME%/conf/tomcat-users.xml --> <!-- ============================================================================== --> <!-- ...... <role rolename="monitoring"/> <user username="itcms" password="1q2w3e4r" roles="monitoring"/> ...... --> <!-- ============================================================================== --> <!-- WebSocket Examples --> <servlet> <servlet-name>wsEchoStream</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.WebSocketStream</servlet-class> </servlet> <servlet-mapping> <servlet-name>wsEchoStream</servlet-name> <url-pattern>/websocket/echoStream</url-pattern> </servlet-mapping> <servlet> <servlet-name>wsEchoMessage</servlet-name> <servlet-class>com.dsntech.itcms.core.comm.websocket.WebSocketMessage</servlet-class> <!-- Uncomment the following block to increase the default maximum WebSocket buffer size from 2MB to 20MB which is required for the Autobahn test suite to pass fully. --> <!-- <init-param> <param-name>byteBufferMaxSize</param-name> <param-value>20971520</param-value> </init-param> <init-param> <param-name>charBufferMaxSize</param-name> <param-value>20971520</param-value> </init-param> --> </servlet> <servlet-mapping> <servlet-name>wsEchoMessage</servlet-name> <url-pattern>/wsm.cmd</url-pattern> </servlet-mapping> <error-page> <error-code>400</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>401</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>403</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>404</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>405</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>500</error-code> <location>/error.html</location> </error-page> <error-page> <error-code>501</error-code> <location>/error.html</location> </error-page> <security-constraint> <display-name>Example Security Constraint</display-name> <web-resource-collection> <web-resource-name>Protected Area</web-resource-name> <!-- Define the context-relative URL(s) to be protected --> <url-pattern>/*</url-pattern> <!-- If you list http methods, only those methods are protected--> <http-method>DELETE</http-method> <http-method>TRACE</http-method> <http-method>PUT</http-method> </web-resource-collection> <auth-constraint> <!-- Anyone with one of the listed roles may access this area --> <role-name></role-name> </auth-constraint> </security-constraint> </web-app> | (String deployment descriptor ) |
- displayName | ITCMS Workbench | (The display name of this web application) |
- distributable | false | (The distributable flag for this web application.) |
- docBase | itcms | (The document root for this web application) |
- encodedPath | /itcms | (The encoded path) |
- errorCount | 0 | (Cumulative error count of all servlets in this context) |
- ignoreAnnotations | false | (Ignore annotations flag.) |
- instanceManager | org.apache.catalina.core.DefaultInstanceManager@3ded0646 | (Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestory handling) |
- javaVMs | null | (The Java virtual machines on which this module is running) |
- loader | WebappLoader[/itcms] | (Associated loader.) |
- logEffectiveWebXml | false | (Should the effective web.xml be logged when the context starts?) |
- logger | org.apache.juli.logging.DirectJDKLog@16972218 | (Associated logger.) |
- managedResource | StandardEngine[Catalina].StandardHost[localhost].StandardContext[/itcms] | (The managed resource this MBean is associated with) |
- manager | org.apache.catalina.session.StandardManager[/itcms] | (Associated manager.) |
- mapperContextRootRedirectEnabled | true | (Should the Mapper be used for context root redirects) |
- mapperDirectoryRedirectEnabled | false | (Should the Mapper be used for directory redirects) |
- maxTime | 737 | (Maximum execution time of all servlets in this context) |
- minTime | 0 | (Minimum execution time of all servlets in this context) |
- modelerType | org.apache.catalina.core.StandardContext | (Type of the modeled resource. Can be set only once) |
- name | /itcms | (The name of this Context) |
- namingContextListener | org.apache.catalina.core.NamingContextListener@3927aad4 | (Associated naming context listener.) |
- objectName | Catalina:j2eeType=WebModule,name=//localhost/itcms,J2EEApplication=none,J2EEServer=none | (Name of the object) |
- originalDocBase | /home/itcms/agent1-apache-tomcat/webapps/itcms.war | (The original document root for this web application) |
- override | false | (The default context.xml override flag for this web application) |
- parentClassLoader | java.net.URLClassLoader@3af49f1c | (Parent class loader.) |
- path | /itcms | (The context path for this Context) |
- paused | false | (The request processing pause flag (while reloading occurs)) |
- privileged | false | (Access to tomcat internals) |
- processingTime | 16399 | (Cumulative execution times of all servlets in this context) |
- publicId | null | (The public identifier of the DTD for the web application deployment descriptor version that is being parsed) |
- realm | Realm[LockOutRealm] | (Associated realm.) |
- reloadable | false | (The reloadable flag for this web application) |
- renewThreadsWhenStoppingContext | true | (Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.) |
- requestCount | 244 | (Cumulative request count of all servlets in this context) |
- server | null | (The J2EE Server this module is deployed on) |
- servlets | [Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonSPWebFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=controller,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=JsonFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SbpServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=jsp,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=LoginCacheIntegrityServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebImageUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=MessageCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLoginServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=FileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=ConfigCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=CacheIntegrityServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=SPFileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=default,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=PolicyCacheServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoMessage,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=UtmServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebFrontServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebLogoutServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=EncryptFileUploadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=WebDownloadServlet,J2EEApplication=none,J2EEServer=none, Catalina:j2eeType=Servlet,WebModule=//localhost/itcms,name=wsEchoStream,J2EEApplication=none,J2EEServer=none] | (Deprecated. JSR77 list of servlets) |
- sessionCookieDomain | null | (The domain to use for session cookies.'null' indicates that the domain is controlled by the application.) |
- sessionCookieName | null | (The name to use for session cookies.'null' indicates that the name is controlled by the application.) |
- sessionCookiePath | null | (The path to use for session cookies.'null' indicates that the path is controlled by the application.) |
- sessionTimeout | 30 | (The session timeout (in minutes) for this web application) |
- startTime | 1747002617099 | (Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started) |
- startupTime | 69 | (Time (in milliseconds) it took to start this context) |
- stateManageable | true | (Deprecated. State management support for this managed object) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
- swallowOutput | false | (Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet) |
- tldScanTime | 0 | (Time spend scanning jars for TLDs for this context) |
- tldValidation | false | (Should the parsing of *.tld files be performed by a validating parser?) |
- unloadDelay | 2000 | (Amount of ms that the container will wait for servlets to unload) |
- unpackWAR | true | (Unpack WAR property) |
- useHttpOnly | true | (Indicates that session cookies should use HttpOnly) |
- useNaming | true | (Create a JNDI naming context for this application?) |
- useRelativeRedirects | true | (When generating location headers for 302 responses, should a relative URI be used?) |
- webappVersion | (The version of this web application - used in parallel deployment to differentiate different versions of the same web application) | |
- welcomeFiles | [index.html, index.htm, index.jsp, default.html, default.htm, default.jsp] | (The welcome files for this context) |
- workDir | work/Catalina/localhost/itcms | (The pathname to the work directory for this context) |
- xmlNamespaceAware | false | (Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?) |
- xmlValidation | false | (Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?) |
(Provides the resources implementation for a web application) | ||
- allowLinking | false | (Does this resources implementaion allow the use of symbolic links?) |
- cachingAllowed | true | (Is in memory caching of resource content and metadata enabled?) |
- modelerType | org.apache.catalina.webresources.StandardRoot | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The current Lifecycle state of this object) |
- trackLockedFiles | false | (Does this resources implementation track requests that lock files?) |
- trackedResources | [] | (List of resources currently being tracked for possible resource leaks) |
(Provides caching of resource metadata and content) | ||
- hitCount | 2 | (The number of requests for resources that were served from the cache) |
- lookupCount | 9 | (The number of requests for resources) |
- maxSize | 10240 | (The maximum permitted size of the cache in kB) |
- modelerType | org.apache.catalina.webresources.Cache | (Type of the modeled resource. Can be set only once) |
- objectMaxSize | 512 | (The maximum permitted size for a single object in the cache in kB) |
- size | 8 | (The current estimate of the cache size in kB) |
- ttl | 5000 | (The time-to-live for cache entries in milliseconds) |
(Provides the resources implementation for a web application) | ||
- allowLinking | false | (Does this resources implementaion allow the use of symbolic links?) |
- cachingAllowed | true | (Is in memory caching of resource content and metadata enabled?) |
- modelerType | org.apache.catalina.webresources.StandardRoot | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The current Lifecycle state of this object) |
- trackLockedFiles | false | (Does this resources implementation track requests that lock files?) |
- trackedResources | [] | (List of resources currently being tracked for possible resource leaks) |
(Provides caching of resource metadata and content) | ||
- hitCount | 5834 | (The number of requests for resources that were served from the cache) |
- lookupCount | 5861 | (The number of requests for resources) |
- maxSize | 10240 | (The maximum permitted size of the cache in kB) |
- modelerType | org.apache.catalina.webresources.Cache | (Type of the modeled resource. Can be set only once) |
- objectMaxSize | 512 | (The maximum permitted size for a single object in the cache in kB) |
- size | 29 | (The current estimate of the cache size in kB) |
- ttl | 5000 | (The time-to-live for cache entries in milliseconds) |
(Classloader implementation which is specialized for handling web applications) | ||
- URLs | [] | (The URLs of this loader) |
- className | org.apache.catalina.loader.WebappClassLoader | (Fully qualified class name of the managed object) |
- contextName | ROOT | (Name of the webapp context) |
- delegate | false | (The 'follow standard delegation model' flag that will be used to configure our ClassLoader) |
- modelerType | org.apache.catalina.loader.WebappClassLoader | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Classloader implementation which is specialized for handling web applications) | ||
- URLs | [file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/classes/, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/activation-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/antlr-2.7.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aopalliance-1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/asm-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aspectjweaver-1.5.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-acm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-api-gateway-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-applicationautoscaling-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-appstream-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-athena-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-autoscaling-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-batch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-budgets-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-clouddirectory-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudformation-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudfront-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudhsm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudsearch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudtrail-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cloudwatchmetrics-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codebuild-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codecommit-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codedeploy-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codepipeline-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-codestar-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidentity-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitoidp-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-cognitosync-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-config-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-core-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-costandusagereport-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-datapipeline-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dax-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-devicefarm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directconnect-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-directory-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-discovery-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dms-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-dynamodb-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ec2-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecr-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ecs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-efs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticache-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticbeanstalk-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancing-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticloadbalancingv2-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elasticsearch-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-elastictranscoder-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-emr-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-events-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-gamelift-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-glacier-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-greengrass-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-health-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iam-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-importexport-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-inspector-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-iot-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kinesis-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-kms-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lambda-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lex-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lexmodelbuilding-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-lightsail-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-logs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-machinelearning-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacecommerceanalytics-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplaceentitlement-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-marketplacemeteringservice-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-mechanicalturkrequester-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-models-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworks-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-opsworkscm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-organizations-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-pinpoint-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-polly-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rds-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-redshift-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-rekognition-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-resourcegroupstaggingapi-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-route53-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-s3-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servermigration-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-servicecatalog-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ses-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-shield-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpledb-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-simpleworkflow-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-snowball-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sns-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sqs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-ssm-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-stepfunctions-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-storagegateway-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-sts-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-support-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-swf-libraries-1.11.22.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-waf-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workdocs-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-workspaces-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/aws-java-sdk-xray-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/c3p0-0.9.1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/castor-1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/cglib-2.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-beanutils-1.8.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-cli-1.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-codec-1.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-collections-3.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-digester-2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-fileupload-1.2.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-httpclient-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-io-2.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang-2.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-lang3-3.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-logging-1.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-net-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/commons-pool-1.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/compress-lzf-1.0.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/dom4j-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ehcache-core-2.6.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ejb3-persistence-3.3.2.Beta1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/elasticsearch-2.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ezmorph-1.0.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/gson-2.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/guava-18.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/HdrHistogram-2.1.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-core-3.6.8.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hibernate-shards-3.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hppc-0.7.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/hsqldb-1.7.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpasyncclient-4.1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpclient-4.5.3.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-4.4.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/httpcore-nio-4.4.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ion-java-1.0.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-common-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-core-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-daemon-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-legacy-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-parser-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-persistence-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itcms-service-0.0.1-SNAPSHOT.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/itext-2.1.7.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-annotations-2.9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-core-asl-1.9.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-databind-2.9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-cbor-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-smile-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-dataformat-yaml-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jasperreports-5.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/Java-WebSocket-1.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javamelody-core-1.63.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javassist-3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/javax.websocket-api-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jaxen-1.1-beta-8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jcommon-1.0.15.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdom-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jdtcore-3.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-2.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jest-common-2.0.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jfreechart-1.0.12.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jimi-9.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jmespath-java-1.11.175.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-convert-1.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/joda-time-2.8.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jodconverter-2.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jrobin-1.5.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jta-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsch-0.1.51.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-20140107.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-lib-2.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/json-simple-1.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jsr166e-1.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/juh-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/jurt-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/log4j-1.2.17.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-analyzers-common-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-core-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-grouping-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-highlighter-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-join-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-memory-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-misc-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queries-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-queryparser-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-sandbox-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-spatial3d-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/lucene-suggest-5.3.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mail-1.4.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mariadb-java-client-2.2.6.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/mysql-connector-java-5.1.13.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.10.5.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/netty-3.2.10.Final.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ojdbc14-10.2.0.4.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/olap4j-1.1.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/poi-ooxml-schemas-3.8.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/ridl-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/servlet-api-2.5.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/sigar-1.6.4.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-api-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/slf4j-log4j12-1.6.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/snakeyaml-1.15.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spatial4j-0.4.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-aop-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-asm-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-beans-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-context-support-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-core-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-dao-1.2.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-expression-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-hibernate-1.2.9.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-jdbc-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-orm-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-tx-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-web-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/spring-webmvc-3.0.5.RELEASE.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stax-api-1.0.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/stringtemplate-3.2.1.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/t-digest-3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/unoil-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xalan-2.7.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xercesImpl-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xml-apis-1.3.02.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlbeans-2.3.0.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlParserAPIs-2.6.2.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xmlpull-1.1.3.4a.jar, file:/home/itcms/agent1-apache-tomcat/webapps/itcms/WEB-INF/lib/xom-1.1.jar] | (The URLs of this loader) |
- className | org.apache.catalina.loader.WebappClassLoader | (Fully qualified class name of the managed object) |
- contextName | itcms | (Name of the webapp context) |
- delegate | false | (The 'follow standard delegation model' flag that will be used to configure our ClassLoader) |
- modelerType | org.apache.catalina.loader.WebappClassLoader | (Type of the modeled resource. Can be set only once) |
- stateName | STARTED | (The name of the LifecycleState that this component is currently in) |
(Represents the MBean server from the management point of view.) | ||
- ImplementationName | JMX | (The JMX implementation name (the name of this product)) |
- ImplementationVendor | Oracle Corporation | (the JMX implementation vendor (the vendor of this product).) |
- ImplementationVersion | 1.8.0_77-b03 | (The JMX implementation version (the version of this product).) |
- MBeanServerId | agent.officesafer.com_1747002601802 | (The MBean server agent identification) |
- SpecificationName | Java Management Extensions | (The full name of the JMX specification implemented by this product.) |
- SpecificationVendor | Oracle Corporation | (The vendor of the JMX specification implemented by this product.) |
- SpecificationVersion | 1.4 | (The version of the JMX specification implemented by this product.) |
(User from a user database) | ||
- fullName | null | (Full name of this user) |
- groups | [] | (MBean Names of groups this user is a member of) |
- modelerType | org.apache.catalina.users.MemoryUser | (Type of the modeled resource. Can be set only once) |
- roles | [Users:type=Role,rolename="monitoring",database=UserDatabase] | (MBean Names of roles for this user) |
- username | itcms | (User name of this user) |
(In-memory user and group database) | ||
- groups | [] | (MBean Names of all defined groups) |
- modelerType | org.apache.catalina.users.MemoryUserDatabase | (Type of the modeled resource. Can be set only once) |
- pathname | conf/tomcat-users.xml | (Relative or absolute pathname to database file) |
- readonly | true | (No persistant save of the user database) |
- roles | [Users:type=Role,rolename="monitoring",database=UserDatabase] | (MBean Names of all defined roles) |
- users | [Users:type=User,username="itcms",database=UserDatabase] | (MBean Names of all defined users) |
- writeable | true | (Check if user database is writeable) |
- AllIdentityTokenCount | 3 | (Attribute exposed for management) |
- AllIdentityTokenized | [com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@94129625 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|26a69472, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@64c860b1 [ description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, identityToken -> gcbehgba1hoirej126oido|2d134ded, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, properties -> {user=******, password=******} ], preferredTestQuery -> SELECT 1, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], com.mchange.v2.c3p0.DriverManagerDataSource@64c860b1 [ description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, identityToken -> gcbehgba1hoirej126oido|2d134ded, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, properties -> {user=******, password=******} ], com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> gcbehgba1hoirej126oido|34fa013c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|34fa013c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] | (Attribute exposed for management) |
- AllIdentityTokenizedCount | 3 | (Attribute exposed for management) |
- AllIdentityTokenizedStringified | [com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@94129625 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|26a69472, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@64c860b1 [ description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, identityToken -> gcbehgba1hoirej126oido|2d134ded, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, properties -> {user=******, password=******} ], preferredTestQuery -> SELECT 1, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], com.mchange.v2.c3p0.DriverManagerDataSource@64c860b1 [ description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, identityToken -> gcbehgba1hoirej126oido|2d134ded, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, properties -> {user=******, password=******} ], com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> gcbehgba1hoirej126oido|34fa013c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|34fa013c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] | (Attribute exposed for management) |
- AllIdentityTokens | [gcbehgba1hoirej126oido|26a69472, gcbehgba1hoirej126oido|2d134ded, gcbehgba1hoirej126oido|34fa013c] | (Attribute exposed for management) |
- AllPooledDataSources | [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> gcbehgba1hoirej126oido|34fa013c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|34fa013c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] | (Attribute exposed for management) |
- AllPooledDataSourcesCount | 1 | (Attribute exposed for management) |
- AllPooledDataSourcesStringified | [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> gcbehgba1hoirej126oido|34fa013c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.mariadb.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> gcbehgba1hoirej126oido|34fa013c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] | (Attribute exposed for management) |
- C3p0Version | 0.9.1.2 | (Attribute exposed for management) |
- NumPooledDataSources | 1 | (Attribute exposed for management) |
- NumPoolsAllDataSources | 0 | (Attribute exposed for management) |
(An MBean to monitor and manage a PooledDataSource) | ||
- acquireIncrement | 3 | |
- acquireRetryAttempts | 30 | |
- acquireRetryDelay | 1000 | |
- allUsers | [itcms] | |
- autoCommitOnClose | false | |
- automaticTestTable | null | |
- breakAfterAcquireFailure | false | |
- checkoutTimeout | 0 | |
- connectionCustomizerClassName | null | |
- connectionTesterClassName | com.mchange.v2.c3p0.impl.DefaultConnectionTester | |
- dataSourceName | gcbehgba1hoirej126oido|34fa013c | |
- debugUnreturnedConnectionStackTraces | false | |
- description | null | |
- driverClass | org.mariadb.jdbc.Driver | |
- effectivePropertyCycleDefaultUser | 0.0 | |
- factoryClassLocation | null | |
- forceIgnoreUnresolvedTransactions | false | |
- identityToken | gcbehgba1hoirej126oido|34fa013c | |
- idleConnectionTestPeriod | 0 | |
- initialPoolSize | 3 | |
- jdbcUrl | jdbc:mariadb://172.27.215.193/admin_itcms?autoReconnect=true | |
- loginTimeout | 0 | |
- maxAdministrativeTaskTime | 0 | |
- maxConnectionAge | 0 | |
- maxIdleTime | 0 | |
- maxIdleTimeExcessConnections | 0 | |
- maxPoolSize | 10 | |
- maxStatements | 0 | |
- maxStatementsPerConnection | 0 | |
- minPoolSize | 5 | |
- numBusyConnections | 0 | |
- numBusyConnectionsAllUsers | 0 | |
- numBusyConnectionsDefaultUser | 0 | |
- numConnections | 0 | |
- numConnectionsAllUsers | 0 | |
- numConnectionsDefaultUser | 0 | |
- numFailedCheckinsDefaultUser | 0 | |
- numFailedCheckoutsDefaultUser | 0 | |
- numFailedIdleTestsDefaultUser | 0 | |
- numHelperThreads | 3 | |
- numIdleConnections | 0 | |
- numIdleConnectionsAllUsers | 0 | |
- numIdleConnectionsDefaultUser | 0 | |
- numThreadsAwaitingCheckoutDefaultUser | 0 | |
- numUnclosedOrphanedConnections | 0 | |
- numUnclosedOrphanedConnectionsAllUsers | 0 | |
- numUnclosedOrphanedConnectionsDefaultUser | 0 | |
- numUserPools | 1 | |
- overrideDefaultPassword | null | |
- overrideDefaultUser | null | |
- preferredTestQuery | SELECT 1 | |
- propertyCycle | 0 | |
- startTimeMillisDefaultUser | 1747004138234 | |
- statementCacheNumCheckedOutDefaultUser | 0 | |
- statementCacheNumCheckedOutStatementsAllUsers | 0 | |
- statementCacheNumConnectionsWithCachedStatementsAllUsers | 0 | |
- statementCacheNumConnectionsWithCachedStatementsDefaultUser | 0 | |
- statementCacheNumStatementsAllUsers | 0 | |
- statementCacheNumStatementsDefaultUser | 0 | |
- testConnectionOnCheckin | false | |
- testConnectionOnCheckout | false | |
- threadPoolNumActiveThreads | 3 | |
- threadPoolNumIdleThreads | 0 | |
- threadPoolNumTasksPending | 2 | |
- threadPoolSize | 3 | |
- unreturnedConnectionTimeout | 0 | |
- upTimeMillisDefaultUser | 37 | |
- user | itcms | |
- userOverridesAsString | null | |
- usesTraditionalReflectiveProxies | false |
(Diagnostic Commands) |
- DiagnosticOptions | [{name=HeapDumpBeforeFullGC, origin=DEFAULT, value=false, writeable=true}, {name=HeapDumpAfterFullGC, origin=DEFAULT, value=false, writeable=true}, {name=HeapDumpOnOutOfMemoryError, origin=DEFAULT, value=false, writeable=true}, {name=HeapDumpPath, origin=DEFAULT, value=, writeable=true}, {name=CMSAbortablePrecleanWaitMillis, origin=DEFAULT, value=100, writeable=true}, {name=CMSWaitDuration, origin=DEFAULT, value=2000, writeable=true}, {name=CMSTriggerInterval, origin=DEFAULT, value=-1, writeable=true}, {name=PrintGC, origin=DEFAULT, value=false, writeable=true}, {name=PrintGCDetails, origin=DEFAULT, value=false, writeable=true}, {name=PrintGCDateStamps, origin=DEFAULT, value=false, writeable=true}, {name=PrintGCTimeStamps, origin=DEFAULT, value=false, writeable=true}, {name=PrintGCID, origin=DEFAULT, value=false, writeable=true}, {name=PrintClassHistogramBeforeFullGC, origin=DEFAULT, value=false, writeable=true}, {name=PrintClassHistogramAfterFullGC, origin=DEFAULT, value=false, writeable=true}, {name=PrintClassHistogram, origin=DEFAULT, value=false, writeable=true}, {name=MinHeapFreeRatio, origin=DEFAULT, value=40, writeable=true}, {name=MaxHeapFreeRatio, origin=DEFAULT, value=70, writeable=true}, {name=PrintConcurrentLocks, origin=DEFAULT, value=false, writeable=true}, {name=UnlockCommercialFeatures, origin=DEFAULT, value=false, writeable=true}] | |
- ObjectName | com.sun.management:type=HotSpotDiagnostic |
- CollectionCount | 4 | |
- CollectionTime | 440 | |
- LastGcInfo | {GcThreadCount=11, duration=1197, endTime=51447, id=4, memoryUsageAfterGc=[{key=Par Survivor Space, value={committed=26804224, init=26804224, max=26804224, used=26804224}}, {key=Compressed Class Space, value={committed=6938624, init=0, max=1073741824, used=6471512}}, {key=Metaspace, value={committed=92397568, init=0, max=-1, used=90505072}}, {key=Code Cache, value={committed=22151168, init=2555904, max=251658240, used=21904512}}, {key=Par Eden Space, value={committed=214827008, init=214827008, max=214827008, used=64347128}}, {key=CMS Old Gen, value={committed=298799104, init=268435456, max=1224736768, used=274596184}}], memoryUsageBeforeGc=[{key=Par Survivor Space, value={committed=26804224, init=26804224, max=26804224, used=25721344}}, {key=Compressed Class Space, value={committed=6807552, init=0, max=1073741824, used=6352184}}, {key=Metaspace, value={committed=88858624, init=0, max=-1, used=87118824}}, {key=Code Cache, value={committed=21954560, init=2555904, max=251658240, used=21750976}}, {key=Par Eden Space, value={committed=214827008, init=214827008, max=214827008, used=48}}, {key=CMS Old Gen, value={committed=298799104, init=268435456, max=1224736768, used=267282488}}], startTime=50250} | |
- MemoryPoolNames | [Par Eden Space, Par Survivor Space, CMS Old Gen] | |
- Name | ConcurrentMarkSweep | |
- ObjectName | java.lang:type=GarbageCollector,name=ConcurrentMarkSweep | |
- Valid | true |
- CollectionCount | 71 | |
- CollectionTime | 2842 | |
- LastGcInfo | {GcThreadCount=11, duration=5, endTime=1525557, id=71, memoryUsageAfterGc=[{key=Par Survivor Space, value={committed=26804224, init=26804224, max=26804224, used=6873920}}, {key=Compressed Class Space, value={committed=9166848, init=0, max=1073741824, used=8409744}}, {key=Metaspace, value={committed=126345216, init=0, max=-1, used=122307824}}, {key=Code Cache, value={committed=35323904, init=2555904, max=251658240, used=34975232}}, {key=Par Eden Space, value={committed=214827008, init=214827008, max=214827008, used=0}}, {key=CMS Old Gen, value={committed=457662464, init=268435456, max=1224736768, used=370918552}}], memoryUsageBeforeGc=[{key=Par Survivor Space, value={committed=26804224, init=26804224, max=26804224, used=15920984}}, {key=Compressed Class Space, value={committed=9166848, init=0, max=1073741824, used=8409744}}, {key=Metaspace, value={committed=126345216, init=0, max=-1, used=122307824}}, {key=Code Cache, value={committed=35323904, init=2555904, max=251658240, used=34975232}}, {key=Par Eden Space, value={committed=214827008, init=214827008, max=214827008, used=214827008}}, {key=CMS Old Gen, value={committed=457662464, init=268435456, max=1224736768, used=370918552}}], startTime=1525552} | |
- MemoryPoolNames | [Par Eden Space, Par Survivor Space] | |
- Name | ParNew | |
- ObjectName | java.lang:type=GarbageCollector,name=ParNew | |
- Valid | true |
- MemoryPoolNames | [Code Cache] | |
- Name | CodeCacheManager | |
- ObjectName | java.lang:type=MemoryManager,name=CodeCacheManager | |
- Valid | true |
- CollectionUsage | {committed=298799104, init=268435456, max=1224736768, used=274596184} | |
- CollectionUsageThreshold | 0 | |
- CollectionUsageThresholdCount | 0 | |
- CollectionUsageThresholdExceeded | false | |
- CollectionUsageThresholdSupported | true | |
- MemoryManagerNames | [ConcurrentMarkSweep] | |
- Name | CMS Old Gen | |
- ObjectName | java.lang:type=MemoryPool,name=CMS Old Gen | |
- PeakUsage | {committed=457662464, init=268435456, max=1224736768, used=370918552} | |
- Type | HEAP | |
- Usage | {committed=457662464, init=268435456, max=1224736768, used=370918552} | |
- UsageThreshold | 0 | |
- UsageThresholdCount | 0 | |
- UsageThresholdExceeded | false | |
- UsageThresholdSupported | true | |
- Valid | true |
- CollectionUsage | null | |
- CollectionUsageThresholdSupported | false | |
- MemoryManagerNames | [CodeCacheManager] | |
- Name | Code Cache | |
- ObjectName | java.lang:type=MemoryPool,name=Code Cache | |
- PeakUsage | {committed=35323904, init=2555904, max=251658240, used=34982208} | |
- Type | NON_HEAP | |
- Usage | {committed=35323904, init=2555904, max=251658240, used=34982208} | |
- UsageThreshold | 0 | |
- UsageThresholdCount | 0 | |
- UsageThresholdExceeded | false | |
- UsageThresholdSupported | true | |
- Valid | true |
- CollectionUsage | null | |
- CollectionUsageThresholdSupported | false | |
- MemoryManagerNames | [Metaspace Manager] | |
- Name | Compressed Class Space | |
- ObjectName | java.lang:type=MemoryPool,name=Compressed Class Space | |
- PeakUsage | {committed=9166848, init=0, max=1073741824, used=8426832} | |
- Type | NON_HEAP | |
- Usage | {committed=9166848, init=0, max=1073741824, used=8426832} | |
- UsageThreshold | 0 | |
- UsageThresholdCount | 0 | |
- UsageThresholdExceeded | false | |
- UsageThresholdSupported | true | |
- Valid | true |
- CollectionUsage | null | |
- CollectionUsageThresholdSupported | false | |
- MemoryManagerNames | [Metaspace Manager] | |
- Name | Metaspace | |
- ObjectName | java.lang:type=MemoryPool,name=Metaspace | |
- PeakUsage | {committed=126869504, init=0, max=-1, used=122818072} | |
- Type | NON_HEAP | |
- Usage | {committed=126869504, init=0, max=-1, used=122818072} | |
- UsageThreshold | 0 | |
- UsageThresholdCount | 0 | |
- UsageThresholdExceeded | false | |
- UsageThresholdSupported | true | |
- Valid | true |
- CollectionUsage | {committed=214827008, init=214827008, max=214827008, used=0} | |
- CollectionUsageThreshold | 0 | |
- CollectionUsageThresholdCount | 0 | |
- CollectionUsageThresholdExceeded | false | |
- CollectionUsageThresholdSupported | true | |
- MemoryManagerNames | [ConcurrentMarkSweep, ParNew] | |
- Name | Par Eden Space | |
- ObjectName | java.lang:type=MemoryPool,name=Par Eden Space | |
- PeakUsage | {committed=214827008, init=214827008, max=214827008, used=214827008} | |
- Type | HEAP | |
- Usage | {committed=214827008, init=214827008, max=214827008, used=45535232} | |
- UsageThresholdSupported | false | |
- Valid | true |
- CollectionUsage | {committed=26804224, init=26804224, max=26804224, used=6873920} | |
- CollectionUsageThreshold | 0 | |
- CollectionUsageThresholdCount | 0 | |
- CollectionUsageThresholdExceeded | false | |
- CollectionUsageThresholdSupported | true | |
- MemoryManagerNames | [ConcurrentMarkSweep, ParNew] | |
- Name | Par Survivor Space | |
- ObjectName | java.lang:type=MemoryPool,name=Par Survivor Space | |
- PeakUsage | {committed=26804224, init=26804224, max=26804224, used=26804224} | |
- Type | HEAP | |
- Usage | {committed=26804224, init=26804224, max=26804224, used=6873920} | |
- UsageThresholdSupported | false | |
- Valid | true |
- Arch | amd64 | |
- AvailableProcessors | 8 | |
- CommittedVirtualMemorySize | 7754465280 | |
- FreePhysicalMemorySize | 1342513152 | |
- FreeSwapSpaceSize | 7891312640 | |
- MaxFileDescriptorCount | 655350 | |
- Name | Linux | |
- ObjectName | java.lang:type=OperatingSystem | |
- OpenFileDescriptorCount | 113 | |
- ProcessCpuLoad | 1.6720566221125855E-7 | |
- ProcessCpuTime | 150030000000 | |
- SystemCpuLoad | 0.012709382687126625 | |
- SystemLoadAverage | 0.02 | |
- TotalPhysicalMemorySize | 8326541312 | |
- TotalSwapSpaceSize | 8589930496 | |
- Version | 3.10.0-1062.9.1.el7.x86_64 |
- BootClassPath | /home/itcms/jdk1.8.0_77/jre/lib/resources.jar:/home/itcms/jdk1.8.0_77/jre/lib/rt.jar:/home/itcms/jdk1.8.0_77/jre/lib/sunrsasign.jar:/home/itcms/jdk1.8.0_77/jre/lib/jsse.jar:/home/itcms/jdk1.8.0_77/jre/lib/jce.jar:/home/itcms/jdk1.8.0_77/jre/lib/charsets.jar:/home/itcms/jdk1.8.0_77/jre/lib/jfr.jar:/home/itcms/jdk1.8.0_77/jre/classes | |
- BootClassPathSupported | true | |
- ClassPath | /home/itcms/agent1-apache-tomcat/bin/bootstrap.jar:/home/itcms/agent1-apache-tomcat/bin/tomcat-juli.jar | |
- InputArguments | [-Djava.util.logging.config.file=/home/itcms/agent1-apache-tomcat/conf/logging.properties, -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager, -Xms512m, -Xmx1424m, -XX:NewSize=256m, -XX:MaxNewSize=256m, -XX:PermSize=256m, -XX:MaxPermSize=256m, -XX:+CMSClassUnloadingEnabled, -XX:+CMSPermGenSweepingEnabled, -XX:+UseConcMarkSweepGC, -Djava.library.path=/home/itcms/agent1-apache-tomcat/webapps/itcms/hyperic-sigar-1.6.4/sigar-bin/lib, -Dmod1=service, -Dmod2=agent1, -Dmod3=, -Djava.endorsed.dirs=/home/itcms/agent1-apache-tomcat/endorsed, -Dcatalina.base=/home/itcms/agent1-apache-tomcat, -Dcatalina.home=/home/itcms/agent1-apache-tomcat, -Djava.io.tmpdir=/home/itcms/agent1-apache-tomcat/temp] | |
- LibraryPath | /home/itcms/agent1-apache-tomcat/webapps/itcms/hyperic-sigar-1.6.4/sigar-bin/lib | |
- ManagementSpecVersion | 1.2 | |
- Name | 12256@agent.officesafer.com | |
- ObjectName | java.lang:type=Runtime | |
- SpecName | Java Virtual Machine Specification | |
- SpecVendor | Oracle Corporation | |
- SpecVersion | 1.8 | |
- StartTime | 1747002601414 | |
- SystemProperties | [{key=awt.toolkit, value=sun.awt.X11.XToolkit}, {key=file.encoding.pkg, value=sun.io}, {key=java.specification.version, value=1.8}, {key=sun.cpu.isalist, value=}, {key=sun.jnu.encoding, value=UTF-8}, {key=java.class.path, value=/home/itcms/agent1-apache-tomcat/bin/bootstrap.jar:/home/itcms/agent1-apache-tomcat/bin/tomcat-juli.jar}, {key=pid, value=12256}, {key=java.vm.vendor, value=Oracle Corporation}, {key=sun.arch.data.model, value=64}, {key=sun.font.fontmanager, value=sun.awt.X11FontManager}, {key=java.vendor.url, value=http://java.oracle.com/}, {key=catalina.useNaming, value=true}, {key=user.timezone, value=Asia/Seoul}, {key=os.name, value=Linux}, {key=java.vm.specification.version, value=1.8}, {key=user.country, value=KR}, {key=sun.java.launcher, value=SUN_STANDARD}, {key=sun.boot.library.path, value=/home/itcms/jdk1.8.0_77/jre/lib/amd64}, {key=sun.java.command, value=org.apache.catalina.startup.Bootstrap start}, {key=sun.cpu.endian, value=little}, {key=user.home, value=/home/itcms}, {key=user.language, value=ko}, {key=java.specification.vendor, value=Oracle Corporation}, {key=java.naming.factory.url.pkgs, value=org.apache.naming}, {key=java.home, value=/home/itcms/jdk1.8.0_77/jre}, {key=file.separator, value=/}, {key=line.separator, value= }, {key=java.vm.specification.vendor, value=Oracle Corporation}, {key=java.specification.name, value=Java Platform API Specification}, {key=java.awt.graphicsenv, value=sun.awt.X11GraphicsEnvironment}, {key=package.access, value=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.}, {key=package.definition, value=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat.}, {key=mod3, value=}, {key=sun.boot.class.path, value=/home/itcms/jdk1.8.0_77/jre/lib/resources.jar:/home/itcms/jdk1.8.0_77/jre/lib/rt.jar:/home/itcms/jdk1.8.0_77/jre/lib/sunrsasign.jar:/home/itcms/jdk1.8.0_77/jre/lib/jsse.jar:/home/itcms/jdk1.8.0_77/jre/lib/jce.jar:/home/itcms/jdk1.8.0_77/jre/lib/charsets.jar:/home/itcms/jdk1.8.0_77/jre/lib/jfr.jar:/home/itcms/jdk1.8.0_77/jre/classes}, {key=mod2, value=agent1}, {key=server.loader, value=}, {key=java.util.logging.config.file, value=/home/itcms/agent1-apache-tomcat/conf/logging.properties}, {key=sun.management.compiler, value=HotSpot 64-Bit Tiered Compilers}, {key=java.runtime.version, value=1.8.0_77-b03}, {key=java.naming.factory.initial, value=org.apache.naming.java.javaURLContextFactory}, {key=user.name, value=itcms}, {key=path.separator, value=:}, {key=common.loader, value="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar"}, {key=os.version, value=3.10.0-1062.9.1.el7.x86_64}, {key=java.endorsed.dirs, value=/home/itcms/agent1-apache-tomcat/endorsed}, {key=java.runtime.name, value=Java(TM) SE Runtime Environment}, {key=file.encoding, value=UTF-8}, {key=java.vm.name, value=Java HotSpot(TM) 64-Bit Server VM}, {key=mod1, value=service}, {key=java.vendor.url.bug, value=http://bugreport.sun.com/bugreport/}, {key=java.io.tmpdir, value=/home/itcms/agent1-apache-tomcat/temp}, {key=tomcat.util.scan.StandardJarScanFilter.jarsToScan, value=log4j-core*.jar,log4j-taglib*.jar,log4javascript*.jar}, {key=catalina.home, value=/home/itcms/agent1-apache-tomcat}, {key=tomcat.util.scan.StandardJarScanFilter.jarsToSkip, value=bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-jni.jar,tomcat-websocket.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,tools.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,taglibs-standard-spec-*.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,junit.jar,junit-*.jar,ant-launcher.jar,cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar}, {key=java.version, value=1.8.0_77}, {key=user.dir, value=/home/itcms}, {key=os.arch, value=amd64}, {key=java.vm.specification.name, value=Java Virtual Machine Specification}, {key=java.awt.printerjob, value=sun.print.PSPrinterJob}, {key=sun.os.patch.level, value=unknown}, {key=shared.loader, value=}, {key=catalina.base, value=/home/itcms/agent1-apache-tomcat}, {key=java.util.logging.manager, value=org.apache.juli.ClassLoaderLogManager}, {key=java.library.path, value=/home/itcms/agent1-apache-tomcat/webapps/itcms/hyperic-sigar-1.6.4/sigar-bin/lib}, {key=java.vm.info, value=mixed mode}, {key=java.vendor, value=Oracle Corporation}, {key=java.vm.version, value=25.77-b03}, {key=java.ext.dirs, value=/home/itcms/jdk1.8.0_77/jre/lib/ext:/usr/java/packages/lib/ext}, {key=sun.io.unicode.encoding, value=UnicodeLittle}, {key=tomcat.util.buf.StringCache.byte.enabled, value=true}, {key=java.class.version, value=52.0}] | |
- Uptime | 1536827 | |
- VmName | Java HotSpot(TM) 64-Bit Server VM | |
- VmVendor | Oracle Corporation | |
- VmVersion | 25.77-b03 |
- AllThreadIds | [J@867c981 | |
- CurrentThreadCpuTime | 660053541 | |
- CurrentThreadCpuTimeSupported | true | |
- CurrentThreadUserTime | 610000000 | |
- DaemonThreadCount | 54 | |
- ObjectMonitorUsageSupported | true | |
- ObjectName | java.lang:type=Threading | |
- PeakThreadCount | 60 | |
- SynchronizerUsageSupported | true | |
- ThreadAllocatedMemoryEnabled | true | |
- ThreadAllocatedMemorySupported | true | |
- ThreadContentionMonitoringEnabled | false | |
- ThreadContentionMonitoringSupported | true | |
- ThreadCount | 58 | |
- ThreadCpuTimeEnabled | true | |
- ThreadCpuTimeSupported | true | |
- TotalStartedThreadCount | 449 |
- LoggerNames | [, org.apache.catalina.core.ContainerBase.[Catalina], org.apache.catalina.session, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[WebImageUploadServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[wsEchoMessage], sun.net.www.protocol.http, org.apache.tomcat.dbcp.dbcp2.BasicDataSource, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[jsp], org.apache.catalina.core.ApplicationFilterConfig, org.apache.jasper, org.apache.jasper.servlet.JasperInitializer, org.apache.catalina.util, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[PolicyCacheServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[wsEchoStream], javax, org.apache.catalina.authenticator.BasicAuthenticator, org.apache.tomcat.util.digester.Digester, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[CacheServlet], org.apache.jasper.compiler, javax.activation, org.apache.tomcat.util.descriptor.web, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[WebDownloadServlet], org.apache.jasper.servlet.JspServlet, org.apache.tomcat.websocket, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[ConfigCacheServlet], org.apache.tomcat.dbcp, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[controller], org.apache.tomcat.util.descriptor, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[default], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[WebLogoutServlet], org.apache.catalina, sun.net.www.protocol.http.HttpURLConnection, org.apache.tomcat, org.apache.jasper.servlet, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[EncryptFileUploadServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[SbpServlet], org.apache.tomcat.util.digester.Digester.sax, org.apache, sun.net, org.apache.catalina.core.ContainerBase, org.apache.tomcat.util.descriptor.web.WebXml, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[WebFrontServlet], org.apache.jasper.servlet.TldScanner, org.apache.tomcat.util.descriptor.tld, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[CacheIntegrityServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[JsonFrontServlet], sun, sun.net.www.protocol, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[MessageCacheServlet], sun.net.www, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[LoginCacheIntegrityServlet], org.apache.jasper.EmbeddedServletOptions, org.apache.tomcat.dbcp.dbcp2, org.apache.jasper.compiler.JspConfig, org.apache.tomcat.util.scan, org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[UtmServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[WebLoginServlet], org.apache.catalina.core.ContainerBase.[Catalina].[localhost], org.apache.tomcat.util.digester, org.apache.catalina.util.SessionIdGeneratorBase, org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory, org.apache.jasper.security, org.apache.tomcat.dbcp.dbcp2.PoolingDataSource, org, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[SPFileUploadServlet], org.apache.catalina.session.ManagerBase, org.apache.catalina.authenticator.AuthenticatorBase, org.apache.catalina.session.StandardManager, org.apache.tomcat.util.descriptor.tld.TldParser, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms], org.apache.tomcat.websocket.server, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[FileUploadServlet], org.apache.catalina.authenticator, org.apache.tomcat.util, org.apache.tomcat.websocket.server.WsServerContainer, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[EncryptServlet], org.apache.jasper.compiler.JspRuntimeContext, org.apache.catalina.core.StandardWrapper, org.apache.tomcat.util.scan.StandardJarScanner, org.apache.jasper.security.SecurityClassLoad, org.apache.tomcat.websocket.WsWebSocketContainer, org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/itcms].[JsonSPWebFrontServlet], org.apache.catalina.core] | |
- ObjectName | java.util.logging:type=Logging |