Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-08-06 Thread Clemens Klein-Robbenhaar
On 08/05/2014 04:39 PM, eamas wrote: Solved my issue and just wanted to drop a line here: Creating a new custom web app folder (moving over only our custom configurations piece-by-piece to a default 6.0.1 unpacked xwiki war file), zipping that folder, and deploying that - worked. We tested

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-31 Thread Clemens Klein-Robbenhaar
On 07/30/2014 05:49 PM, eamas wrote: My final question regarding this topic: is the Distribution Wizard absolutely necessary for the creation of a new sub-wiki (multi-wiki scenario)? In other words, if the database for the new wiki is being created in MySQL and I get the DocumentDoesNotExist

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-30 Thread eamas
My final question regarding this topic: is the Distribution Wizard absolutely necessary for the creation of a new sub-wiki (multi-wiki scenario)? In other words, if the database for the new wiki is being created in MySQL and I get the DocumentDoesNotExist page but I can still go to import the

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-29 Thread Clemens Klein-Robbenhaar
I guess the problem is that if one want to use hostname based subwikis and not path-basd subwikis, unfortunately one need to change the config in two places: - set url.standard.multiwiki.isPathBased=false in xwiki.properies - set xwiki.virtual.usepath=0 in xwiki.cfg Can you check if you maybe

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-29 Thread eamas
Thanks, Clemens. I’ll try your suggestion. From my understanding, we wanted to try and get this to work with path-based subwikis instead but I’ll see if this gets us closer to our goal. On Tuesday, July 29, 2014 at 8:37 AM, Clemens Klein-Robbenhaar [via XWiki] wrote: I guess the problem is

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-29 Thread Clemens Klein-Robbenhaar
Well, in case you want path besed subwikis better try with the sections set to the opposite values :) Reading that your webapp is custom configured another thing I guess what could have gone missing is: a) the servlet mapping for url-pattern/wiki/*/url-pattern has been gone missing in the

Re: [xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-29 Thread Esteban Amas
So it looks like although I get the DocumentDoesNotExist page I can still import the default set of wiki pages (for sub-wiki, not the package for main-wiki) from the link they provide in the Administer Wiki page. This seems like a good enough workaround for not getting the DW and after setting

[xwiki-users] New Wiki Creation Issues / No Distribution Wizard

2014-07-24 Thread Esteban Amas
Hello everyone, Upon trying to create a new wiki we don’t get a Distribution Wizard and instead get the DocumentDoesNotExist page. Setup Summary: Tomcat/MySQL XWikiv6.0.1 We deployed a custom configured version of the WAR file to our Servlet Container (Tomcat) and upgraded the UI on the