Hi
El mar., 16 oct. 2018 a las 1:49, Igor Cicimov () escribió:
>
> 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"
>
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 concurre
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 l
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 s
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 abo
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
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 my
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: Monday
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.
No
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 ne
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 bu
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: unrec
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 Auth
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: Basic
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:
/opt/apache-tomcat-8.0.22/webapps/host-manag
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
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 oct
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:
https://tomcat.apa
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,
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 of
20 matches
Mail list logo