You want to create a “Dynamic Web Project”. Follow the steps here: Spring MVC Tutorial with Eclipse and Tomcat.
Also, here is the Eclipse documentation for Dynamic Web Projects: http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.wst.webtools.doc.user/topics/ccwebprj.html
Related Contents:
- Spring ApplicationContext – Resource leak: ‘context’ is never closed
- Unable to complete the scan for annotations for web application [/app] due to a StackOverflowError
- How to respond with an HTTP 400 error in a Spring MVC @ResponseBody method returning String
- When using Spring Security, what is the proper way to obtain current username (i.e. SecurityContext) information in a bean?
- @RequestParam in Spring MVC handling optional parameters
- How to get active user’s UserDetails
- Difference between Interceptor and Filter in Spring MVC
- Binding a list in @RequestParam
- Is it possible to have empty RequestParam values use the defaultValue?
- How to manage REST API versioning with spring?
- Spring get current ApplicationContext
- Spring 4 vs Jersey for REST web services
- Maven- No plugin found for prefix ‘spring-boot’ in the current project and in the plugin groups
- Launching Spring application Address already in use
- Where can I download Spring Framework jars without using Maven?
- Spring RedirectAttributes: addAttribute() vs addFlashAttribute()
- What is the best way to return different types of ResponseEntity in Spring-Boot (Error Handling for REST with Spring)
- How to autowire RestTemplate using annotations
- In Spring MVC, how can I set the mime type header when using @ResponseBody
- Filter order in spring-boot
- Spring – Redirect after POST (even with validation errors)
- Spring Boot Multiple Datasource
- SpringMVC RequestMapping for GET parameters
- JQuery, Spring MVC @RequestBody and JSON – making it work together
- How can I make Spring WebServices log all SOAP requests?
- How to enable HTTP response caching in Spring Boot
- Get UserDetails object from Security Context in Spring MVC controller
- How do you set cache headers in Spring MVC?
- How to uninstall plugins in Eclipse 3.4.X or higher
- Spring MVC PATCH method: partial updates
- Error when try install plugin
- Which is the best Maven Eclipse plugin? [closed]
- Passing date to request param in Spring MVC
- How to prevent parameter binding from interpreting commas in Spring 3.0.5?
- How to return JSON data from spring Controller using @ResponseBody
- Spring 3.0 MVC binding Enums Case Sensitive
- Difference between JavaBean and Spring bean
- Add attributes to the model of all controllers in Spring 3
- How to apply Spring Security filter only on secured endpoints?
- Spring boot test “No qualifying bean of type available”
- SpringApplication.run main method
- Error: org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘text/plain;charset=UTF-8’ not supported
- How to configure annotations processing in IntelliJ IDEA 14 for current project work?
- Spring Security hasRole() not working
- How to see my Eclipse version? [duplicate]
- Can you completely disable CORS support in Spring?
- Thymeleaf, fragments and default parameters
- How can you make a created_at column generate the creation date-time automatically like an ID automatically gets created?
- Could not open ServletContext resource [/WEB-INF/applicationContext.xml]
- Java Spring – how to handle missing required request parameters