[SQLiteDBMS-devel] getting started question
Status: Inactive
Brought to you by:
nonun
From: stephan b. <st...@s1...> - 2006-07-13 23:22:43
|
Hiya! i just came across sqlitedbms today and am very excited about it. i=20 would like to look into using it with my serialization library to=20 provide serialization support on top of the existing sqlite3 add-on=20 (http://s11n.net/sqlite). However... When i follow the quick-start guide i get to the point of connecting=20 with my browser, but i get no further... i've tried: http://localhost:6543/ (like the docs say) http://admin:password@localhost:6543/TEST (as shown in some code sample) http://localhost:6543/client/js.htm but i always get "Resource not found". i have traced that text back to=20 backend.c, so i know it's coming from sqlitedbms and not my browser. i=20 populated the TEST db with table named 'foo', but that made no=20 difference. i'm confused. What do i need to do in order to connect to the server=20 over the web browser? Any tips would be much appreciated! And a question before i go off and duplicate somebody else's work: i would like to write a wrapper script similar to apachectl, for=20 starting and stopping sqlitedbms. Is there already one somewhere? =2D-=20 =2D---- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |