File - New - Spring Template Project - Spring MVC Project

project name: mvc1
top package: org.my.app1 click Finish

Drag new folder from Package Explorer, drop on vFabric tc Server

Start server, so far all is good

In Servers window, expand tcServer, right click the new app mvc1, "Open Home Page"

It opens this URL:

http://localhost:8080/mvc1/

and always shows:

HTTP Status 404 - The requested resource () is not available.

VMware vFabric tc Runtime 2.6.1.RELEASE/7.0.20.B.RELEASE

NOTE: This used to work in STS 271 and earlier, and broke with STS 272 to present

One cannot proceed to write an app if the "Hello world" page cannot display.

PS if I open http://localhost:8080/
it opens properly the tc Server home page.