Upload HTTP with Jetty/JBoss

Hello,

when I try to upload a file with JWPut to the Jetty server (default WEB
server of JBoss), I use the command:

java -classpath D:\Winie\jars\winie.jar java org.w3c.jwput.JWPut README.txt
http://localhost:8080/README.txt

But I have systematically the below error:
..
Winie - HTTP/1.1 PUT tool
Version: 1.0.8
Uploading README.txt...
An HTTP Error occured while uploading "README.txt"
Error 405: Method Not Allowed
..

Does someone know the reason ? 
Is there some prerequisites to do on the WEB server before making a put  ?


Thanks to help me.

Richard.

Received on Thursday, 19 September 2002 05:32:09 UTC