vote up 0 vote down star

How can I refresh spring configuration file without restarting my servlet container.

I am looking for a solution other than javarebel.

flag

1 Answer

vote up 2 vote down

I wouldn't recommend you to do that. What do you expect to happen to singleton beans which their configuration modified? do you expect all singletons to reload? but some objects may hold references to that singletons.

See this post as well Automatic configuration reinitialization in Spring

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.