1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| NFO: Server startup in 15281 ms
INFO [http-8080-Processor25] - Initializing servlet 'droit'
INFO [http-8080-Processor25] - FrameworkServlet 'droit': initialization started
INFO [http-8080-Processor25] - Loading XML bean definitions from ServletContext resource [/WEB-INF/droit-servlet.xml]
INFO [http-8080-Processor25] - Bean factory for application context [WebApplicationContext for namespace 'droit-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,menu1Controller,authentification,org.springframework.web.servlet.view.ResourceBundleViewResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sqlMapClient,dao,transactionManager,service]; root of BeanFactory hierarchy
INFO [http-8080-Processor25] - 4 beans defined in application context [WebApplicationContext for namespace 'droit-servlet']
INFO [http-8080-Processor25] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1ce835b]
INFO [http-8080-Processor25] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@11201a1]
INFO [http-8080-Processor25] - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1292d12]
INFO [http-8080-Processor25] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,menu1Controller,authentification,org.springframework.web.servlet.view.ResourceBundleViewResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sqlMapClient,dao,transactionManager,service]; root of BeanFactory hierarchy]
INFO [http-8080-Processor25] - Using context class [org.springframework.web.context.support.XmlWebApplicationContext] for servlet 'droit'
INFO [http-8080-Processor25] - Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided
INFO [http-8080-Processor25] - Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@12ab74f]
INFO [http-8080-Processor25] - Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@10c0ef2]
INFO [http-8080-Processor25] - No HandlerAdapters found in servlet 'droit': using default
INFO [http-8080-Processor25] - FrameworkServlet 'droit': initialization completed in 328 ms
INFO [http-8080-Processor25] - Servlet 'droit' configured successfully
WARN [http-8080-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
WARN [http-8080-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
INFO [http-8080-Processor25] - 2 beans defined in application context [org.springframework.web.context.support.GenericWebApplicationContext;hashCode=17274753]
INFO [http-8080-Processor25] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b80017]
INFO [http-8080-Processor25] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dec87]
INFO [http-8080-Processor25] - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@239525]
INFO [http-8080-Processor25] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [menu1,login]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,menu1Controller,authentification,org.springframework.web.servlet.view.ResourceBundleViewResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sqlMapClient,dao,transactionManager,service]; root of BeanFactory hierarchy]
INFO [http-8080-Processor25] - JDBC 3.0 Savepoint class is available |
Partager