my dog learned polymorphism
The moose likes Servlets and the fly likes Servlet mapping problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet mapping problem" Watch "Servlet mapping problem" New topic
Author

Servlet mapping problem

Em Aiy
Ranch Hand

Joined: May 11, 2006
Posts: 225
I have a servlet to download a file, i had made the web.xml accordingly, but it is not working fine ... it is giving the following error



The web.xml which contains its entries is



please help me out


The difference between <b>failure</b> and <b>success</b> is often being <b>right</b> and being <b>exactly right</b>.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

You'll need to look at your DownloadReport class to find the problem. Here is a hint:

DownloadReport.processRequest(DownloadReport.java:30)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet mapping problem
 
Similar Threads
Primefaces taglib with JSF on Tomcat rendering empty pages
getServletContext() gives NullPointerException
Problem running a simple webapplication in struts
Getting exception on deployment to Tomcat using JSF
404 Exception