I’ve recently installed STS 2.5.1RELEASE and wanted to import an SVN project in order to continue the development proccess… But I can’t manage to get it running on my Tomcat v6 server! This is what I’ve done:
- Imported the project from SVN (OK)
- Added new server: Tomcat v6.0 (OK)
- Modified Project Facets, so I now have ticked: Dynamic Web Module (2.5) and Java (1.5) with the Apache Tomcat v6.0 runtime selected.
So, when I choose “Run on Server…” and add the project resource to the server, it starts Tomcat perfectly, but my app is never loaded!!
The rare thing is that, in my previous version of STS, I had “Java 5” as a Project Facet instead of Java 1.x… Maybe this is a problem… Any idea??? How can I add the “Java 5” facet?? Thanks!
Check project
Properties->Targeted runtimes. Maybe an incorrect value is selected.