Re: Apache Tomcat 8.5.4 question

2016-08-27 Thread Johanes Soetanto
On 27 Aug 2016 10:43 pm, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jorge, > > On 8/26/16 10:26 PM, Jorge Alfonso wrote: > > Dear Sirs > > > > I configured and started Tomcat Server on Windows 2008-R12 Server. > > > >

How to properly map a filter in tomcat embedded

2016-08-27 Thread John D. Ament
Hi, I have this pretty straight forward case of starting an instance of tomcat and bringing in a filter. Tomcat tomcat = new Tomcat(); tomcat.setPort(8080); File base = new File("."); Context ctx = tomcat.addContext("", base.getAbsolutePath()); String

cookie-related regression in Tomcat 8.5?

2016-08-27 Thread Mike Wertheim
I've found a difference in behavior between Tomcat 8.0.33 and Tomcat 8.5.4. Here's the setup... I have some Tomcat servers behind an F5 load balancer. There are two top-level domains (which I'll call domain1.com and domain2.com) pointing to the load balancer. In addition, there is a separate

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

2016-08-27 Thread Mark Thomas
On 27/08/2016 13:48, Christopher Schultz wrote: > All, > > CC'ing markt, since he's both Tomcat PMC and INFRA. > This is an out-of-office reply. Isn't there a way to have the mailing > list reject (or ignore) messages with the following SMTP headers? > > Auto-Submitted: auto-generated >

Re: How to set a virtual directory mapping

2016-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fung, On 8/26/16 12:58 AM, Fung wrote: > How to set a virtual directory that I can map a virtual path in my > web-app to local physical path. > > OS:window 7 Tomcat version:7.057 So you want a physical path like D:\public\files to map-into your

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

2016-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, CC'ing markt, since he's both Tomcat PMC and INFRA. On 8/26/16 10:01 AM, chensut...@xmholder.com wrote: > > 在 2016-11-12 之前,我离开办公室。 > > 我在6/8至11/12离开办公室,如有特急的可以联系林小姐 l...@xmholder.com,带来不 便请谅解! > > > 注意: 这是对您消息的自动答复 "Re: Custom

Re: Apache Tomcat 8.5.4 question

2016-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jorge, On 8/26/16 10:26 PM, Jorge Alfonso wrote: > 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

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

2016-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 8/26/16 2:45 PM, David Day wrote: >> 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