On 21 Nov 2011, at 03:15, S Ahmed <[email protected]> wrote: > I have a spring project (web app), in my project where should I be putting > my static files like images/css/javascript? > > In my WEB-INF like: > > /WEB-INF/Assets {images/css/js}
You can't serve files directly from WEB-INF. > I know when I go in production I will have nginx map to this folder to > serve the static files, but I just want to know where I can put them for > development/testing. How about somewhere sensible? /images /scripts /styles p --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
