Re: Documentation for production version of tomcat 8.5

2017-07-26 Thread Hassan Khan
hi Chris, after searching the web, below are the changes we did and saw actual improvement in performance... Our app used jsp that have lot of java code inside it.. 1. In web.xml added the highlighted section. jsp org.apache.jasper.servlet.JspServlet fork

Re: DeltaManager implementation

2017-07-26 Thread Mark Thomas
On 26/07/2017 19:20, christop...@baus.net wrote: > Hi, > > I'm running on the following platform: Tomcat 8.5.12 Java 1.8.0_121 Windows > 2012R2 > I'm working on a multi-node configuration. I have some questions about how > the DeltaManager works. Does using the DeltaManager require sticky

DeltaManager implementation

2017-07-26 Thread christopher
Hi, I'm running on the following platform: Tomcat 8.5.12 Java 1.8.0_121 Windows 2012R2 I'm working on a multi-node configuration. I have some questions about how the DeltaManager works. Does using the DeltaManager require sticky sessions using jvmRoute? Or does the DeltaManager replicate to

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-26 Thread Igal @ Lucee.org
On 7/26/2017 11:00 AM, Berneburg, Cris J. - US wrote: I'm not such a miserable bastard as this thread would indicate Sounds like a great sig for you. ;-)  (that's a "Laughing Tears" emoji if it doesn't render right) -

RE: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-26 Thread Berneburg, Cris J. - US
Hey Chris > From: Christopher Schultz [mailto:chris@...] > Sent: Friday, July 21, 2017 1:02 PM > To: users@tomcat.apache.org > Subject: Re: [OT] Unable to install Tomcat 9 on Windows 10 [SNIP] > I'm not such a miserable bastard as this thread would indicate Sounds like a great sig for you.

Re: Non-US-ASCII letters in url-mapping

2017-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 7/26/17 7:08 AM, Martin Nybo Andersen wrote: > Hi list, > > I've written some servlets with a url-pattern, that includes > non-US-ASCII letters (specifically the danish letter æ). This works > quite fine in tomcat 8.5.14 and previous

Re: Non-US-ASCII letters in url-mapping

2017-07-26 Thread Konstantin Kolinko
2017-07-26 14:08 GMT+03:00 Martin Nybo Andersen : > Hi list, > > I've written some servlets with a url-pattern, that includes non-US-ASCII > letters (specifically the danish letter æ). This works quite fine in tomcat > 8.5.14 and previous versions. However, I get 404 Not Found with

Re: The performance reduce much for tomcat 8 ??

2017-07-26 Thread jianjun.guo
Thanks mark. Today i patch tomcat8.0.32, put response header into buffer when response was commited, the TPS up to 8W (originally it is 6w). However, i missed anything related to non-blocking handling which is very complex. Next i wound switch to tomcat8.5.x, i thank it is less

Non-US-ASCII letters in url-mapping

2017-07-26 Thread Martin Nybo Andersen
Hi list, I've written some servlets with a url-pattern, that includes non-US-ASCII letters (specifically the danish letter æ). This works quite fine in tomcat 8.5.14 and previous versions. However, I get 404 Not Found with versions 8.5.15 and 8.5.16. If I get the mappings from the servlet's

Re: Server giving 404 since upgrade to Tomcat7

2017-07-26 Thread Peter Kreuser
Hi all, > Am 25.07.2017 um 21:00 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Peter, > >>> On 7/25/17 11:14 AM, Peter Flynn wrote: >>> On 24/07/17 11:57, Mark Thomas wrote: >>> On 24/07/17 11:12, Flynn, Peter wrote: >>