How to run Maven tomcat7 as exploded? I 'm trying to run web application which read dynamic files form same context folder.
I have tried to use this :
mvn tomcat7:run
And put in some local file (after tomcat start) into same contex e.g : C:\Project1\target\web\yada_yada.jpg
but when access to url http://localhost:8080/Project1/yada_yada.jpg
seems the added file not found.