Re: [OT] Oracle Java 11 discussion?

2018-10-15 Thread Igal Sapir
On 10/15/2018 11:37 AM, Mark Thomas wrote: On 15/10/18 18:53, Berneburg, Cris J. - US wrote: Hi Folks What has anyone been thinking about the upcoming Oracle Java 11 release / support stuff? Frankly, I'm confused by it all and am still trying to wrap my brain around it. I have concerns

Re: [OT] Oracle Java 11 discussion?

2018-10-15 Thread Johan Compagner
Op ma 15 okt. 2018 20:37 schreef Mark Thomas : > > > I'd be more concerned that Oracle are starting to charge for production > usage. That alone would be enough for me to switch to OpenJDK. > Isnt that already the case? You can't download any installer of java 11 from Oracle that can be used in

RE: [OT] Oracle Java 11 discussion?

2018-10-15 Thread Tony Esposito
Hi Cris, For what it's worth, I am not a big fan of these frequent releases of Java by Oracle. One can barely get one's head around Java version 'X' then Java version 'Y' is out... Tony -Original Message- From: Berneburg, Cris J. - US [mailto:cberneb...@caci.com] Sent:

Re: [OT] Oracle Java 11 discussion?

2018-10-15 Thread Mark Thomas
On 15/10/18 18:53, Berneburg, Cris J. - US wrote: > Hi Folks > > What has anyone been thinking about the upcoming Oracle Java 11 release / > support stuff? Frankly, I'm confused by it all and am still trying to wrap > my brain around it. I have concerns about the potential implications for

Re: Tomcat/manager/ disable redirect from HTTPS to HTTP

2018-10-15 Thread Hans Schou
On Fri, 12 Oct 2018 at 14:12, Mark Thomas wrote: > > For the HTTP connector processing proxied traffic originally received > over HTTPS you want: > SSLEnabled="false" > scheme="https" > secure="true" > Thanks, this one is working exactly as expected: A bonus is that I now got forced use

JVM keystores and CA

2018-10-15 Thread Igor Cicimov
Hi all, I just want to clarify something that I've been seeing behave differently on various Java versions during the years. In case we have the following setting: -Djavax.net.ssl.trustStore=/keystore/truststore.jks" in Tomcat's default config file, is JVM suppose to fall back to the global CA

Re: WebSockets and JSPs

2018-10-15 Thread Shawn Heisey
On 10/15/2018 9:16 PM, Jerry Malcolm wrote: I have several webapps that do a significant amount of recursive loads of snippits of HTML utilizing XHR/http/ajax requests. These apps are all debugged and in production.   The server has no problem whatsoever in keeping up with the multiple

WebSockets and JSPs

2018-10-15 Thread Jerry Malcolm
I have several webapps that do a significant amount of recursive loads of snippits of HTML utilizing XHR/http/ajax requests. These apps are all debugged and in production.   The server has no problem whatsoever in keeping up with the multiple concurrent requests.  However, the open-connection

[ANN] Apache Tomcat JK Connectors 1.2.46 released

2018-10-15 Thread Mark Thomas
The Apache Tomcat Project is proud to announce the release of version 1.2.46 of the Apache Tomcat Connectors. This version fixes a number of bugs found in previous releases. Full details of these changes and new features, are available in the Apache Tomcat Connectors changelog:

RE: Tomcat embedded with Apache Solr

2018-10-15 Thread Jäkel , Guido
Dear Christopher, my 5ct on that: We're using Solr for years like (and together with) all other Webapps on Tomcat (and since some month on Wildfly) in a "classic" (non-cloud) setup without any the need for special tweaks. There is no official support for an webapp artifact since some Versions,

Re: OCSP stapling in tomcat 7 with APR

2018-10-15 Thread Mark Thomas
On 14/10/18 18:45, Усманов Азат Анварович wrote: > Hello everyone! I have an java 7 web app running on tomcat 7 with > APR/tomcat-native ON Linux .(OpenSSL 1.1.1) I would like to enable OCSP > stapling on tomcat > so that > When OCSP is enabled, a server will pre-fetch the OCSP response for its

Re: To Support at Tomcat, Got an issue Finding Maths.

2018-10-15 Thread Luis Rodríguez Fernández
Hello Ian, Perhaps you are trying something like this? <%@ page import="java.lang.Math" %> You have very nice and simple jsp examples inside the examples application of any tomcat distribution. E.g. ${CATALINA_BASE}webapps/examples/jsp/tagplugin/foreach.jsp Hope it helps, Luis El vie., 12

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-15 Thread tomcat
Hi. I put this question to the tomcat devs in a previous post, but it was somewhat lost in the volume I guess, so here it goes again : @ tomcat devs : If a HTTP request to Tomcat 8.0/8.5, in an unsollicited way (meaning without a previous 401 response), were to provide a "Authorization:

RE: Tomcat 8 and authenticating Basic Auth users

2018-10-15 Thread Tony Esposito
Hello André, Yes, you understand the issue correctly. Once again an excellent explanation. Using grep -rnw '/opt/apache-tomcat-8.0.22/' -e 'auth-method' and logged in as 'root', I have only been able to find auth-method in the following files:

RE: Tomcat 8 and authenticating Basic Auth users

2018-10-15 Thread Tony Esposito
Hello André, Thank you. I would be curious to see what they come up with as a response. Tony -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Monday, October 15, 2018 9:13 AM To: users@tomcat.apache.org Subject: Re: Tomcat 8 and authenticating Basic

Re: OCSP stapling in tomcat 7 with APR

2018-10-15 Thread Усманов Азат Анварович
how do I make sure ocsp is enabled on tomcat native when I try to pass --enable-ocsp to tomcat native configure i get unrecognized option warning ./configure --with-apr=/usr/local/apr --with-java-home=/usr/java/jdk1.7.0_79 -with-ssl=/usr/local/openssl --enable-ocsp configure: WARNING:

Re: OCSP stapling in tomcat 7 with APR

2018-10-15 Thread Mark Thomas
On 15/10/18 16:20, Усманов Азат Анварович wrote: > how do I make sure ocsp is enabled on tomcat native > > when I try to pass --enable-ocsp to tomcat native configure i get > unrecognized option warning As far as I can tell, you'd need to explicitly define OPENSSL_NO_OCSP to disable OCSP when

Re: OCSP stapling in tomcat 7 with APR

2018-10-15 Thread Coty Sutherland
On Mon, Oct 15, 2018 at 11:39 AM Mark Thomas wrote: > On 15/10/18 16:20, Усманов Азат Анварович wrote: > > how do I make sure ocsp is enabled on tomcat native > > > > when I try to pass --enable-ocsp to tomcat native configure i get > unrecognized option warning > > As far as I can tell, you'd

[OT] Oracle Java 11 discussion?

2018-10-15 Thread Berneburg, Cris J. - US
Hi Folks What has anyone been thinking about the upcoming Oracle Java 11 release / support stuff? Frankly, I'm confused by it all and am still trying to wrap my brain around it. I have concerns about the potential implications for my little project, and also wonder about Tomcat at large.