I\'m new to Tiles and Spring MVC (I looked through several similar issues but found no solution for \'my problem\')
controller:
@Controller
public cl
The problem is extremely simple. Replace your web.xml with
my-first-app
dispatcher
org.springframework.web.servlet.DispatcherServlet
1
dispatcher
/
I also added a jstl dependency to the pom
javax.servlet
jstl
1.2
After these changes, a request to localhost:8080/index
correctly renders the appropriate response