Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After #8 implement a Spring specific initializer that implements WebApplicationInitializer #11

Open
chilmers opened this issue Jan 17, 2013 · 2 comments

Comments

@chilmers
Copy link
Owner

Should make it possible to remove the listener from web.xml and handle configuration entirely from within Spring.

Might be problems if spring tries to log anything before the web application initializer is called.

@chilmers
Copy link
Owner Author

@chilmers
Copy link
Owner Author

Will properties set in the initializer be available in the root context... probably not since the root context already should have been initialized at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant