> (1) what happens when there's a couple of JSPWiki instances running - 
> how do we prevent a collision on the name 'refmgr.ser'?

By setting up a different work directory for each.  If you do not, you
*will* have nasty collisions.

> (2) is there a way to force a JSPWiki instance (while it's running) to 
> generate a fresh refmgr.ser and refmgr-attr entries? (I know that when 
> you make a change to a page, refmgr.ser is updated - I'm wondering how 
> to do a complete new scan.)

Currently there is no way to force a refresh, except by shutting down
and restarting.

> (3) what happens if you use an old refmgr-attr and a new refmgr.ser?

They contain the version information, so they are just discarded and
new ones are generated.

> (4) does JSPWiki routinely add attributes to WikiPages?  (Or, is that 
> something that you do only with a particular application of your own?)  
> IOW, do WikiPages typically have any attributes set?

refmgr.ser only caches ReferenceManager references.  The refmgr-attr
files are then used to store any attribute assigned with [{SET}].

/Janne
_______________________________________________
Jspwiki-users mailing list
[email protected]
http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users

Reply via email to