Hi all,
I have multiple GWT applications running on Tomcat, and I need to
monitor the total volume of traffic (inbound+outbound) generated by
each application, so that each application can start rejecting
requests when the total volume exeeds a given threshold.

Maybe I can configure and query tomcat to gather the traffic volume
stastistics, or do I have to modify the applications and add some code
server-side to calculate the volume of each request and add it to an
accumulator?

Thank you for your help.
Antonio.




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to