Hello,
I have IBM WebSphere Application server 6.1.0.11 on Linux box (actually this does not matter) with JLA installed and running. I am also able to connect to JMX Console using jconsole standart tool. When I setup everything without any security - everything works just fine, I am able to connect to agent and make reports.
My settings (JLAtiagent.properties file) are:
com.sun.management.jmxremote.port=1974
com.sun.management.jmxremote.authenticate=false
com.sun.management.jmxremote.ssl=false
but when I added some security:
com.sun.management.jmxremote.port=1974
com.sun.management.jmxremote.ssl=false
com.sun.management.jmxremote.authenticate=true
com.sun.management.jmxremote.password.file=/opt/IBM/WebSphere/AppServer/profile s/AppSrv03/properties/jmxremote.password
com.sun.management.jmxremote.access.file=/opt/IBM/WebSphere/AppServer/profiles/ AppSrv03/properties/jmxremote.access
Now I have some troubles

I can connect to JMX console using my username + password but not to JLA.
Does JLA support username + password and how can I specify them for my connection - probably some additional -D options like -Dcom.ibm.jla.port. e.g. -Dcom.ibm.jla.username
TIA, Andre.