I\'ve been looking for the workaround of this problem for rather plenty of time and no result, so I ask question here.
I\'m very new to JMeter, but I have some ideas of what JMeter could be used for. Also I have a Tomcat application with form authentication enabled. The thread I\'m trying to use consists of:
I have a simple username/password form that on submit does a j_security_check on an LDAP for user credentials.
When an unauthenticated user request some resources, he will be redirected to a login page but j_security_check will keep the original requested resource. If the user login successfully, it will be re
I get the username of the connected user (using j_security_check) this way, through a managed bean: ......
I\'m running Glassfish 3.0 and I\'m implementing JDBCRealm for login authentication. The username and roles are saved in a table called usertable. The authentication is working as expected.
i\'ve successfully run a based FORM authentication project and trying to do the same with an icefaces project. In other terms i want to use ice:form instead of form, so i was wondering if i couldredir
I tried to do some research on this and came across the following question on another site: http://www.theserverside.com/discussions/thread.tss?thread_id=36561
The applications works fine in Firefox3.6 ,all versions of IE. I 开发者_JAVA百科downloaded Firefox 4 and tried to login. When I entered user name and password and click on submit button, It just clear
I\'m using j_security_check on a开发者_开发技巧 login.jsp. The server is GlassFish Server 3. It all works, when the user is authenticated it then opens index.jsp. My problem is I need to get j_usernam