• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Multiple forums on same jForum application server and DB possible ?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, of course. As long each instance of jforum is in its own webapps, you can use the same db and same application server.

However, what do you need more precisely? to share data between forums - eg, one jforum could see data from other jforums -, or just to have them in the same place, without conflicts?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to run multiple forums( each on different websites) on the same jForum application server with the same DB ?
[originally posted on jforum.net by kenlohwh]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:
However, what do you need more precisely? to share data between forums - eg, one jforum could see data from other jforums -, or just to have them in the same place, without conflicts?
Rafael


I am not kenlohwh, but I have similar requirements.
I have a number of sites.
I want to (from most to least important for me):
1. Share user list. The jforum login should work on any such site.
2. Have a completelly different look and feel on different sites. Templates may be different too.
3. If possible - share some boards between sites.

To share user list - the most imporatnt requirement.
[originally posted on jforum.net by Anonymous]
 
Would you turn that thing down? I'm controlling a mind here! Look ... look at the tiny ad ...
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic