You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marius Urbietis <ad...@salda.lt> on 2002/08/10 09:39:19 UTC

Tomcat and SapDB

I am trying to configure Tomcat 4.0.4 and SapDB JDBCRealm
In server.xml file I write these lines:

<Realm  className="org.apache.catalina.realm.JDBCRealm" debug="99"
             driverName="com.sap.dbtech.jdbc.DriverSapDB"
          connectionURL="jdbc:sapdb:database?user=usr;password=psw"
              userTable="users" userNameCol="user_name" 
userCredCol="user_pass"
          userRoleTable="user_roles" roleNameCol="role_name" />

but I get error:

Catalina.start: LifecycleException:  Exception opening database 
connection:  com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB: no 
password given

Can anybody help me?
Thanx.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>