Search:

Type: Posts; User: mpegjohn; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    180

    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...
  2. Replies
    2
    Views
    232

    OK I have worked it out: In server-context.xml I...

    OK I have worked it out:
    In server-context.xml I now have:
    <resources mapping="/resources/**" location="/resources/,file:/home/john/temp_jpgs/" />

    This will allow the images inside the file...
  3. Replies
    2
    Views
    232

    Viewing images not within webapp

    Hi,
    I am very new to Spring. I am starting a web MVC project to display video shots as thumbnails.
    These are all stored within a repository, not within the webapp domain, eg on the filesystem...
Results 1 to 3 of 3