login « weblogic « Java Enterprise Q&A





1. How do I change the max failed login attempts to lock out the user in Weblogic 10.0?    stackoverflow.com

We have a requirement to set the number of login attempts to 3 before we lock out the user. It seems the default is 5. How do I change this value ...

2. Weblogic application switches back to http after secure login via https    stackoverflow.com

I have successfully configured SSL on Weblogic 9.2 MP3. I am able to login securely into the application using https and continue working on the application using https protocol. This is ...

3. Disable multiple logins from diferent computers in Weblogic and ORacle SOA Suite    stackoverflow.com

Is there a way to disable multiple login from different computers in the Oracle SOA Suite BPM Workspace 11g??

4. can i put the form-login-page html in a library for a webapp?    stackoverflow.com

I was trying to create an app with login page authentication. And for the same i added <form-login-page> into the web.xml (as shown below). I jar'ed the logon.html and logonerror.html , and ...

5. How to Add a custom Login module to WebLogic application?    stackoverflow.com

I have an webservice that valide the user and return the roles and I write an custom Jaas Login Module for it. How can I use this module in Weblogic(and webcenter)? ...

6. login page for weblogic portal    coderanch.com

I have created a portal having 2 pages in weblogic8.1 portal server. If after starting the server I write the url of the portal in browser then the portal opens up but I want the browser to show a login page first and then after the user authenticates himself then he should be allowed to view the portal. Please help me ...