Manager save text command bug giving path parameter

2020-04-19 Thread Arnaud Yahoo
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

invoke jmxproxy servlet using argument with a , is not a possible

2020-03-23 Thread Arnaud Yahoo
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

Re: Some attribute lost after calling storeConfig

2020-02-12 Thread Arnaud Yahoo
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

Some attribute lost after calling storeConfig

2020-02-12 Thread Arnaud Yahoo
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

Bug in org.apache.tomcat.util.codec.binary.Base64.decodeBase64 ?

2019-10-08 Thread Arnaud Yahoo
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 @

Re: Create a JNDI Datasource through JMX

2019-02-04 Thread Arnaud Yahoo
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

Create a JNDI Datasource through JMX

2019-02-04 Thread Arnaud Yahoo
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

Re: Configuration of Tomcat Container to use SAML authentication

2018-06-09 Thread Arnaud Yahoo
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