Hi, I have lot of xml files in CXFServlet application. In createSpringContext method there is context.refresh method which refreshes the entire context and reloads everything, How can I prevent it from happening? Due to this my application is taking a very long time to start. regards
