Hello,
following
https://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html#Save_Configuration
documentation,
calling save with path parameter is failing giving following error:
*FAIL - Encountered exception [javax.management.MBeanException: Cannot
find operation store] *
looking at Mana
Hello
I am trying to invoke a mbean through jmxproxy servlet. Arguments are
separated with , so when one argument itself is containing a coma, it
breaks the invocation.
It seems there is no way to escape ,.
For example trying to save a context configuration fails :
curl -u user:pass -G "htt
Thanks for you reply, shall I fill a bug for this ?
On 12/02/2020 16:43, Rémy Maucherat wrote:
On Wed, Feb 12, 2020 at 3:05 PM Arnaud Yahoo
wrote:
Hello,
Recently storeConfig has been fixed thanks to
https://github.com/apache/tomcat/commit/010fdb7e458d9d8755e2b67203ac4757d78c2f64
It is
Hello,
Recently storeConfig has been fixed thanks to
https://github.com/apache/tomcat/commit/010fdb7e458d9d8755e2b67203ac4757d78c2f64
It is very interesting, because it allows to persist across restart
configurations made to tomcat itself and deployed webapp through JMX.
In my case after sa
Hello,
I am using a 3rd party valve for OpenId Connect authentication that stop
working upgrading from tomcat 8.5.24 to 8.5.46
I managed to isolate the issue behing this and it is caused by a change
in org.apache.tomcat.util.codec.binary.Base64
It can be reproduce with a simple test case
@
ot; [1] Perhaps you could start having a look here. Nevertheless
may I ask you what is your use case for this?
Hope it helps,
Luis
[1] https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html#JMX
El lun., 4 feb. 2019 a las 11:30, Arnaud Yahoo ()
escribió:
Hello,
I would like to know if
Hello,
I would like to know if it is possible to create/configure a Datasource
Ressource in tomcat using JMX.
I tried with a tomcat 8.5 and jconsole, I managed to create some
resource with type javax.sql.Datasource, but I did not find a way to
configure the datasource (jdbc driver, url, max
Hello,
I recently tried (with success) the tomcat Valve from Fediz (Apache CXF)
http://cxf.apache.org/fediz-tomcat.html
Note tha you need to take a recent 1.4.4 snapshot, because 1.4.3 has
some bugs preventing it to work with SAML
Hope this help
Arnaud
On 08/06/2018 21:49, Christopher Sch