How to build tomcat distribution from src

2007-06-20 Thread Nick Duan
I downloaded tomcat source and was able to build it successfully. But I could find a way build the distribution package (either package-tgz or package-zip). Any suggestions? Thanks! ND - To start a new topic, e-mail: users@tom

Combining form-based authentication with client-cert authentication

2007-06-20 Thread Nick Duan
Is there anyway to allow both client-cert authentication and form-based authentication to work together in Tomcat? or J2EE web servers in general? I'd like to have users to log in to an web app using either user cert or username/password. If a user doesn't have a cert, the login page will show up