Questions tagged [twiddle]

Twiddle is a simple command line tool that allows for interaction with a remote JMX server instance. Twiddle is a command execution tool, not a general command shell.

8 questions
2
votes
1 answer

Retrieve system properties via twiddle

I am trying to retrieve system properties from JMX-console using twiddle in jboss4.3. The following command works and provides me value of a single property... twiddle.sh -u -p -Djnp.disableDiscovery…
Bharat Sinha
  • 13,973
  • 6
  • 39
  • 63
1
vote
0 answers

Twiddle Operation Invocation

Anyone know where Twiddle's real documentation is? Nothing is appearing online for how to construct objects in the command line and then pass them as a parameter to an MBean operation invocation. Not sure why JBoss released software without…
Bojs
  • 103
  • 2
  • 9
1
vote
2 answers

List of completely deployed application on jboss

I have 2-3 application(of type war and ear) deployed on jboss 5.0.1 GA.Actually i need a way to check the list of completely deployed applications without opening the actual application.There is a way to see that by using :- twiddle.sh query…
avinash
  • 163
  • 2
  • 12
0
votes
0 answers

Ember - import dynamic mixin into the addon

Refer this Ember-twiddle demo :- https://ember-twiddle.com/8ffccad660472740c7484fd36cf53ed6?openFiles=components.dialog-component.js%2C
0
votes
1 answer

How to invoke MBeans from command prompt in Wildfly 8.2.0

I have below queries. Is there any way to access JBoss MBeans in EAP 6 (wildfly 8.2.0) through Command Line like twiddle in EAP 5 (JBoss 6 AS) ? Whether JBoss EAP 6 has any command line tool (like twiddle.sh) to invoke custom MBeans ? Please help.…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

Why it is not possible to set several attributes by one call in twiddle?

Why it is not possible to set several attributes by one call in twiddle? Or it is possible?
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
0
votes
1 answer

Persisting thread after redeploy JBoss 6.1.0

I'm deploying an EAR with a jar in the lib folder of the ear. This jar spawns a DefaultFileMonitor thread (from the Apache Commons api) and watches a file. When I use twiddle to do a redeploy of the EAR, the undeploy that is called for all the WARs…
sandak
  • 1
  • 1
0
votes
2 answers

Enable twiddle on jboss 7.1.1

I am using windows 7 and i want to enable twiddle on jboss 7.1.1. Which are the steps to do that? Thanks.
pbal
  • 531
  • 1
  • 7
  • 19