I would like to start using Insight. So I created new project in STS
File -> New -> Other... -> Spring Template Project -> Spring MVC Project)
Than I run it on tc server. Application was deployed successfully.
Code:
INFO: Deploying configuration descriptor sample.xml from /home/lubos/springsource/vfabric-tc-server-developer-2.6.1.RELEASE/insight/conf/Catalina/localhost
I got warning.
Code:
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:sample' did not find a matching property.
Request to http://localhost:8080/sample returned 404 error.
Code:
WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/sample/] in DispatcherServlet with name 'appServlet'
I also tried turn the Insight off but no effect.
I am using x86_64 architecture with following software
- STS 2.8.1 (also tried on 2.8.0)