• 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

Integration of jForum into other project

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I need to integrate jForum into another java web application.
For login, no problem with SSO feature.
But I would like to have a clear structure in all directories of my application, and I would like to put every templates/images/... into one specific directory; by example a sub-directory named 'jForum' ...
Is there some feature in jForum to do this easily without modifying anything in the source code?

Thank you in advance for any suggestions.
[originally posted on jforum.net by kikipopol]
 
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
There is no easy way to put JForum under a simple directory so far, as it would require some changes to the navigation hierachy, including path changes in all .htm files, as well some massive Action testing.

In other words, unless you are able to spent some big time working on that, you better to use the common setup - aka, all jforum data starts from the root directory.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Is this the real life? Is this just fantasy? Is this a tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic