Author | Message |
---|---|
Yuan-Yu
Posts: 21
|
Posted 19:28 Feb 04, 2015 |
Hello, In our example, we have an URL: http://localhost:8080/springmvc/home.html. Does anyone know where "springmvc" comes from? I tried to modify web.xml(<servlet-name>gefp</servlet-name>) and gefp-servlet.xml. However, when I typed http://localhost:8080/gefp/home.html, it doesn't work. Instead, it still works with http://localhost:8080/springmvc/home.html. Thank you for your answers. |
jbaber
Posts: 14
|
Posted 22:37 Feb 04, 2015 |
In my case, had to stop the server, remove project(GEFP) from server and build again. |
Yuan-Yu
Posts: 21
|
Posted 23:00 Feb 04, 2015 |
Hello, It works. Thanks! |