1. Weblogic refuses to start for different user stackoverflow.comI have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this:
|
2. Can i increase my weblogic 8 license for more than 3 user stackoverflow.comI am using weblogic 8 in my project. My deployed folder is accessed by only 3 user simultaneously. fourth user is unable to access that url. and getting 403 error. Error ... |
3. How to get user's group in weblogic 11g stackoverflow.comIn my WebLogic 11g Console I defined under "MyDomain" -> "Security Realms" -> "myrealm" -> "Users and Groups" 3 users (user1 , user2 & user3) and 2 groups (role1 & role2); ... |
4. Dedicated User for Weblogic - apache won't run stackoverflow.comI have a java application running on Weblogic on a Linux box. The application/weblogic are run as root. I see this as a security risk. I want to create a dedicated ... |
5. Discover Role types for a User in Weblogic stackoverflow.comIn a Weblogic container, I can discover whether the currently authenticated user is in a particular role by simply calling (using EJB SessionContext):
What I want to do is discover whether an ... |
6. Weblogic webservice failing for user defined types coderanch.comIts not that SOAP doesn't help in sending user defined types over the network. The types which I like to define are known to the consumers of the webservice. I have thought out a way, i.e., to use the includeSchemas attribute in the jws ant task and specify the XSD which defines the custom type. I will have to implement this ... |