Re: Tomcat SW Support Matrix Does Tomcat run on AIX?

2011-10-02 Thread Mark Thomas
On 02/10/2011 08:20, Margaret Barrineau wrote: Where can I find the SW support matrix (operating systems) for Tomcat? To the best of my knowledge no such documentation exists. Tomcat is pure Java. It runs on any operating system that has a appropriate version of the JVM available. Different

Re: Tomcat SW Support Matrix Does Tomcat run on AIX?

2011-10-02 Thread Konstantin Kolinko
2011/10/2 Margaret Barrineau margaret.barrin...@softchoice.com Where can I find the SW support matrix (operating systems) for Tomcat?  Does  Tomcat run on AIX? I do not know what JVM version you are targeting. Just be aware that as has been announced Tomcat 5.5 support will end in less than

Request for comments: Apache-like allow/deny remote host filtering

2011-10-02 Thread Francis GALIEGUE
Hello list, Given the problems I've had with the RemoteAddrValve, I have decided to try my hands at implementing a more sophisticated valve which acts more like Apache's allow/deny and which takes netmasks as arguments. Note, it has been compile tested only (in my IDE, mind), and I have tested

Re: Request for comments: Apache-like allow/deny remote host filtering

2011-10-02 Thread Konstantin Kolinko
2011/10/2 Francis GALIEGUE f...@one2team.com: Hello list, Given the problems I've had with the RemoteAddrValve, I have decided to try my hands at implementing a more sophisticated valve which acts more like Apache's allow/deny and which takes netmasks as arguments. Note, it has been compile

Tomcat 6.0 Custom Realm with Digest Authentication

2011-10-02 Thread sailendra karthik
Hi, Iam able to develop a custom realm with basic type But when i change this to DIGEST it is not digesting the password. Please provide Any example or some detailed steps.

Re: Request for comments: Apache-like allow/deny remote host filtering

2011-10-02 Thread Francis GALIEGUE
On Sun, Oct 2, 2011 at 19:46, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/10/2 Francis GALIEGUE f...@one2team.com: 1. If you want to submit it as a patch for Tomcat, you should attach it to a Bugzilla issue. OK, will do. 2. Coding conventions: