For a tomcat app I put them in

src/main/webapp/WEB-INF (web.xml and spring config)
src/main/webapp/WEB-INF/views (with spring's view resolver configured to use 
this)
src/main/webapp/images
src/main/webapp/css

Whatever is in

src/main/resources

will end up in

tomcat/webapps/<myWebApp>/WEB-INF/classes

which puts it on the classpath.


Sammy wrote:
Hello,

In a multi-module maven project, a webapp module has java, resources and WEB-INF folders. In which folder should jsp, css, web.xml, spring XML configurations and other files go?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to