Results 1 to 2 of 2

Thread: <resources/> in servlet-context.xml

  1. #1
    Join Date
    Aug 2007
    Location
    Toronto
    Posts
    66

    Default <resources/> in servlet-context.xml

    I have generated a Roo project using sts 2.3.3M2 and roo 1.1.0M2 and generated the web scaffolding. The servlet-context.xml that is generated contains an entry " <resources />" which, I understand will be part of Spring 3.0.4. The version of spring in STS and specified in the pom.xml is 3.0.3.RELEASE, which does not contain this element yet (in the STS catalog?).

    How would I resolve this? Maybe chhange the pom.xml to specify spring 3.0.4.SNAPSHOT ?

  2. #2
    Join Date
    Aug 2007
    Location
    Toronto
    Posts
    66

    Default

    additional information....upon commenting out the element, everything seems to work fine when running the web app

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •