2012/9/7 Shanti Suresh <sha...@umich.edu>:
>
> So I can somehow secure the "set" but open up the "get" and "qry", I will
> be in happy curl-land.
>

My suggestion would be to write a custom jsp page that will collect
parameters, validate them and then will do a forward to jmxproxy.

It is easy to secure a single page. It is much better than allowing
access to the whole jmxproxy.

<jsp:forward page="/jmxproxy/">
 <jsp:param name="set" value="..." />
  ...
</jsp:forward>

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to