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 (i'm using gwt with eclipse which uses
jetty i think) but when i deploy it on my tomcat server i can't call
David Smith-2 wrote:
>
> On 1/31/2010 5:36 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
Konstantin Kolinko wrote:
>
> 2010/2/1 hbral :
>>
>> tomcat: 6.0.24
>> os: debian linux 2.6.12.6-xenU
>> jvm: 1.6.0_12-b04
>>
>> log files contain nothing use full other than that i successfully
>> deployed
>> the war file
>>
>
&
n828cl wrote:
>
>> From: hbral [mailto:nro...@web.de]
>> Subject: Re: can't call my servlet on Tomcat 6 (Error 404)
>>
>> yes i called it that way.
>
> You seem reluctant to provide real data. Show us your web.xml,
> server.xml, the webapp's
n828cl wrote:
>
>> From: hbral [mailto:nro...@web.de]
>> Subject: RE: can't call my servlet on Tomcat 6 (Error 404)
>>
>> i call: /download/file
>> and i get the 404 error
>
> What's the entire URL?
>
> Enable the AccessLogValve in