Curl command to delete tomcat datasource

2016-11-21 Thread priytam shukla
Hi Friends, New in Apache, need help,I am looking for curl command which can delete the data-source by providing the name of datasource for 8.x or/and 7.x.

HTTP response status line doesn't have reason phrase.

2016-11-21 Thread Chandrashekar H . S
Hi All, We have a multiple tomcat servers which are monitored by F5 health manager, all tomcat web servers contain a httpstatuscheck web service. The F5 does the heath ping and waits for "200 OK" in response for monitoring tomcat servers. As per tomcat 8.5 changelog, the reason phrase is

Re: Sanity Check

2016-11-21 Thread Igal @ Lucee.org
On 11/21/2016 9:09 AM, Christopher Schultz wrote: André, :) Cute, very cute. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Sanity Check

2016-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, :) On 11/19/16 12:31 PM, André Warnier (tomcat) wrote: > With respect, this is not only "André's problem". Agreed. I apologize if it seemed like I was suggesting that you are the only one complaining. > I would also posit that this being

Re: REST API for creating datasource in Tomcat

2016-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roshan, On 11/21/16 6:33 AM, Roshan Surana wrote: > I'm looking for REST API to create a datasource in Tomcat. > > Is there any CURL command which will create datasource in Tomcat? You can use the manager app and the JMX proxy for that purpose:

Reset a single mod_jk worker counter

2016-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, When using the mod_jk status worker in read-write mode, you can edit a worker (or sub-worker for an lb worker) and adjust certain settings like the timeouts, lbfactor, etc. You can also reset the stats on the worker back to zero. I'm

RE: Clarification on roles "*" and "**" in Tomcat 8.5.x

2016-11-21 Thread Osipov, Michael
> On 21/11/2016 10:45, Osipov, Michael wrote: > > Hi folks, > > > > I am currently porting our custom Tomcat components from 6.0 to 8.5.8+ > and need > > to clarify some possible inconsistencies for new/changed roles "*" and > "**" > > from Servlet 3.1, section 13 how Tomcat implements this

REST API for creating datasource in Tomcat

2016-11-21 Thread Roshan Surana
Hi, I'm looking for REST API to create a datasource in Tomcat. Is there any CURL command which will create datasource in Tomcat? Regards, Roshan Roshan Surana Associate Consultant Email: roshan.sur...@ecs.co.uk [cid:image49486e.PNG@34f05211.44af38fc]

Re: Clarification on roles "*" and "**" in Tomcat 8.5.x

2016-11-21 Thread Mark Thomas
On 21/11/2016 10:45, Osipov, Michael wrote: > Hi folks, > > I am currently porting our custom Tomcat components from 6.0 to 8.5.8+ and > need > to clarify some possible inconsistencies for new/changed roles "*" and "**" > from Servlet 3.1, section 13 how Tomcat implements this behavior. > >

Clarification on roles "*" and "**" in Tomcat 8.5.x

2016-11-21 Thread Osipov, Michael
Hi folks, I am currently porting our custom Tomcat components from 6.0 to 8.5.8+ and need to clarify some possible inconsistencies for new/changed roles "*" and "**" from Servlet 3.1, section 13 how Tomcat implements this behavior. org.apache.catalina.connector.Request#isUserInRole(String)