You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rob Sargent <rs...@xmission.com> on 2021/01/11 04:51:45 UTC

javadoc 404

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 anchor cpdsadapter example

    https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package.html


Re: javadoc 404

Posted by Mark Thomas <ma...@apache.org>.
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 anchor cpdsadapter example
> 
>   
> https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package.html

I've fixed the link in the upstream Commons DBCP2 project. We'll pull in
an updated version of DBCP2 for the next release and the docs on the
website will reflect that change after the next release.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: javadoc 404

Posted by Mark Eggers <it...@yahoo.com.INVALID>.
Rob,

On 1/10/2021 8:51 PM, 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 anchor cpdsadapter example
> 
>     
> https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package.html 
> 
> 
> 

I went to https://tomcat.apache.org/tomcat-9.0-doc/api/overview-summary.html

and then

https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package-summary.html 


with no issue. Maybe an internal link is broken?

. . . just my two cents
/mde/