> Thank you for the tip Remy, it worked like a champ... sort of. The files
> are now persisted after a restart of Tomcat, but there are some permission
> problems which still need to be resolved. I have seen several postings
> regarding questions about how to setup permissions with slide but nothing
> exists on the web site or in the slide documentation that explains the
> process in detail. That is, setting up permissions in the Domain.xml file
> as well as the web.xml and any tomcat configuration files. I don't know
the
> process myself but will have to look into it in order to get things
working
> properly. Basic question is... how to setup security given the following
tools:
>
> - tomcat 3.2 and 4.0
> - slide
> - hsql
I feel like a broken record here ;-)
You need to :
- configure authentication in the web application
- add the appropriate users in the Tomcat realm, matching the users in the
Slide namespace
- then edit the ACLs (right now, there's only the manager servlet - and the
interface is terrible - but soon you'll be able to do that through the
WebDAV client using DAV ACL)
> The last question is, it looks like hsql is no longer being worked on. Are
> there any plans to convert to a different database (postgres, mysql, or
> oracle)?
The store should run reasonably well with Oracle and mySQL, but you'll have
to create the tables yourself (the types supported by each database can vary
a lot).
Note : If someone could contribute SQL scripts for the database creation on
DBs other than hSQL, I would appreciate it. Thanks !
Remy