A "getting started" with JavaMelody question. I have an existing tomcat web service I'd like to profile with javamelody.
I followed the Step 1 in their instructions here, redeployed the war.
My tomcat server is set up with https. My context is, say, "foo-service".
So I then went to https://<host>/foo-service/monitoring
, but was given the
"Error 401 Authentication Required".
What am I doing wrong?