Profiler for Tomcat

2019-08-27 Thread Michael Duffy
I have searched for a good profiler for Tomcat with little success. I am looking for an application that will profile internal memory and bandwidth utilized (data transfer rates from Tomcat). Any help would be greatly appreciated. Thx!

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Michael Duffy
What problem are you trying to solve? Bandwidth requirements for a data intensive web application? On Fri, Aug 30, 2019 at 9:22 AM calder wrote: > On Thursday, August 29, 2019, Michael Duffy wrote: > > > Is there a simple tool that will show bandwidth utilization to and from &g

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread Michael Duffy
>-Original Message- > >From: Michael Duffy [mailto:mduffy...@gmail.com] > >Sent: Friday, August 30, 2019 2:36 AM > >To: users@tomcat.apache.org > >Subject: Re: Tomcat Bandwidth Utilization Tool > > > >There is a " Bytes received: 0.00 MB

Re: Tomcat Bandwidth Utilization Tool

2019-08-29 Thread Michael Duffy
There is a, On Thu, Aug 29, 2019 at 7:09 PM Michael Duffy wrote: > Is there a simple tool that will show bandwidth utilization to and from > the Tomcat server? > > I am looking for something that will provide an exact byte count of the > TCP/IP packets. > > I would ha

Re: Tomcat Bandwidth Utilization Tool

2019-08-29 Thread Michael Duffy
There is a " Bytes received: 0.00 MB Bytes sent: 12.03 MB" in the Tomcat Manager; however, the received count does not change and the sent count seems low. On Thu, Aug 29, 2019 at 7:09 PM Michael Duffy wrote: > Is there a simple tool that will show bandwidth utilization to and from

Tomcat Bandwidth Utilization Tool

2019-08-29 Thread Michael Duffy
Is there a simple tool that will show bandwidth utilization to and from the Tomcat server? I am looking for something that will provide an exact byte count of the TCP/IP packets. I would have thought this would be an easy find; however, after hours of Googling around I have not yet been

Secure Communication Between Tomcat Servers

2019-09-09 Thread Michael Duffy
I need to communicate securely between two Tomcat servers running in two different environments. I have control of both servers. I would like to do this through a simple REST call from Server-B to Server-A. On the server I am communicating to, Server-A, I can easily set up HTTPS with a

AJAX value %27 results in 403 forbidden

2021-03-20 Thread Michael Duffy
I need help from the very capable and experienced IT professionals on this list. Can you help solve this problem: https://stackoverflow.com/questions/66715576/ajax-value-27-results-in-403-forbidden Thx!