tomcat authentication

2003-06-30 Thread Riyaz Mansoor
when using tomcat authentication realms; if the login page is "login.jsp" and if a user directly access this page and tries to login , tomcat returns the error given below. i need to catch this and handle it. specifically, where is the forwarding page reference stored? in the users session? what

catching the forwarded address after authentication

2003-03-25 Thread Riyaz Mansoor
hi after a tomcat authentication tomcat forwards the user to the page which initially requested for the authentication. but i want to forward all users to a certain page from where the user can choose to do whatever they want regardless of the page which requested the authentication. how can i d

catalina_base configuration

2003-03-15 Thread Riyaz Mansoor
hi. i'm setting up multiple tomcat (4.1.18) instances using the catalina_base variable. some of the instances require that custom authenticating classes by placed in the common/classes and shared/classes or lib directories. i don't want to place these custom classes in the tomcat_home direcotory