-
Jan 2nd, 2013, 01:40 PM
#1
How to add resources programatically
I now know that we can use this in the servlet-context.xml to add to the resources:
<resources mapping="/resources/**" location="/resources/,file:/home/john/temp_jpgs/" />
However I would like the "file:/home/john/temp_jpgs/" part to be programatically added by allowing this to be stored in a database.
How do I go about adding this feature?
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