Spring startup questions (class loading)
My app has a remote class loader.
Spring is looking for some stuff during startup and causing some minor delays. (See below)
How can I configure it so that it won't do the default fallback behavior? I suppose there is some config I can do to the System properties or something... possibly in my ApplicationContext.xml.
INFO | jvm 1 | 2006/05/17 13:34:13 | 13:34:13,172 INFO [STDOUT] HTTP Response: File not found for /commons-logging.properties
INFO | jvm 1 | 2006/05/17 13:34:13 | 13:34:13,172 INFO [STDOUT] HTTP Response: File not found for /META-INF/services/org.apache.commons.logging.LogFactory
INFO | jvm 1 | 2006/05/17 13:34:13 | 13:34:13,766 INFO [STDOUT] HTTP Response: File not found for /META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguratio n
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,281 INFO [STDOUT] HTTP Response: File not found for /org/apache/commons/collections/map/LinkedMap.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,375 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/httpinvoker/HttpInvokerProxyFactoryBeanBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,375 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/httpinvoker/HttpInvokerProxyFactoryBeanBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,391 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/httpinvoker/HttpInvokerClientInterceptorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,391 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/httpinvoker/HttpInvokerClientInterceptorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,391 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/RemoteInvocationBasedAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,406 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/RemoteInvocationBasedAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,406 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/UrlBasedRemoteAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,406 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/UrlBasedRemoteAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,422 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/RemoteAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,422 INFO [STDOUT] HTTP Response: File not found for /org/springframework/remoting/support/RemoteAccessorBeanInfo.class
INFO | jvm 1 | 2006/05/17 13:34:15 | 13:34:15,781 INFO [STDOUT] HTTP Response: File not found for /net/sf/cglib/proxy/Enhancer$EnhancerKey$$KeyFactoryByCGLIB$$7fb24d72. class
INFO | jvm 1 | 2006/05/17 13:34:18 | 13:34:17,984 INFO [STDOUT] HTTP Response: File not found for /org/jnp/interfaces/jndiprovider.properties