got it - thanks! I still wish I could figure out a way to deploy that war file to the tc server, though. There's got to be a way.
Type: Posts; User: JackBeQuick; Keyword(s):
got it - thanks! I still wish I could figure out a way to deploy that war file to the tc server, though. There's got to be a way.
I've made some successful MVC projects recently by utilizing the spring template menu for the same. However, my recent attempts have been failing due to a compiler error on this line in...
Marten - the packaging is set to war. But, when I try to import it to STS, using file, import, existing project into workspace, and choose the project, it says "no project are found to import" on the...
Unfortunately, the project doesn't have that option, and if I try to drag in onto the server, it just shows the "do not enter" icon. It's the "echo" example from the samples for Spring-ws, so it's a...
Hello - I've been playing around with some STS sample projects, can can get them working using the included jetty server. I've also been able to import them to STS by using "mvn eclipse:eclipse" and...
After coming back to this after a while, the best way to do it, and the easiest way, is to simply run the junit tests that come packaged with the template. If you need to run it say from a main...
Hello,
I've been able to successfully run the Spring MVC template (by doing a clean). Now, I'd like to integrate a simple database hibernate functionality into it. For starters, I've decided to...
I've done a lot of poking around, but for some reason I can't seem to find the server log when I run a Spring MVC program using Spring STS. I can see it in the STS console, but can't find it on my...
Hi Martin,
Thanks for the reply. I mentioned the error that I was getting in the original post:
"org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI...
As additional information, I've been able to get the one working MVC project to read and display input parameters on a JSP page per the tutorial.
Since I have a working version, and since I...
Hello,
I'm new to Spring, so this might be a simple question. I'm trying to create a Spring 3.0 MVC app using the sts-2.8.1.RELEASE. I'm basing it on this tutorial:
...