Re: File Upload error 404

2009-08-03 Thread Vinz369

Hi Ghita,

I have the same problem as the one you are experimenting.
Did you find a solution?

On Jul 10, 8:44 am, Ghita Benkirane ghita.benkir...@gmail.com wrote:
 Thanks for the reply, but I'm still getting the same error. any idea what
 could be wrong?





 On Thu, Jul 9, 2009 at 6:11 PM, ghita ghita.benkir...@gmail.com wrote:

  Hello,

  I'm a newbie to gwt, I have a simple application that I use to upload
  file to server, but keeps giving the following error. I read that it
  may be because of the mapping of the servlet, here is my web.xml.
  any suggestions?

  h1HTTP Status 404 - /upload_0.2/UploadFileServlet/h1
  hr size=1 noshade=noshadep
  btype/b Status report/ppbmessage/b
   u/upload_0.2/UploadFileServlet/u/p
  pbdescription/b
   uThe requested resource (/upload_0.2/UploadFileServlet) is not
  available./u/p
  hr size=1 noshade=noshadeh3Apache Tomcat/5.5.27/h3

  web.xml

         display-name
         UploadFile/display-name
         servlet
                 servlet-nameUploadFile/servlet-name

   servlet-classuploadfile.server.UploadFileServlet/servlet-class
         /servlet
         servlet-mapping
                 servlet-nameUploadFile/servlet-name
                 url-pattern/UploadFileServlet/url-pattern
         /servlet-mapping

 --
 Ghita Benkirane
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: File Upload error 404

2009-07-10 Thread Ghita Benkirane
Thanks for the reply, but I'm still getting the same error. any idea what
could be wrong?

On Thu, Jul 9, 2009 at 6:11 PM, ghita ghita.benkir...@gmail.com wrote:


 Hello,

 I'm a newbie to gwt, I have a simple application that I use to upload
 file to server, but keeps giving the following error. I read that it
 may be because of the mapping of the servlet, here is my web.xml.
 any suggestions?

 h1HTTP Status 404 - /upload_0.2/UploadFileServlet/h1
 hr size=1 noshade=noshadep
 btype/b Status report/ppbmessage/b
  u/upload_0.2/UploadFileServlet/u/p
 pbdescription/b
  uThe requested resource (/upload_0.2/UploadFileServlet) is not
 available./u/p
 hr size=1 noshade=noshadeh3Apache Tomcat/5.5.27/h3


 web.xml

display-name
UploadFile/display-name
servlet
servlet-nameUploadFile/servlet-name

  servlet-classuploadfile.server.UploadFileServlet/servlet-class
/servlet
servlet-mapping
servlet-nameUploadFile/servlet-name
url-pattern/UploadFileServlet/url-pattern
/servlet-mapping




 



-- 
Ghita Benkirane

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: File Upload error 404

2009-07-09 Thread Hasan Turksoy
set the url-pattern as url-pattern
/upload_0.2/UploadFileServlet/url-pattern
Hasan...

On Thu, Jul 9, 2009 at 7:11 PM, ghita ghita.benkir...@gmail.com wrote:


 Hello,

 I'm a newbie to gwt, I have a simple application that I use to upload
 file to server, but keeps giving the following error. I read that it
 may be because of the mapping of the servlet, here is my web.xml.
 any suggestions?

 h1HTTP Status 404 - /upload_0.2/UploadFileServlet/h1
 hr size=1 noshade=noshadep
 btype/b Status report/ppbmessage/b
  u/upload_0.2/UploadFileServlet/u/p
 pbdescription/b
  uThe requested resource (/upload_0.2/UploadFileServlet) is not
 available./u/p
 hr size=1 noshade=noshadeh3Apache Tomcat/5.5.27/h3


 web.xml

display-name
UploadFile/display-name
servlet
servlet-nameUploadFile/servlet-name

  servlet-classuploadfile.server.UploadFileServlet/servlet-class
/servlet
servlet-mapping
servlet-nameUploadFile/servlet-name
url-pattern/UploadFileServlet/url-pattern
/servlet-mapping




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---