• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Registering jforum servlet in tomcat and installing

 
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,
Guys I downloaded the latest version of JForum which was about 11.32 MB. Then I unpacked it into a folder called JForum in my website folder. Then if I try to access http://www.***.com/JForum it redirects to "install/install.page?module=install&action=welcome" and I get a "page cannot be foudn error." I tried searching for the same problem on this forum and although I encountered people with the same problem no solution was suggested in any of the threads. I would be glad if you could also suggest how i can register the servlet context with TOMCAT which I am using for my website. Cheers!
Abhinav
[originally posted on jforum.net by aprathivadi]
 
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,
I also tried http://www.***.com/JForum/__index.redirect which returned a 404 error and went to the url http://www.***.com/JForum/forums/list.page . How do i even start installing the forum. It is really consuming a lot of time just to get this thing running. Any help will be greatly appreaciated
[originally posted on jforum.net by aprathivadi]
 
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
Where are you trying to install? on your local machine, or in some hosting company?

If in your local machine, just putting the JForum directory in Tomcat's webapp directory will deploy the application, and that's all you need.

If you are going to deploy on a hosting company, you have to check with them if they have apache's httpd in front of Tomcat, and therefore ask to path *.page to your tomcat.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
reply
    Bookmark Topic Watch Topic
  • New Topic