Using SQLite with Railo
May 16
I was starting a small project that requires the use of SQLite, and the number of resources for where to put everything and how to connect up railo and the SQLite jar.
First thing you need to do is head off to www.zentus.com/sqlitejdbc and download the latest SQLite jar. After you download the jar file to put it into the lib dir of your rail/resin install. For other server engines (Tomcat/glassfish) where you put the jar file may vary.
Restart Railo so the changes take effect.
Once that is in place log into your Railo web admin and select datasources. Scroll down to the section where you create the data sourece and enter the name for your datasource and select JDBC - Other for the type.

On the next screen complete the datasource information with the important section at the bottom. For Class use org.sqlite.JDBC and for DSN use jdbc:sqllite:/path/to/sqlite/db

#1 by Joseph Swenson on 5/16/11 - 11:32 PM
#2 by Brian on 5/17/11 - 12:31 AM
#3 by Peter Rjabanedelia on 11/9/11 - 2:45 PM