Re: Max Sessions Across whole Server

2017-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anthony, On 5/24/17 6:40 PM, Anthony, Clark R [US] (MS) wrote: > Hello, I'm currently using Tomcat 8.5.14. I'd like to be able to > limit the number of active sessions across the entire Tomcat > server. I saw the "maxActiveSessions" value in the

Re: trimSpaces removing whitespace from html

2017-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/26/17 6:59 AM, Mark Thomas wrote: > On 26/05/17 10:15, David Kavanagh wrote: >> Hey guys, >> >> Thanks for getting back to me. I didn't realise that the >> attachments would be stripped.> Here are the two files in full. > > That isn't

Re: [OT] server.xml password encryption instead of plain text

2017-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Harri, On 5/26/17 3:32 AM, Pesonen, Harri wrote: > It is possible to use Windows certificate store like this: > > keyAlias="..." keystoreFile="" keystoreType="Windows-My" > maxThreads="150" port="8443" >

Re: jk connector + http2

2017-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 5/25/17 1:35 PM, George Stanchev wrote: > Is a HTTP/2 call to Tomcat proxied via IIS / JK Connector (Tomcat > Connector) expected to succeed? No, it won't work. You will need to use mod_proxy_http2[1] with httpd or have IIS do

Re: trimSpaces removing whitespace from html

2017-05-26 Thread David Kavanagh
I will need to confirm with some people if that is a realistic fix for us and i will let you know. Thanks On 26 May 2017 at 13:05, David Kavanagh wrote: > Thanks Mark, > > I will try that out and let you know if it sorts our issue. > > Much appreciated > > On 26 May

Re: trimSpaces removing whitespace from html

2017-05-26 Thread David Kavanagh
Thanks Mark, I will try that out and let you know if it sorts our issue. Much appreciated On 26 May 2017 at 12:59, Mark Thomas wrote: > On 26/05/17 10:15, David Kavanagh wrote: > > Hey guys, > > > > Thanks for getting back to me. I didn't realise that the attachments > would

Re: trimSpaces removing whitespace from html

2017-05-26 Thread Mark Thomas
On 26/05/17 10:15, David Kavanagh wrote: > Hey guys, > > Thanks for getting back to me. I didn't realise that the attachments would > be stripped.> > Here are the two files in full. That isn't enough for us to reproduce it. Those files refer to a handful of other tag files and classes we don't

Re: trimSpaces removing whitespace from html

2017-05-26 Thread David Kavanagh
Hey guys, Thanks for getting back to me. I didn't realise that the attachments would be stripped. Here are the two files in full. The first is the imageTopWrapper.js <%@taglib prefix="hint" tagdir="/WEB-INF/tags/vhosts/marfeel/tags/hint" %> <%@ page

Autodeploy servlets below webapps folder

2017-05-26 Thread Gubler, Ruediger
Hi, We have currently the following structure on our tomcat servers: webapps/projects/project1..n webapps/servletProject1.1 webapps/servletProject1.m ... webapps/servletProject_n.1 webapps/servletProject_n.m We would like to put the servlet below the project folders.

Re: server.xml password encryption instead of plain text

2017-05-26 Thread tomcat
Hi. Rather than spending a lot of time (again) on this issue, I would suggest that everyone (re-)read the excellent FAQ article summarising the issue. https://wiki.apache.org/tomcat/FAQ/Password And/or, search the tomcat user's list archives about this topic, such as :

Re: server.xml password encryption instead of plain text

2017-05-26 Thread Dhaval Jaiswal
I have the unix system. On Fri, May 26, 2017 at 1:02 PM, Pesonen, Harri wrote: > It is possible to use Windows certificate store like this: > > keyAlias="..." keystoreFile="" keystoreType="Windows-My" maxThreads="150" > port="8443"

RE: server.xml password encryption instead of plain text

2017-05-26 Thread Pesonen, Harri
It is possible to use Windows certificate store like this: You have to enter keyAlias that matches the subject of the certificate in Windows user's personal certificates. Then you don't need to enter password at all. -Harri -Original Message- From: John Palmer