File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
How to monitor all the web application using javamelody.
anish kumarv
Greenhorn
Joined: May 09, 2011
Posts: 7
posted
May 24, 2011 13:54:47
0
Hi all,
http://code.google.com/p/javamelody/wiki/UserGuide?tm=6#Introduction
i followed this document to configure javamelody
I have some doubts in this tool. i copied the two .jar files in (javamelody.jar jrobin-1.5.9.1.jar)
/usr/local/tomcat/webapps/anish/WEB-INF/lib
in this path and add this ten lines in
<filter> <filter-name>monitoring</filter-name> <filter-class>net.bull.javamelody.MonitoringFilter</filter-class> </filter> <filter-mapping> <filter-name>monitoring</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>net.bull.javamelody.SessionListener</listener-class> </listener>
/usr/local/tomcat/webapps/anish/WEB-INF/web.xml
if i did like this means i can able to monitor the application anish only
http://localhost:8080/anish/monitoring
but in my webapps have lot of application under my /usr/local/tomcat/webapps
how i can able to monitor all the application comes under webapps using javamelody.
am i doing any mistake in this configuration, please guide me friends to solve this issue.
With Regards
Anish Kumar.V
I agree. Here's the link:
http://aspose.com/file-tools
subject: How to monitor all the web application using javamelody.
Similar Threads
The requested resource (/mycode/AA) is not available
Problems with Java Melody
Servlet not available?
jpa2web with tomcat problem
unable to run webapplications in tomcat
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter