This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line!
See this thread for details.
  • 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
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Webapp integration: restructuring folders in jforum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working on deploying jforum into an existing website - creating an SSO and using SiteMesh to provide common look and feel without needing to change templates in Jforum. I've decided against trying to run jforum in its own context independently of the main app (because I'd like the main app to be able to make calls into jforum).

However, to make it a bit easier to merge Jforum into this existing web application, I'd prefer to restructure the folders. I know I can set template.dir but that just specifies the sub-folder insider <webapp>/templates and I'd prefer to move template, tmp, cache etc into WEB-INF/jforum/<folder-name>.

I don't think this is possible without me changing code. Can anyone confirm?

Thanks
James.
[originally posted on jforum.net by JamesR]
 
And inside of my fortune cookie was this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic