• 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

Probably a real "Duh ?" question

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does "register the JForum application within your Servlet Container" mean, how do I do it or where can I find a description ?

I'm running MySQL, JDBC, Tomcat, Apache, Postfix, Mailman etc. under OS X on a couple of headless Mac Mini servers, but I've never come across that instruction and can't find an answer Googling or searching.

I can't wait to find out what the answer is as I'll probably be kicking myself once I get it !

Thanks,


-Sven
[originally posted on jforum.net by Sven_G]
 
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
For Tomcat/Apache, this probably means one of the following:

1) Create a jforum directory under your webapps directory with the jforum distro init and update your Apache config to find this.

2) If you are merging it with an existing web application, you will need to add in the stuff from jforum's web.xml with the existing apps. (and fit the jforum classes/files into it).
[originally posted on jforum.net by monroe]
 
Something must be done about this. Let's start by reading 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