Everytime I try to debug an MVC project, and press F11 to do so, it launches the URL to /WEB-INF/.../../../SomeClass .jsp or .java. Why can't it just open the default http:// localhost :8080/myproject/ - URL ?
Asked
Active
Viewed 31 times
0
-
Can you post a URL to a sample project that causes this? And is it deployed to tc server, running as a standalone app, or deployed to a different web server? – Martin Lippert Aug 01 '14 at 20:22
-
@MartinLippert: It's actually any project I create. Maybe this is intentional. I should add, this only occurs as long as I have a .JSP-file or .JAVA-file open in the editor window. If I close all documents and then press F11 it opens the current project as it should, ie http://localhost:8080/MyMvcTestProject... – OddBeck Aug 04 '14 at 07:31
-
this sounds like a bug. Can you file a more detailed report at: https://issuetracker.springsource.com/browse/STS – Martin Lippert Aug 06 '14 at 16:25