Hi, 

I have a file sound.wav sitting alongside my .jsp
files and when I point the browser to that file, I get
the error below. This has just started happening - I
don't know what I changed. Previously, it would just
serve up the file. In any case, here's the error:

type Exception report

message 

description The server encountered an internal error
() that prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: Servlet execution
threw an exception


root cause 

java.lang.NoSuchMethodError:
org.apache.naming.resources.ResourceAttributes.getCanonicalPath()Ljava/lang/String;

org.apache.catalina.servlets.DefaultServlet.checkSendfile(DefaultServlet.java:1521)

org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:839)

org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:348)

javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is
available in the Apache Tomcat/5.5.12 logs.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to