In eclipse my maven spring project when clicking on run on server it is opening notepad. The server is working fine when I open http://localhost:8080/Amazon/home.jsp it is working.the notepad is showing this.
I want my project to directly run on web-browser.
It sounds like your Eclipse IDE is not correctly configured to open web pages in a web browser when you run your Maven Spring project.
Try this: