SSL configuration for Tomcat 9

2022-07-15 Thread Vince Stewart
but the certificate returned to the browser is not the domain-specific certified certificate but a certificate generated with the certificate keystore fingerprint. In a properly operating implementation, what certificate should be returned to the browser? I'm obviously doing something wrong. But what ? -- Vince Stewart

secureRandom... using [SHA1PRNG] ..took (up to) 20 minutes

2019-12-29 Thread Vince Stewart
I started recently using my my java app with embedded Tomcat / 8.0.28 on a debian VPS (DigitalOcean). Unfortunately, it can take up to 20 minutes to launch into action from the time you start execution. The issue relates to "Creation of SecureRandom instance ... using SHA1PRNG". Slowness has

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Vince Stewart
-mail: users-h...@tomcat.apache.org -- Vince Stewart

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Vince Stewart
=6/ instead of address=auto try address=192.168.1.43 this should alter the log displayed at start-up and I would be very interested if you still had a problem. On Thu, Sep 19, 2013 at 10:35 AM, Vince Stewart stewart.vi...@gmail.comwrote: Hi Nicholas, I'm am a bit of a novice but I did have

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-29 Thread Vince Stewart
, that prediction was absolutely correct. On Thu, Aug 29, 2013 at 7:09 AM, Vince Stewart stewart.vi...@gmail.comwrote: Appreciate this a lot Mark. I'm pretty sure my previous code had a short sleep in each loop but thankfully, in-coming data rarely exceeds the Servlet InputBuffer size

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-28 Thread Vince Stewart
. The concept is very appealing. Thanks for your contributions. On Wed, Aug 28, 2013 at 11:00 PM, Mark Thomas ma...@apache.org wrote: On 28/08/2013 09:41, Mark Thomas wrote: On 27/08/2013 03:40, Vince Stewart wrote: hi all, thought I would add some progress on this topic. I have changed my method

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-26 Thread Vince Stewart
hi all, thought I would add some progress on this topic. I have changed my method for reading from the HttpServletRequest object but the same warning message is thrown for every 8192 bytes read. I no longer regard my code to be suspect though am happy to be corrected. The application operates

buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-25 Thread Vince Stewart
:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) -- Vince Stewart

Re: Share info across different sessions servers

2013-07-05 Thread Vince Stewart
); } } } On Thu, Jul 4, 2013 at 6:57 PM, Jose MarĂ­a Zaragoza demablo...@gmail.comwrote: Thanks Vince. I'll take a look , but , it doesn't look trivial , not at all Regards 2013/7/4 Vince Stewart stewart.vi...@gmail.com Hi Jose, a couple of things, 1) I use embedded Tomcat to build my

Re: Share info across different sessions servers

2013-07-03 Thread Vince Stewart
Hi Jose, a couple of things, 1) I use embedded Tomcat to build my application and this has allowed me to maintain 2 single-line patches in tribes classes by adding tribes source code to my compilations. However those patches are only necessary with large messages that take more than 3 seconds to

Re: Share info across different sessions servers

2013-07-02 Thread Vince Stewart
- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Vince Stewart

Re: BackupManager start fails under heavy load

2013-06-28 Thread Vince Stewart
Hi Patrick, A similar problem has been reported before: http://tomcat.10.n6.nabble.com/org-apache-catalina-tribes-ChannelException-Operation-has-timed-out-3000-ms-Faulty-members-tcp-64-88-td4656393.html The important error message from your log output is: Caused by:

Re: tomcat7 cluster not communicating

2013-03-08 Thread Vince Stewart
. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Vince Stewart

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-10 Thread Vince Stewart
, On Mon, Feb 4, 2013 at 6:40 PM, Tim Watts t...@cliftonfarm.org wrote: On Mon, 2013-02-04 at 17:51 +1300, Vince Stewart wrote: Hi Tim, thanks so much for your reply netstat -t -l yields that includes: Active Internet connections (only servers) Proto Recv-Q Send-QLocal Address

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-03 Thread Vince Stewart
treat it accordingly. I'll give that ago tomorrow morning and keep CATALINA_OPTS in mind as well. Many thanks for your help. On Mon, Feb 4, 2013 at 4:06 PM, Tim Watts t...@cliftonfarm.org wrote: On Mon, 2013-02-04 at 14:39 +1300, Vince Stewart wrote: Using Tomcat 7.0.35 embedded in Java