Re: Unable to get the jmx information for tomcat 8 from command line(curl command)

2015-09-09 Thread Neven Cvetkovic
On 9 Sep 2015 17:59, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrew, > > On 9/8/15 9:21 AM, Andrew M wrote: > > Any idea why it is saying "401 Unauthorized" > > > I execute the following command: curl -1 --max-time 10 -s

Re: Unable to get the jmx information for tomcat 8 from command line(curl command)

2015-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 9/8/15 9:21 AM, Andrew M wrote: > Any idea why it is saying "401 Unauthorized" > I execute the following command: curl -1 --max-time 10 -s -k -u > tomcat_jmx:'eyFW$&$FvSIp#FUk' --url > https://pentagon505:8443/deploy/jmxproxy? Your

Unable to get the jmx information for tomcat 8 from command line(curl command)

2015-09-08 Thread Andrew M
Hi Guys,  Any idea why it is saying "401 Unauthorized"  I execute the following command: curl -1 --max-time 10 -s -k -u tomcat_jmx:'eyFW$&$FvSIp#FUk' --url https://pentagon505:8443/deploy/jmxproxy? I have added the user to tomcat-users.xml configuration file as well         Where are the things