Hi all, I have a few questiones regarding setting jUDDI on tomcat and oracle
10g. I get the error message below.  i have downloaded the oracle jdbc
driver jar files and copied it into juddi/web-inf/lib folder and followed
the instructions on setting it up.   i put the juddi.properties and
server.xml below too.  please any suggesstion is appreciated.  Thanks in
advance. 

-fay

-------------result of validation
page---------------------------------------------------------------
+ Got a JNDI Context!
+ Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB)
- DB connection was not aquired. (Cannot create JDBC driver of class '' for
connect URL 'null')
- SELECT COUNT(*) FROM PUBLISHER failed (null)

----------------juddi.properties-------------------------------------------------------------------
# required JDBC DataSource properties
juddi.dataSource = java:comp/env/jdbc/juddiDB

# required JDBC Driver properties
juddi.useConnectionPool = true
juddi.jdbcDriver = oracle.jdbc.driver.OracleDriver
juddi.jdbcURL = jdbc:oracle://localhost/juddi
juddi.jdbcUser = SYSTEM
juddi.jdbcPassword = password

# optional JDBC Driver connection pool properties
juddi.jdbcMaxActive = 20
juddi.jdbcMaxIdle = 20 
juddi.jdbcMaxWaitTime = 15000
juddi.jdbcRetryInterval = 1000

---------------------- server.xml
--------------------------------------------------------------------

        <Context path="/juddi" docBase="juddi" debug="5" reloadable="true"
crossContext="true">
          <Resource name="jdbc/juddiDB" auth="Container"
type="javax.sql.DataSource"
                    username="SYSTEM" password="password"
driverClassName="oracle.jdbc.driver.OracleDriver"
                    url="jdbc:oracle://localhost:3306/juddi?autoReconnect=true"
                    validationQuery="select count(*) from PUBLISHER" />  
        </Context>
-- 
View this message in context: 
http://www.nabble.com/problem-with-jUDDI-on-tomcat---oracle-tf2015662.html#a5540373
Sent from the jUDDI - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to