hi

I am trying to use tomcat as servlet engine with apache.
It works fine. Now I would like to integrate MSSQL 7 as the dB Server.

Please suggest as to how i can integrate this.
Where is the jdbc driver available.

What should be the parameters in this piece of server.xml?

<RequestInterceptor className="org.apache.tomcat.realm.JDBCRealm" debug="99"
     driverName="?"
     connectionURL="jdbc:?://localhost/authority?user=test;password=test"
     userTable="users" userNameCol="user_name" userCredCol="user_pass"
      />

Please suggest other resources or techniques.
I will be very much  thankful for the help.

Thanks
SRC RAO



____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to