(please use [email protected])
On 17/05/11 19:20, Alex Genadinik wrote:
Hello,
I installed Fuseki and made a directory which I want to be my
repository. Then I ran this command to start the server:
|./fuseki-server --update --loc=/tdbtest /dataset
|
And the server started with the following logging:
|10:30:19 INFO Fuseki :: TDB dataset: directory=/tdbtest
10:30:19 INFO Fuseki :: Update enabled
10:30:19 INFO Fuseki :: Fuseki 0.2.0
10:30:19 INFO Fuseki :: Jetty 7.x.y-SNAPSHOT
10:30:19 INFO Fuseki :: Dataset = /dataset
10:30:19 INFO Fuseki :: Started 2011/05/17 10:30:19 PDT on port
3030
|
So far, so good, right? Problem is when I run the put command like this:
|./s-put http://localhost:3030/tdbtest default myowlfile.owl
Wrong name.
"tdbtest" ==> "dataset"
|
I get this error:
|405 HTTP method PUT is not supported by this URL
http://localhost:3030/tdbtest?default
|
Any idea why this is happening or how to fix it? Thanks!
Andy