Pls check http response headers for the request to confirm if it's
returning proper headers.
Once they are in place then it may be to do with browser settings not
processing headers.
On Tue, Jan 12, 2021, 2:48 PM Jonnalagadda, Swathi (External) <
swathi.jonnalaga...@xerox.com> wrote:
> Hi Team
Mark,
It definitely helped. Works like a charm now.
I figure I only have about 10 more years of doing this stuff to start
becoming reasonably educated in all of the ins and outs of tomcat. The
deeper I get, the more I realize how many issues and problems you folks
have had to deal with and
The original question was about how to configure a tomcat datasource to
connect to two separate databases on a single mysql query. My confusion
came from the fact that the urls I'm using in the resource definition in
tomcat server.xml include the database name. My original question
assumed th
Hi Team
We have an application deployed in tomcat9.0.38 server which generates an xls
file dynamically and saves at server end. When we try to access the file using
application frontend, it is neither showing up in excel format nor showing up
pop up to save the file instead it is showing the c
Aryeh,
On 1/12/21 14:00, Aryeh Friedman wrote:
As of the latest upgrade of Safari Apple now gives a warning dialog if a
site uses https with TLS 1.0 or 1.1 (as per the NSA directive to
discontinue all use of said versions).
No directive from the US NSA. It's a recommendation. Apple and other
As of the latest upgrade of Safari Apple now gives a warning dialog if a
site uses https with TLS 1.0 or 1.1 (as per the NSA directive to
discontinue all use of said versions).
Tomcat 9.0.35 (the latest available via ports on FreeBSD) defaults to TLS
1.1 when SSLProtocol="TLS". As per the above
Chris,
Marking as OP since this is really a question about databases.
On 1/11/21 14:15, Chris Cheshire wrote:
On Jan 11, 2021, at 1:19 PM, Jerry Malcolm wrote:
I have a query that needs to access tables in two different databases on the
same mysql instance. I see how that can be done with
Hi,
I'm running Tomcat 8.5.50.0 on JRE 1.8.0_241-b07 on Solaris 5.11. Like many
other people, I've failed to disable TLSv1, TLSv1.1 etc.
Here is a snippet of server.xml:
sslEnabledProtocols="TLSv1.2,TLSv1.3"
In fact, configuring any of