-
Apr 24th, 2012, 10:59 AM
#1
Load xml files from root document of war
Hi,
I have the following folders in my web application.
/css
/js
/META-INF
/static
/WEB-INF
Under the static folder I have some xml files that contains some data that needs to be loaded inside the application.
Fetching the ApplicationContext allows me to access all files under /js, /css however I cannot access those under /static.
How do I properly configure Spring so these xml files are accessible from the application?
Thank you.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules