Hello,
  If you use the PUT method on a file say, foo.txt. I would set the URL as /slide/files/foo.txt, where /slide is the name of the Servlet, and /files is the name of the FileStore as defined in the Domain.xml file. You'll get the 403 (I have anyway) if you miss the /slide from the URL.
 
  Hope this was some help.
 
Chris Harding
 
 -----Original Message-----
From: Vijaya Kumar [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2001 09:07
To: Remy Maucherat
Cc: [EMAIL PROTECTED]
Subject: HttpMethods

Hi,
        I have the following doubts in mind. Can u clear them. Plz.
 
1. How to avoid the 403 Forbidden error message
2. Where actualy the CopyMethod, PutMethod are storing the value
3. Is it possible to Upload the file to the server using servlet.
 
        I actually call the req.getPathTranslated() which gives the URL of the servlet and remove the servlet name and then attach the name where we need to store the file
 
4. Where can I use Slide for this purpose. Is it possible
 
Rgds
Vijay

Reply via email to