• 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 a Single box

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings. I want to run multiple forums for very separate topics on the same box. I'm wondering if I can simply create another install of jforums under a different webapp dir, and point them at a seperate mysql db, with a different username.

Will that work or are there singleton objects that will conflict?

I guess what I'm trying to acomplish is a separate community for a separate topic. I don't really care if the usernames are shared, but I dont want one community to see the other communities forums unless they use a different hostname, or url...

Thanks!

TheDruidXpawX

http://www.disastrousconsequences.com
[originally posted on jforum.net by TheDruidXpawX]
 
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
If you wannt put under the same context, then you'll have problems, because there are a lot of static variables.

Now, if contexts are different ( aka, /forum1 and /forum2, for example ), then you are ok.

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

Rafael Steil wrote:If you wannt put under the same context, then you'll have problems, because there are a lot of static variables.

Now, if contexts are different ( aka, /forum1 and /forum2, for example ), then you are ok.

Rafael



nah, I had planned on having one under /dcforum and the other under /sdforum
[originally posted on jforum.net by TheDruidXpawX]
 
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
Well, if you was wondering about having more than one jforum under the same context, then it can't be done currently. I can think in some ideias to allow that, but would require major refactorings. Maybe in the future

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Wait for it ... wait .... wait .... NOW! Pafiffle! A perfect tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic