I have a problem i have to deploy jmeter with jboss.
Does anyone know useful link or something like that?
And what says google about this?
At least this one: Monitoring resource use in Jboss in JMeter performance test.
Related
I am having the desktop application based on the eclipse framework. Just wanted to know the way to configure it with jmx so that I can monitor it using the jconsole. Unable to find any documentation for that. Could someone provide the required steps and configuration I am supposed to do to achieve that?
Thanks in advance
Take a read through Monitoring and Management Using JMX Technology. There is even a section titled Using JConsole.
Been googling around for some time already.
I have some java, nodejs, php, etc. applications deployed in openshift, and I want to deploy a scala play2.3 app now. I'm starting a new project and I really want to write it in scala with play.
I need either a way to deploy a play 2.3 app in openshift, or another free hosting service that provides the same tools.
Thanks in advance!
Regards
as i know Heroku hosting service let you deploy scala-play application. also it seems that OpenShift also provides the same functionnality.
You may try following QuickStart: https://hub.openshift.com/quickstarts/198-play-framework
I have a bunch of services (EJBs, remotem stateless) running on JB-AS 5.1.0. Now I have a new AS7.1 on which I develop new Services (JEE6, EJB, CDI, ...)
I want to access the AS5.1 Services via remote JNDI.
Has anyone done this before and can help? I need my JEE6-Beans to have access to the AS5.1 client-jars, so I am trying to add them to ear/lib or create a module containing the jars, but so far without luck ...
The best solutions I have seen so far can be found here. You can follow this forum for more information.
Please post your findings here so others can help / benefit.
Good luck!
Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc?
I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box?
JBoss Operations Network is your best bet if you want an out-of-the-box working project.
http://www.jboss.com/products/jbosson/
We are performing some JMeter tests on a JBoss 4.0.5 deployed web app. We want to integrate the resource usage on the application on the server (memory, threads, etc) with the JMeter response time results.
We have found a tutorial for doing that with Tomcat: http://www.informit.com/guides/content.aspx?g=java&seqNum=273 and we want to know if it could be done with JBoss.
One alternative is doing resource usage monitoring by hand, using jconsole or something similar, but we prefer something automated and integrated.
Regards,
JBoss includes Tomcat, so yes. Instead of the /manager/status?XML=true URL path mentioned in the article, use /status?XML=true. That should be it.