> -----Original Message----- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 12:42 PM > To: Jetspeed Users List > Subject: explanation of how "build import" works? > > > I've got the latest cvs bits and have jetspeed configured against a DB > for PSML storage. > > I don't quite understand how "build import" works. > > After I load the psml schema and do a "build import" I thought, > operationally, that I'd modify the psml files on disk (e.g., > .../anon/html/default.psml) and then drop tables and rerun "build > import" to suck in the new psml, but that doesn't seem to be working. > Hi Eric,
You should only need to run it once to get the initial files off the disk and into the db. The steps are: 1. change the PSML service properties # services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.Cast orPsmlManagerService services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.D atabasePsmlManagerService 2. run "ant import" 3. you can then remove the file-based psml, since its now in the database -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
