Caldarale, Charles R yazmış:

i am currently using the third one. but it is a bit slow
and i dont want to use a filter for such a task.

There's nothing wrong with using a filter to catch references to the external 
directory.  The speed of such a filter should be the same as if Tomcat were 
serving the static resource itself, so there may be a problem in how you've 
implemented it.  You might want to compare your filter code with that in 
Tomcat's DefaultServlet to see what the differences are.

 - Chuck

I think i will override, FileDirContext.protected File file(String name)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to