I'm using the JDBCPageProvider. When I have multiple JSPWiki instances, I use multiple database instances (in Derby, in my case).
I don't think that JDBCPageProvider per se will provide what you're (as I understand it) looking for. I also used an embedded version of the Derby database. If you chose to use the client-server version, I suspect you could use the same database for multiple JSPWiki instances. However, in that configuration, it might not be possible for each client (with its own JDBCPageProvider) to duplicate the page names. On Tue, 2009-06-16 at 04:59 -0700, frano123 wrote: > Hi all, > Can anyone help me to answer this question? Sorry, I'm new in thiw area. I > have 2 instance of JSPwiki. Can I use the same database(in mysql) in > JDBCPageProvider for both instance? If yes, then will it be possible to > create the page with the same names but different content in each wikis? How > it will be work search funcionality in this case? > thank you > frano
