hello, can anyone pl.help me to configure JDBC Realm for oracle i had tried it and i get this exception. i know my URL is not correct can anyone tell the correctURL syntax connectionURL= "jdbc racle:thin:@195.168.142.45:1521:RsiSuite","scott","tiger" i get this exception Catalina.start: LifecycleException: Exception opening database connection: java.sql.SQL Exception: invalid arguments in call LifecycleException: Exception opening database connection: java.sql.SQLException: inval id arguments in call
The string needs to be one string for your database url connectionURL= "jdbcracle:thin:@195.168.142.45:1521:RsiSuite?user=scott;password=tiger" Give this a try.
------------------ I Hope This Helps Carl Trusiak, SCJP2, SCWCD [This message has been edited by Carl Trusiak (edited December 03, 2001).]