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

2010-02-01 Thread Caldarale, Charles R
> From: hbral [mailto:nro...@web.de] > Subject: RE: can't call my servlet on Tomcat 6 (Error 404) > > i called only for /download/file > when i should have called for /download/download/file as u guys told > me. Or correct the to avoid the redundancy. - Chuck THIS CO

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

2010-02-01 Thread hbral
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

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

2010-01-31 Thread Ningappa Koneri
List Subject: Re: can't call my servlet on Tomcat 6 (Error 404) 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 > What URL are you call

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

2010-01-31 Thread Caldarale, Charles R
> 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 server.xml and see if the request is even getting to Tomcat.

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

2010-01-31 Thread hbral
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

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

2010-01-31 Thread Caldarale, Charles R
> 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 element (if any), the location of the .war file, and

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

2010-01-31 Thread hbral
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 >> > > What URL are you calling by your browser? > > If your war was n

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

2010-01-31 Thread Konstantin Kolinko
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 > What URL are you calling by your browser? If your war was named "mywar.war" then you should call http://localhos

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

2010-01-31 Thread David Smith
On 1/31/2010 6:15 PM, hbral wrote: > > > 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 perfe

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

2010-01-31 Thread hbral
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 local machine (i'm using gwt with eclipse

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

2010-01-31 Thread David Smith
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 local machine (i'm using gwt with eclipse which uses > jetty i think) but whe