Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Mark Thomas
On 12/01/2021 00:45, Jerry Malcolm wrote: > On 1/11/2021 6:11 PM, Mark Thomas wrote: >> On 12/01/2021 00:00, Jerry Malcolm wrote: >>> I have a standalone tomcat. TC is configured to redirect any port 80 >>> requests to https/443.  It works fine on pages that aren't protected by >>> web.xml security

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Jerry Malcolm
On 1/11/2021 6:11 PM, Mark Thomas wrote: On 12/01/2021 00:00, Jerry Malcolm wrote: I have a standalone tomcat. TC is configured to redirect any port 80 requests to https/443.  It works fine on pages that aren't protected by web.xml security constraints.  However, if a page is protected, the logi

Re: Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Mark Thomas
On 12/01/2021 00:00, Jerry Malcolm wrote: > I have a standalone tomcat. TC is configured to redirect any port 80 > requests to https/443.  It works fine on pages that aren't protected by > web.xml security constraints.  However, if a page is protected, the > login page appears while still in non-ss

Tomcat Displaying Login Page before redirecting to https

2021-01-11 Thread Jerry Malcolm
I have a standalone tomcat. TC is configured to redirect any port 80 requests to https/443.  It works fine on pages that aren't protected by web.xml security constraints.  However, if a page is protected, the login page appears while still in non-ssl http mode. For years, I've had httpd sitting

Re: Join tables from different databases with tomcat datasource

2021-01-11 Thread Chris Cheshire
> 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 the JOIN syntax in > mysql. But datasource pools reference a single database, correct? I really > n

Join tables from different databases with tomcat datasource

2021-01-11 Thread Jerry Malcolm
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 the JOIN syntax in mysql.  But datasource pools reference a single database, correct?  I really need to 'join' two datasources for one sql call. I found info on doi

Re: javadoc 404

2021-01-11 Thread Mark Thomas
On 11/01/2021 04:51, Rob Sargent wrote: > While trying to understand why PerUserPoolDataSource doesn't implement > javax.sql.ConnectionPoolDataSource on > >    > https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/datasources/package-summary.html > > > I get a 404 from anch