You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by "Wm.A.Stafford" <st...@marine.rutgers.edu> on 2009/03/13 18:31:03 UTC

Moving JSPWiki

I would like to move my JSPWiki to another machine.  I tried copying the 
jspwiki directory under tomcat/webapps but that did not appear to work.

How do I do this?
Thanks,
-=beeky

Re: Moving JSPWiki

Posted by Vlado Peshov <vl...@gmail.com>.
On Fri, Mar 13, 2009 at 6:31 PM, Wm.A.Stafford
<st...@marine.rutgers.edu> wrote:
> I would like to move my JSPWiki to another machine.  I tried copying the
> jspwiki directory under tomcat/webapps but that did not appear to work.

You will also need to modify jspwiki.baseURL(supposing that two
machines has different hosts) in
$tomcat/webapps/$jspwiki-webapp/WEB-INF/jspwiki.properties.

Also, if you want to migrate all the content, you will need to copy
all the data from jspwiki.fileSystemProvider.pageDir,
jspwiki.basicAttachmentProvider.storageDir, jspwiki.workDir,...

Also, if you have set external user and group database you will need
to migrate these storage to the another machine.

Regards, Vlado