RE: Subcontext, filter problem.

2009-02-06 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Subcontext, filter problem. > > I would instead use a servlet, and map it to the appropriate > URI prefix. Yes, that's what I told him to do - extend the DefaultServlet so it can target the ex

Re: Subcontext, filter problem.

2009-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Yavuz Kavus [mailto:yavuzka...@gmail.com] >> Subject: Re: Subcontext, filter problem. >> >> i am currently using the third one. but it is a bit slow and i dont >> want t

Re: Subcontext, filter problem.

2009-02-06 Thread Yavuz Kavus
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 wer

RE: Subcontext, filter problem.

2009-02-04 Thread Caldarale, Charles R
> From: Yavuz Kavus [mailto:yavuzka...@gmail.com] > Subject: Re: Subcontext, filter problem. > > DefaultServlet caches content of files, length, content types etc. I suspect the better performance of the DefaultServlet is related to its use of sendfile, not its cache (which persist

Re: Subcontext, filter problem.

2009-02-04 Thread Yavuz Kavus
it does not work on apache-tomcat-6.0.18, too. Caldarale, Charles R yazmış: From: Yavuz Kavus [mailto:yavuzka...@gmail.com] Subject: Re: Subcontext, filter problem. apache-tomcat-6.0.16 There were some fixes for multi-level paths that went into 6.0.17. If possible, install 6.0.18

Re: Subcontext, filter problem.

2009-02-04 Thread Yavuz Kavus
l.com] Subject: Re: Subcontext, filter problem. 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 sho

RE: Subcontext, filter problem.

2009-02-04 Thread Caldarale, Charles R
> From: Yavuz Kavus [mailto:yavuzka...@gmail.com] > Subject: Re: Subcontext, filter problem. > 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 ex

RE: Subcontext, filter problem.

2009-02-04 Thread Caldarale, Charles R
> From: Yavuz Kavus [mailto:yavuzka...@gmail.com] > Subject: Re: Subcontext, filter problem. > > apache-tomcat-6.0.16 There were some fixes for multi-level paths that went into 6.0.17. If possible, install 6.0.18 from tomcat.apache.org and test with that level. > my filters/s

Re: Subcontext, filter problem.

2009-02-04 Thread Yavuz Kavus
very sorry. apache-tomcat-6.0.16 Caldarale, Charles R yazmış: From: Yavuz Kavus [mailto:yavuzka...@gmail.com] Subject: Subcontext, filter problem. how can i achieve this? For the gazillionth time, TELL US WHAT VERSION OF TOMCAT YOU'RE USING - Chuck THIS COMMUNIC

RE: Subcontext, filter problem.

2009-02-04 Thread Caldarale, Charles R
> From: Yavuz Kavus [mailto:yavuzka...@gmail.com] > Subject: Subcontext, filter problem. > how can i achieve this? For the gazillionth time, TELL US WHAT VERSION OF TOMCAT YOU'RE USING - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERI

Subcontext, filter problem.

2009-02-04 Thread Yavuz Kavus
hi. i have a problem and need some assistance. i want to map an external directory to a tomcat wepapp(virtual directory). i can achieve this in many ways. 1- adding another context, and setting docbase to my external directory(in server.xml) 2- adding a subcontext to $CATALINA_BASE/conf/[engi