Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-12 Thread Mounika Reddy
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

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-12 Thread Jerry Malcolm
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

Re: [OT] Join tables from different databases with tomcat datasource

2021-01-12 Thread Jerry Malcolm
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

Tomcat server not considering Mime Type - Request urgent help!!

2021-01-12 Thread Jonnalagadda, Swathi (External)
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

Re: Bug report: Default TLS version needs to be greater then 1.1

2021-01-12 Thread Christopher Schultz
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

Bug report: Default TLS version needs to be greater then 1.1

2021-01-12 Thread Aryeh Friedman
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

Re: [OT] Join tables from different databases with tomcat datasource

2021-01-12 Thread Christopher Schultz
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

FW: Tomcat 8.5.50.0: Unable to disable TLSv1.1 in protocol="org.apache.coyote.http11.Http11NioProtocol"

2021-01-12 Thread Eric Lee
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