> You are likely connecting to the wrong catalog.  Is the pool parameter
> defaultCatalog set?

That's specified in my Context, correct? If so, then no, I don't have my
defaultCatalog parameter set.

Here is my context.xml file (comments removed, as well as domain uname and
passwd)

<Context path="/flc" docBase="flc"
        debug="5" reloadable="true" crossContext="true">

           <Resource name="jdbc/flc" auth="Container"
              type="javax.sql.DataSource" 
                  driverClassName="oracle.jdbc.OracleDriver"
              url="jdbc:oracle:thin:@devdb1.(mydomain).com:1521:flcdb"
              username="(uname)" password="(passwd)" 
                  maxActive="20" maxIdle="10"
              maxWait="-1" removeAbandoned="true" 
                  moveAbandonedTimeout="180"
              logAbandoned="true"/> 
</Context>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to