<div dir="ltr"><br>Help please.<br><div class="gmail_quote"><div dir="ltr"><div><br></div><div>I am deploying my application in weblogic server 12. I have my application configured with the jmxConfigurator. In my development environment I have disabled jmx remote authentication with the following java args:</div>

<div><br></div><div><div>-Dcom.sun.management.jmxremote</div><div>-Dcom.sun.management.jmxremote.port=9999</div><div>-Dcom.sun.management.jmxremote.ssl=false</div><div>-Dcom.sun.management.jmxremote.authenticate=false</div>

<div><br></div><div>With this configuration I can connect to a running weblogic process using jconsole. Within this tool there is an MBeans tab and from there I can navigate to a node named "ch.qos.logback.classic" and I can see and modify my application's logging configuration. This works great for development. </div>

<div><br></div><div>When I go to production I want to provide a way for the CM/Support team to administer the configuration at runtime. However, I can not disable jmx remote authentication for this scenario. Also, I don't think I'll be able to use jconsole in this environment. I will be able to use weblogic's WLST tool though. The problem is that I can't find or configure the MBeans within the WLST tool. </div>

<div><br></div><div>Attached is a screen shot of jconsole, within which I can modify the configuration. Then below, I will show some of my failing in wlst:</div><div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

wls:/emall/domainConfig> find(name="ch.qos.logback.classic")<br>Finding 'ch.qos.logback.classic' in all registered MBean instances ... <br>No results found in MBean Instances<br></blockquote><div> </div>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">wls:/emall/domainConfig> find(name="acct")<br>

Finding 'acct' in all registered MBean instances ... <br>No results found in MBean Instances<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

wls:/emall/domainConfig> find(name="ch.qos.logback.classic.jmx.JMXConfigurator")<br>Finding 'ch.qos.logback.classic.jmx.JMXConfigurator' in all registered MBean instances ... <br>No results found in MBean Instances<br>

</blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">wls:/emall/domainConfig> find(name="ch.qos.logback.classic:Name=acct,Type=ch.qos.logback.classic.jmx.JMXConfigurator")<br>

Finding 'ch.qos.logback.classic:Name=acct,Type=ch.qos.logback.classic.jmx.JMXConfigurator' in all registered MBean instances ... <br>No results found in MBean Instances<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

wls:/emall/serverRuntime> serverConfig()<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

wls:/emall/serverConfig> find(name="ch.qos.logback.classic")<br>Finding 'ch.qos.logback.classic' in all registered MBean instances ... <br>No results found in MBean Instances<br></blockquote><div> </div>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">wls:/emall/serverConfig> find(name="acct")<br>

Finding 'acct' in all registered MBean instances ... <br>No results found in MBean Instances<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

wls:/emall/serverConfig> find(name="ch.qos.logback.classic.jmx.JMXConfigurator")<br>Finding 'ch.qos.logback.classic.jmx.JMXConfigurator' in all registered MBean instances ... <br>No results found in MBean Instances<br>

</blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">wls:/emall/serverConfig> find(name="ch.qos.logback.classic:Name=acct,Type=ch.qos.logback.classic.jmx.JMXConfigurator")<br>

Finding 'ch.qos.logback.classic:Name=acct,Type=ch.qos.logback.classic.jmx.JMXConfigurator' in all registered MBean instances ... <br>No results found in MBean Instances</blockquote><div><br></div></div><div>
<br></div><div><br></div></div><div><img src="cid:ii_1417648bfc473df8" alt="Inline image 1" width="564" height="370"><br></div><div><br></div></div>
</div><br></div>