Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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]
 
reply
    Bookmark Topic Watch Topic
  • New Topic