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
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
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
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
> 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
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
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