question on regular servlets within GWT (working in dev mode ,not working in deployment in tomcat)
- by molleman
Hello guys,
i am having trouble with my web application developed in GWT. the application allows users to upload and download using an upload servlet and a download servlet, the upload servlet was created using the gwtUpload library. the download servlet is using regular HTTPServlet.
when i run the application within eclipse the download servlet…