On 21 Nov 2011, at 03:15, S Ahmed <sahmed1...@gmail.com> 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to