• 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

JForum inside Another Tomcat Webapp/Context

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can't put JForum inside any regular folder, so it's better to integrate it to the same context of your application. It does not have many directories (templates, images, tmp and upload), so it won't be *that* mess .

You can use SSO in different contexts, but the applications will have different sessions.

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
Hi all. I'm starting to integrate JForum within our website. We are using Tomcat to host our JSP based website. My question is, is it better to host JForum as another context/webapp in Tomcat, or is it possible to place it inside our current webapp? If I place it inside our current webapp, I suppose I could merge the two web.xml files etc. But is it then possible to place JForum inside a subfolder of our webapp so things don't get too messy?

Also, we are going to use SSO (Single Sign-On) for our site, so when people log in, they can access the forum. If JForum is hosted as a separate webapp, can we still use our website sessions for JForum's SSO capability?

Sorry, I'm still relatively new to web development/Tomcat, so not sure about these questions.

Thanks a lot for any help!
[originally posted on jforum.net by akindo]
 
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
Thanks for your help. I integrated JForum as you suggested, into the context's root, and it is working fine.
[originally posted on jforum.net by akindo]
 
We don't have time to be charming! Quick, read this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic