You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Roytman, Alex" <ro...@peacetech.com> on 2001/08/07 21:10:13 UTC

Catalina server.xml DTD?

Hello,

I am writing several jndi factories for catalina's JNDI implementation
and I am trying to figure out how to specify factory class for a
resource. The only sample I found was
<Resource name="jdbc/usorg" auth="CONTAINER"
type="javax.sql.DataSource"/>
and factory class for type="javax.sql.DataSource" is hard coded. What is
the attribute name for factory class?

Thank you very much

Alex Roytman