j_security_check preprocessing

2000-11-13 Thread Barry Dunne
I need to store the username/password entered by the user in order to use them later to connect to an external system, so I tried changing login.jsp to post to a jsp file rather than j_security_check. The jsp then stores the username/password and tries to call j_security_check as follows:

security and weblogic

2000-11-12 Thread Barry Dunne
Hi, I have a web site hosted in tomcat4m4, and have got security set up and working fine for different web pages. I also use WebLogic 5.1 and have ejb's running there with security set up and working fine for different methods in the beans (when called by standard client). The problem comes