AstRecipes » Administering QueueMetrics using Tomcat
If you run QueueMetrics, it's often useful to know how many people are using the webapp at once. This recipe shows how to use the Tomcat manager interface that comes shipped with the standard Tomcat webapps to perform this task. You have to perform the following steps:<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="manager"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="me" password="yessir" roles="tomcat,manager"/>
</tomcat-users>
links -dump http://me:yessir@127.0.0.1:8080/manager/sessions?path=/queuemetrics
OK - Session information for application at context path /queuemetrics
Default maximum session inactive interval 30 minutes
30 - <40 minutes:54 sessions
Softlinks:
Installing QueueMetrics - Home Page - Utenti/Lenz73 - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Script to convert music-on-hold to native formats - Peering two Asterisk servers using IAX - Compiling Asterisk 1.2 with TDM400 and H323 - Compressing recorded calls to MP3 - Compiling Asterisk 1.4 with TDM400 and H323 - Installing QueueMetrics from scratch - Create an account - Configuring a queue - Compiling Asterisk with OH323 - QueueMetrics - Add a recipe - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - Utenti/walmass - UPDATING - SandBox - Improving AstRecipes - Misc links - Licences - QueueMetrics logs - Installing QueueMetrics on Fonality PBXtra - Connecting to FWD using IAX - User stats - Utenti/timlitw - Monitoring Zaptel Hardware - Managing agents that dynamically log-on - Manually updating QueueMetrics - asterisk - Generic QueueMetrics startup script - Installing the Linksys PAP2-NA port adapter - Installing Queuemetrics on PBX-in-a-Flash - Using a HT-488 with Asterisk - Utenti/peter-dean - Utenti/lostdave - Simple queue and agent debug monitoring - Recording all outgoing traffic for some extensions - Optimizing QueueMetrics data access - Utenti/bg - Compiling Asterisk on EPIA with VIA C3 - Installing XC-AST under Jetty - Connecting to Squillo using SIP - Installing XC-AST - Installing QueueMetrics beta through RPM - AstRecipes markup - Utenti/zebru
Installing QueueMetrics - Home Page - Utenti/Lenz73 - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Script to convert music-on-hold to native formats - Peering two Asterisk servers using IAX - Compiling Asterisk 1.2 with TDM400 and H323 - Compressing recorded calls to MP3 - Compiling Asterisk 1.4 with TDM400 and H323 - Installing QueueMetrics from scratch - Create an account - Configuring a queue - Compiling Asterisk with OH323 - QueueMetrics - Add a recipe - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - Utenti/walmass - UPDATING - SandBox - Improving AstRecipes - Misc links - Licences - QueueMetrics logs - Installing QueueMetrics on Fonality PBXtra - Connecting to FWD using IAX - User stats - Utenti/timlitw - Monitoring Zaptel Hardware - Managing agents that dynamically log-on - Manually updating QueueMetrics - asterisk - Generic QueueMetrics startup script - Installing the Linksys PAP2-NA port adapter - Installing Queuemetrics on PBX-in-a-Flash - Using a HT-488 with Asterisk - Utenti/peter-dean - Utenti/lostdave - Simple queue and agent debug monitoring - Recording all outgoing traffic for some extensions - Optimizing QueueMetrics data access - Utenti/bg - Compiling Asterisk on EPIA with VIA C3 - Installing XC-AST under Jetty - Connecting to Squillo using SIP - Installing XC-AST - Installing QueueMetrics beta through RPM - AstRecipes markup - Utenti/zebru



