Re: Tomcat 8.5.15 Released?

2017-05-15 Thread Maxim Solodovnik
It is in Maven: http://repo1.maven.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/8.5.15/ So I guess it is released On Tue, May 16, 2017 at 10:58 AM, Adam Rauch wrote: > Is Tomcat 8.5.15 officially released? The home page > (http://tomcat.apache.org/index.html) seems to

Tomcat 8.5.15 Released?

2017-05-15 Thread Adam Rauch
Is Tomcat 8.5.15 officially released? The home page (http://tomcat.apache.org/index.html) seems to indicate that it was released 2017-05-10. however, the text of the section references the "release of version 8.5.14" and "notable changes compared to 8.5.13." And the changelog link hits the 8.5.14

Re: MaxThread Configurations Issue

2017-05-15 Thread Mark Eggers
Shailesh, On 5/15/2017 8:22 AM, Shailesh Jain wrote: > We have updated the maxThread configuration to 10 at below place in > server.xml of DEV environment. However I was able to see more than 10 > threads. I have also attached the server.xml > > I need your help to understand if I am doing

Tomcat 9: using static files in my servlet

2017-05-15 Thread Pranav Lal
Hi all, I am using tomcat version 9.0.0.M20 My question is that my servlet needs to read files and write a log of what it did. Where do I place the files to be read? Do I put then in the C:\tomcat\webapps\cisoWeb\WEB-INF folder? Note: I am using windows 10 creators update for development but

Tomcat 9: using static files in my servlet

2017-05-15 Thread Pranav Lal
Hi all, I am using tomcat version 9.0.0.M20 My question is that my servlet needs to read files and write a log of what it did. Where do I place the files to be read? Do I put then in the C:\tomcat\webapps\cisoWeb\WEB-INF folder? Note: I am using windows 10 creators update for development

MaxThread Configurations Issue

2017-05-15 Thread Shailesh Jain
We have updated the maxThread configuration to 10 at below place in server.xml of DEV environment. However I was able to see more than 10 threads. I have also attached the server.xml I need your help to understand if I am doing something wrong or it is an expected behaviour? -- Thanks

How to monitor Tomcat connectors?

2017-05-15 Thread Pesonen, Harri
Hello, what would be the best way to find out if any of Tomcat connectors have failed to initialize at startup? They could fail for many reasons, like when the port is already in use, or keystore is missing etc. Now Tomcat prints the error in log, but I would like to find out programmatically

Encode uri

2017-05-15 Thread Yuval Schwartz
Tomcat version: 8.0.43 java: 1.8.0_05 Hello, On some web browsers, clients are able to enter uri's with unescaped illegal characters (eg: "|" or pipe). This causes an IllegalArgumentException to be thrown and a 400 response code. This behavior is reported here:

Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2017-05-15 Thread mwbxtr
I believe I am having an issue with getting the ROOT context from a different app context. This was working in 8.0.14, but no longer works in 8.0.43. Root context exists and (includes crossContext=true in conf/context.xml) Within Context: /app1 public class CrossContextExample {

Re: trimSpaces removing whitespace from html

2017-05-15 Thread David Kavanagh
Ok cool, hopefully that will reproduce so you can see for yourself. Thanks! On 15 May 2017 at 10:39, Mark Thomas wrote: > On 12/05/17 17:08, David Kavanagh wrote: > > Yes, this is one of the .jsp files. I don't know how useful this is. > > Hopefully this will reproduce this.

Re: trimSpaces removing whitespace from html

2017-05-15 Thread Mark Thomas
On 12/05/17 17:08, David Kavanagh wrote: > Yes, this is one of the .jsp files. I don't know how useful this is. Hopefully this will reproduce this. Looking at this is on my TODO list while I'm at ApacheCon. > Has anyone heard of a similar issue using trimSpaces before, or do you > think this