Hi, I'm having a problem configuring Tomcat managed authentication (using a sqlite DB for authentication information) in a web application.
Until now I've figured out that in the file server.xml under <Tomcat home directory>/conf should add something like that. <Realm className="org.apache.catalina.realm.JDBCRealm" debug="0" connectionURL="jdbc:sqlite://localhost:8080/SQLite" driverName="org.sqlite.JDBC" userTable="operatori" userNameCol="username" userCredCol="password" userRoleTable="ruoli" roleNameCol="ruolo" /> I've created the "operatori" Sqlite_DB which contains the usernames/ passwords/roles and I would like to know where should I put the Sqlite_DB file (inside my web-app or inside Tomcat), and how to reach it then with the "connectionURL" attribute of the REALM element. I've already put the jdbcSQLite_driver.jar under the lib directory of TOMCAT. What do I have to do with the jdbcSQLite_driver.dll file ? I appreciate any advice, Thank you in advance, Alan --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
