Hi Fabio,

> My question is: where is the information about the DB located? I've
> searched
> through the ant files, and could only locate this line about the DB
> whereabouts:
> 
>       <arg line="-database.0 file:${user.home}/webmaildb -dbname.0
> webmail"/>
> 
> 
> but there is no webmaildb in my computer at all!! where is it?

The files are named webmaildb.* in your home directory. That directory
depends on your user name and OS; for example, on Windows it is under
C:\Documents And Settings\<your user name> (if my memory serves), under
Linux it is typically /home/<your user name>, on a Mac, I don't know.

You can always change the ant file and put a different path. For
example,

<arg line="-database.0 file:./webmaildb -dbname.0 webmail"/>

puts the files in the current working directory. You can also hardcode
an absolute path of your choice.

> I'm reading and going through the Stripes book (Daoud) and I'm having a
> serious trouble trying to understand how the HSQLDB works.
>  I'm used to the way MySQL works as a demon, etc, but I'm baffled about
>  the
> way Daoud setted the DB up.

I hope that the explanations above clear things up. If you need more
clarification please let me know! I'll do my best to answer.

Cheers,
Freddy
http://www.stripesbook.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to