Filled as:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57004
Thanks a lot.
Jiří Pejchal
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jiri,
On 9/22/14 1:59 PM, Jiri Pejchal wrote:
> I would like to monitor the number of stuck threads reported by
> StuckThreadDetectionValve through jmx.
>
>
> I usually use tool like jmxtrans and plot a graph with graphite.
>
>
> The number of
Hi,
I would like to monitor the number of stuck threads reported by
StuckThreadDetectionValve through jmx.
I usually use tool like jmxtrans and plot a graph with graphite.
The number of stuck threads is stored in the stuckCount variable. However
there is no jmx attribute for it, there is only
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Suleman,
On 9/18/14 3:45 AM, Suleman Butt wrote:
> Caused by: java.lang.RuntimeException: Method not supported. at
> iaik.pkcs.pkcs1.RSACipher.engineUpdate(Unknown Source) at
> javax.crypto.Cipher.update(DashoA13*) at
> java.security.Signature$Ciphe
Got it working myself finally.
Removed the Java_OPS property settings in the Tomact setenv.bat
Rather in my servlet:
private static final String TRUST_STORE =
"/WEB-INF/certificates/XXXProdTrustStore.jks";
private static final String KEY_STORE =
"/WEB-INF/certificates/XXXProdKeyStore.jks
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Borislav,
On 9/20/14 11:57 PM, Borislav Trifonov wrote:
Switched to a configuration where Tomcat is now front-ended by
Nginx acting as a load balancer, so now the problem has moved to a
different spot.
Just curious:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Borislav,
On 9/20/14 11:57 PM, Borislav Trifonov wrote:
> Switched to a configuration where Tomcat is now front-ended by
> Nginx acting as a load balancer, so now the problem has moved to a
> different spot.
Just curious: how does Nginx do this? I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 9/17/14 4:06 PM, Christopher Schultz wrote:
> Mark,
>
> On 9/17/14 4:02 PM, Mark Thomas wrote:
>> On 17/09/2014 20:55, Christopher Schultz wrote:
>>> All,
>>>
>>> I'm running Tomcat 8.0.9 on Mac OS X under Oracle's Java 7
>>> jdk1.7.0_65
> 2. See
> // Step 6. Merge web-fragment.xml files into the main web.xml
> // file.
> if (ok) {
> ok = webXml.merge(orderedFragments);
> }
>
> That Step 10 that you cited is about static resources
> (META-INF/resources/ files) and noth
Hi,
The recommended approach when using a proxy in front of tomcat is to have the
same context path on both side like this:
http://mycompany.com/myapp --> http://mycompany.lan:8080/myapp
Having different context paths like this:
http://mycompany.com/mypublicapp --> http://mycompany.lan:8080/my
2014-09-22 12:01 GMT+04:00 Loïc Tregan :
> Hi Konstantin,
>
> I am referring to this code in ContextConfig.java:
>
> // Step 9a. Make the merged web.xml available to other
> if (context.getLogEffectiveWebXml()) {
> log.info("web.xml:\n" + mergedWebXml);
> }
>
> // Step
Hi Konstantin,
I am referring to this code in ContextConfig.java:
// Step 9a. Make the merged web.xml available to other
if (context.getLogEffectiveWebXml()) {
log.info("web.xml:\n" + mergedWebXml);
}
// Step 10. Look for static resources packaged in JARs
12 matches
Mail list logo