Hello, according to the J2EE servlet container spec the default monitor data is xml with a url something like the following:
http://<hostname>:<port>/status. This is the so-called Tomcat status valid for both Tomcat and JBoss. IMO Weblogic et. al. has been one of the least J2EE compliant servlet containers. As a simple test just construct the url link proposed in the previous sentence and if you get a reasonable response then it is just a matter of defining JMeter correctly. This works for me. You will have to create a ThreadGroup, a HTTP Authorization Manager most probably and HTTP Request with the /status url link in the path as outlined above. To actually see anything you will additionally have to define a Monitor Results. HTH. Siva Pannier wrote .. > > Hi, > > > > Can anybody please let me know, how I can configure JMeter Monitor > results listener with BEA weblogic server 8.1. > > > > In the user manual, it was told that we have to port the tomcat's status > servlet to the respective server, but I could not the servlet. > > If anybody knows how to do it, kindly help me... > > > > Thanks in advance... > > > > > > With best regards, > > Siva > > > > > > > > ============================================================================================================================ > > Disclaimer: > > This message and the information contained herein is proprietary and > confidential > and subject to the Tech Mahindra policy statement, you may review the policy > at > <a > href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> > externally and <a > href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> > internally within Tech Mahindra. > > ============================================================================================================================ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

