> My tomcat 4.0.1 runs on a WinNT-machine. In server.xml i' 
> have configured a
> JDBC Realm with the following code:
> <Realm  className="org.apache.catalina.realm.JDBCRealm" debug="99"
>              driverName="oracle.jdbc.driver.OracleDriver"
>  
> connectionURL="jdbc:oracle:thin:@iv003866:1521:db02?user=scott
> ;password=tige
> r"
>               userTable="users" userNameCol="user_name"
> userCredCol="user_pass"
>           userRoleTable="user_roles" roleNameCol="role_name" />
> 
> But when I try to start tomcat I get the following error messages:
> Catalina.start: LifecycleException:  Exception opening 
> database connection:
> a.sql.SQLException: Ung³ltige Argumente in Aufruf (= invalid 
> arguments when
> calling)
> LifecycleException:  Exception opening database connection:
> java.sql.SQLExce
> on: Ung³ltige Argumente in Aufruf
>         at 
> org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:615)
>         at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:11

Are you able to log into that database directly through the oracle
admin tools using that username and password?


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to