aspose file tools
The moose likes JForum and the fly likes Webapp integration: restructuring folders in jforum Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JForum
Reply Bookmark "Webapp integration: restructuring folders in jforum" Watch "Webapp integration: restructuring folders in jforum" New topic
Author

Webapp integration: restructuring folders in jforum

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Webapp integration: restructuring folders in jforum
 
Similar Threads
Complex integration question - multiple jforums -> caching problem?
installing in a subdir
running jforum witht another directory structure
How to put JFrom in my site???
Importing Maven project in Eclipse?