My first question is how I have been able to do that?
If you did not about this in the first place, you probably have not set the workdir at all. In that case we are smart and we allocate a temporary directory based on the hashcode of the servletcontext, so you will not have collisions.
However, this is not particularly useful, since the next time you will probably get a different hashcode and jspwiki will assume that it has been wiped clean, and does a "cold start".
The more important question, and I realize this is probably more a Tomcat than JSPWiki question, is how do you set up a different work directory for each JSPWiki instance?
It's in jspwiki.properties, and documented there as well. /Janne _______________________________________________ Jspwiki-users mailing list [email protected] http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
