In today’s post I am going to show command line tool WLST (Weblogic Scripting Tool) to manage configuration of Oracle Access Manager 11g . ___ OAM administrator and user identities are stored within an LDAP server for use during authentication and authorization. By default OAM 11g uses weblogic’s embedded LDAP server as its Identity Store. ___ In my earlier […]
Read MoreThis is my first attempt with WLST (WebLogic Scripting Tool) which is scripting tool to create , manage and monitor webLogic domains, more information here . . You can invoke WLST by running “java weblogic.WLST” I tried this on my WebLogic Server and straight hit error _________ Exception in thread “main” java.lang.NoClassDefFoundError: weblogic/WLST _________ I soon realised that […]
Read More