Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Reinhard Moosauer
Hi, at Jan 03, 2003 Matt Parker published a patch in this list: "[PATCH] forward instead of redirect for welcome files" which was discussed thourougly with Costin, Remy and others. I'm not sure about the conclusion of this. But it seemed that 5.0 should reintroduce this behavior by option. Pleas

JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hello List, I tried the binary "mod_jk2-1.3-eapi.so" from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.0/ with apache 1.3 and virtual hosts. In short: absolutely no luck. I read all available docs (which seen quite current) and enabled debugging in workers2.prope

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Additional information: Without virtual host I got the request mapped. But no answer but a "segmentation fault .. child .. " in apache's error_log thanks, Am Mittwoch, 12. März 2003 16:43 schrieb Reinhard Moosauer: > Hello List, > > I tried the binary "mod

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hello, Am Mittwoch, 12. März 2003 19:56 schrieb Costin Manolache: > Reinhard Moosauer wrote: > > Additional information: > > Without virtual host I got the request mapped. But no answer but > > a "segmentation fault .. child .. " in apache's error_log > >

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hi, yes. But where to get a binary for 2.0.2 and apache13? (I should have asked earlier this time) Reinhard Am Mittwoch, 12. März 2003 20:58 schrieb Mladen Turk: > > -Original Message- > > From: Reinhard Moosauer [mailto:[EMAIL PROTECTED] > > > > Additional

Re: Tomcat SSL mutual authentication: Nobody's got a clue?

2003-03-28 Thread Reinhard Moosauer
Hi, when Internet Explorer prompts you with the list of certificates to send to the server, it checks KeyUsage of the certs in you keystore. If the list is empty, it means you have no usable cert. How do you generate your certs? If you use openssl, please consult openssl.txt in the docs. KeyUsag

Suggestion: Many virtual hosts in Tomcat -> hosts-directory

2003-06-23 Thread Reinhard Moosauer
Hello List, Tomcat has a very nice feature, which allows dropping .xml in the wepapp-directory and automatic deployment of contexts defined therein. I would suggest the same approach for definitions. For a lot of installations it would _completely_ eliminate the need for changes in server.xml.

Re: Suggestion: Many virtual hosts in Tomcat -> hosts-directory

2003-06-25 Thread Reinhard Moosauer
Hi, thanks for the quick answer. Please see comments inline Am Montag, 23. Juni 2003 13:03 schrieb Remy Maucherat: > Reinhard Moosauer wrote: > > Hello List, > > > > Tomcat has a very nice feature, which allows dropping .xml in the > > wepapp-directory and autom

Errorpage for Servlets

2003-12-17 Thread Reinhard Moosauer
Hi, Jean-Pierre Pelletier submitted this bug (already closed): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25547 (default errorpage is displayed instead of the one forwarded to) I am also using the technique he describes. (In Tomcat 4.1) Seems like this will work no more in Tomcat 5 My qu

Class-Path-Manifest Entry

2004-01-26 Thread Reinhard Moosauer
Hello List, I wonder, if the "Class-Path"-Entry of the Manifest in a web-application-ressource is interpreted by Tomcat. I saw this functionality in BEA WebLogic. I tried in tomcat, but it did not work. Is it implemented at all, or is it planned? (Using 4.1.29) Plug-and-play-installation of W