1. Login to Stat windows client. Go to Help | About to see the weblogic port that you are using. The default is 8081.
2. In the stat.conf file, make sure port is set to 8081 or the port that listed from Help | About
3. Look for these two lines and commented out the jboss parameter and uncommented weblogic:
#java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
4. Locate the files wlclient.jar,wljmsclient.jar, and wlthint3client.jar in <WL_HOME>/wlserver_10.x/server/lib and copy them to the $STAT_HOME/
~/lib/weblogic directory for each Oracle Agent that you have set up. By default, there is no directory called weblogic so make sure to manually create a directory called weblogic after lib.