Apache Tomcat 8.5.4 question

2016-08-26 Thread Jorge Alfonso
Dear Sirs I configured and started Tomcat Server on Windows 2008-R12 Server. Compiled and deployed a Java Vaadin Web application that I just started to program 2 months ago. My experience with Vaadin is only 2 months and the Tomcat Server only 2 days. I am a newbie learning Java, Vaadin and

Re: Create new MySQL connections if read-only status is detected - AWS RDS failover

2016-08-26 Thread David Day
> How, in general, would you test to see if the database is in read-only > mode? > > - -chris This is what I'm hoping to learn, and perhaps is a question better for a MySQL list. I've found settings to add such as 'autoReconnect' and 'failOverReadOnly' for more classic cases using multiple MySQL

自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-26 Thread chensuting
在 2016-11-12 之前,我离开办公室。 我在6/8至11/12离开办公室,如有特急的可以联系林小姐 l...@xmholder.com,带来不 便请谅解! 注意: 这是对您消息的自动答复 "Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?" 发送日期 2016/8/26 20:07:53. 此通知是此用户离开期间您将收到的唯一通知。

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-26 Thread Mark Thomas
On 26/08/2016 06:54, Doug Gschwind wrote: > Hello, > In my research today on the topic, this appears to be much more difficult > than I would expect in Tomcat 8.5, so I can only conclude I am missing > something. Here are the two potential solutions I have found : > > 1) Provide our own

Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-26 Thread Doug Gschwind
Hello, I am attempting to migrate our web app from Resin 3.1 to Tomcat 8.5.4. Ultimately, the intent is to be able to run our web app within Tomcat 8.5 on MAC OS X (in dev mode) or on a CentOS 7 box for production. With Resin 3.1, you can use a subclass of the Resin AbstractAuthenticator class