Hi!
I am trying to build a very simple DATA REST application.
I copied most of it from the sample application.
When I run it in STS it loads without any errors.
BUT:
I cannot access any ressources.
With "curl" I get this result:
I attach the project as zip file. Maybe you can identfy my problem and help me?Code:D:\curl>curl -v http://localhost:8080/test1/ * About to connect() to localhost port 8080 (#0) * Trying 127.0.0.1... * connected * Connected to localhost (127.0.0.1) port 8080 (#0) > GET /test1/ HTTP/1.1 > User-Agent: curl/7.27.0 > Host: localhost:8080 > Accept: */* > < HTTP/1.1 200 OK < Server: Apache-Coyote/1.1 < X-TraceId: 5069d870-30 < X-TraceUrl: /insight/services/traces/5069d870-30?type=json < Content-Type: application/json < Content-Length: 41 < Date: Mon, 01 Oct 2012 18:41:16 GMT < { "links" : [ ], "content" : [ ] }* Connection #0 to host localhost left intact * Closing connection #0
test.zip


Reply With Quote