JSP files in the war
Brent Putman
putmanb at georgetown.edu
Sat May 17 16:02:28 EDT 2014
On 5/17/14 12:06 PM, Cantor, Scott wrote:
> On 5/17/14, 12:36 PM, "Rod Widdowson" <rdw at steadingsoftware.com> wrote:
>> As discussed yesterday, I did have to add a statement to the mvc-beans
>> file
>>
>> <mvc:resources mapping="/resources/**" location="/resources/" />
>>
>>
> That seems very weird to me, we need to look into that more. I'll see what
> the docs say on that element.
Yeah, if you just want them to be web-visible, and don't need them to be
"hidden" in the classpath, or in a jar, you'd just put them in the web
document root. I've done that often in plain Spring MVC apps. Things in
the web root are just treated as static files.
I don't know if SWF somehow mucks with that.
More information about the dev
mailing list