QueueMetrics > QueueMetrics installation

Logging problems

(1/1)

tlathane:
Hi everyone,

I just installed queuemetrics on my asterisk box,and i get the following error when i try logging in queuemetrics.


HTTP Status 404 - /queuemetrics/tpf
--------------------------------------------------------------------------------

type Status report

message /queuemetrics/tpf

description The requested resource (/queuemetrics/tpf) is not available.




Please Help

Thanks
Tumelo

QueueMetrics:
QueueMetrics must e installed in Tomcat so that you have the following files each at the correct position:



--- Code: ---yourtomcat/webapps/queuemetrics
--- End code ---


this is the main directory for your web-app


--- Code: ---yourtomcat/webapps/queuemetrics/WEB-INF/web.xml
--- End code ---

This is the main webapp configuration file - if it's missing or invalid, Tomcat will not understand that QM is a webapp and so QM will not work.

To check if the web.xml file is correct, you may use the command xmlwf that comes with Linux. You run it like:


--- Code: ---xmlwf < web.xml
--- End code ---

If an input file is  not  well-formed,  xmlwf  outputs  a  single  line describing the problem to STDOUT.  If a file is well formed, xmlwf outputs nothing.  Note that the result code is not set.

xmlwf is a part of the expat package/RPM.

Navigation

[0] Message Index

Go to full version