Re: Tomcat Processing Timer Question

2020-09-11 Thread Martin Grigorov
Hi, On Sat, Sep 12, 2020, 02:57 Eric Robinson wrote: > I'm not sure what you mean by measuring at the load balancer level. We're > using the jasper logs and those only exist on the tomcat server itself. I > must be misunderstanding your meaning. > He meant to use the LB's logs for the same. Wha

Re: Tomcat Processing Timer Question

2020-09-11 Thread Eric Robinson
I'm not sure what you mean by measuring at the load balancer level. We're using the jasper logs and those only exist on the tomcat server itself. I must be misunderstanding your meaning. Get Outlook for Android From: Christopher Schultz S

Replacing the standard JspWriter

2020-09-11 Thread Adam Rauch
I have implemented a custom JspWriter and registered it for use by our JSPs using the approach described here: https://stackoverflow.com/questions/29508245/jsp-using-a-delegate-for-out-jspwriter-with-jsp-includes-to-change-the-beh I created a custom JspFactory that returns a custom JspContext t

Re: Changing the keystore alias of the _default_ SSLHostConfig while running.

2020-09-11 Thread Daniel Skiles
I've gotten my _default_ SNI SSLHostConfig working. Thank you for the help. > Perhaps that method could have a better name, like reinitializeSSLHostConfigs. "reload" implies that it re-reads the server.xml which is not the case. At least the documentation should probabyl be better. If the serve

Microsoft Edge (Chromium based) not prompting for logons

2020-09-11 Thread Dave Ford
We've set up out Tomcat Manager to use LDAP for authentication - (note, this is not MS AD, but linux-based LDAP server). The OS our tomcat servers are running on is Linux and they're not intergrated with our AD domain in any way at all. Our users have been happily logging into the Tomcat manager a

Re: Track native memory of a Tomcat application

2020-09-11 Thread calder
On Fri, Sep 11, 2020, 12:07 Arshiya Shariff wrote: > Hi All, > We have a standalone tomcat web application(Version 9.0.22) which runs on > Linux . The application is used to process only a single http request. > But the physical memory usage of the application has increased to 4GB > (output from

Re: How to get the tag name from within a taglib class ?

2020-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rony, On 9/11/20 10:28, Rony G. Flatscher (Apache) wrote: > While exploring, experimenting with creating a taglib (implementing > the BodyTag interface) I would have a need to find out the tag name > that caused the tagclass to run. > > Is this poss

Re: Track native memory of a Tomcat application

2020-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arshiya, On 9/11/20 13:06, Arshiya Shariff wrote: > We have a standalone tomcat web application(Version 9.0.22) which > runs on Linux . The application is used to process only a single > http request. A single request, or a single *type* of reques

Track native memory of a Tomcat application

2020-09-11 Thread Arshiya Shariff
Hi All, We have a standalone tomcat web application(Version 9.0.22) which runs on Linux . The application is used to process only a single http request. But the physical memory usage of the application has increased to 4GB (output from the "top" command of Linux) , of which the heap has only 16

How to get the tag name from within a taglib class ?

2020-09-11 Thread Rony G. Flatscher (Apache)
While exploring, experimenting with creating a taglib (implementing the BodyTag interface) I would have a need to find out the tag name that caused the tagclass to run. Is this possible? If so, how would one be able to get at that tag name (any brief hints would suffice) ? ---rony P.S.: If pos

Re: Changing the keystore alias of the _default_ SSLHostConfig while running.

2020-09-11 Thread Daniel Skiles
> In your case, where did you rediscover reloadSslHostConfigs? To be honest, I wandered around in the JMX console until I found something that looked promising. > You'll want to "set" the value of the attribute "certificateKeyAlias". Thank you for your help. I'll give that a try. On Fri, Sep 1

Re: Changing the keystore alias of the _default_ SSLHostConfig while running.

2020-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 9/10/20 16:39, Daniel Skiles wrote: >> Also note that calling reloadSslHostConfigs does NOT re-read >> server.xml. It re-initializes the existing in-memory >> configuration. If you want to e.g. change the key alias, you'll >> have to make