can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine but when i deploy it on my tomcat server i can't call that url that is mapped to the servlet instead i get a

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Cristian Nicanor Babula
I don't see how this could be related to GWT. On 1/31/2010 9:30 PM, hbral wrote: Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine but when i deploy it on my