Re: SSL client authentication

2003-09-22 Thread Bill Barker
Personally, I think that the easiest way to move an Apache cert to a Tomcat cert is to export it to a pkcs12 file and use that as the keystore (of course, setting keystoreType=pkcs12 on the Factory element). Using OpenSSL, something like: $ openssl pkcs12 -export -chain -inkey server.key -in

Single Login Authentication with Tomcat

2003-09-22 Thread Peter Harrison
I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there is some way a client can be authenticated based on their system login. Obviously there would have to be a common authentication service like LDAP or Active Directory involved.

Re: tomcat - thread per connection model

2003-09-22 Thread Bill Barker
Rau NF [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi - Not sure about one thing - what if someone opens up a 100 odd connections and sends data over the pipe slowly ? This will definitely keep that particular server (Tomcat 4.1.24) busy for a long time and no new user can get

dynamically reloading webapps

2003-09-22 Thread Jason Novotny
Hi, I'm using Tomcat 4.1.27 and I'm interested in teh features of the manager webapp. Specifically I have a suite of web applications. One web application, call it master is a webapplication that requires access to the ServletContext objects of the other web applications, so I have

[ANN] Apache Tomcat 5.0.12 Beta released

2003-09-22 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.12 Beta. Tomcat 5.0 contains many enhancements over Tomcat 4.1, including: * Performance optimizations and reduced garbage collection * Refactored application deployer, with an optional standalone deployer allowing

<    1   2