Tomcat classloader and JNI questions

2002-09-17 Thread Eric Hollander
I am working on getting Jmagick to work with Tomcat-4.1 and JDK 1.4. I have heard that it is possible but no one can quite describe how so I've been doing some experimentation with it. It does work if I use this command to start Tomcat: # LD_LIBRARY_PATH=/usr/local/lib java -Djava.endorsed.dir

Filters and RequestDispatchers

2002-09-11 Thread Eric Hollander
>From what I understand, if I have a filter which does a RequestDispatcher.forward() to some other resource, no filters are applied when that other resource is generated. Is this correct? It will make a difference in how I'm designing my web app. Thanks -- To unsubscribe, e-mail:

More info Re: Basic authentication and custom 401 Not Authorizederror page

2002-09-05 Thread Eric Hollander
I did some more research on this. It looks like it was a Known Bug in Tomcat 4.0.2, and it doesn't look like it has been fixed since then (I'm using 4.0.4). Tomcat developers, is there any patch or workaround known for this? I did some digging in the Tomcat source, and it looks like the html er

Re: Does Tomcat want to stand alone?

2002-06-04 Thread Eric Hollander
On Monday 03 June 2002 18:24, you wrote: > My impression of Tomcat is that one winds up having to learn ALL of it's > features at once. It is also very hard to find out answers to simple things > on their web site... like how do you turn off directory indexing in Tomcat? > I can find stuff on secu