This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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

install/install.page doesn't exist

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm an experienced Java developer, and I bet there is something stupid happens .. I Tried to search this forum and found many guys faced the same problem but couldn't find any solution.

I downloaded Jforum ZIP package version 2.1.9 (which is the only version I found!), unpacked it, registered it to Tomcat, and followed installation instruction as explained. These instructions say to go to "http://localhost:8080/jforum/install.jsp" to start installation >> When I do I get this error message: "The requested resource (/jforum/install/install.page) is not available."

This JSP has the line <jsp:forward page="install/install.page?module=install&action=welcome"/> but "install" directory doesn't exist in ZIP package which I downloaded. Whats wrong!

Thanks in advance,
Bola
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bola,
Welcome to CodeRanch!

"install" isn't a directory. It's a module name. JForum uses modules to direct to the proper action in the code. So "install" really means run the install action class.

My guess is that you didn't unzip into the right directory for Tomcat. Check your start up logs to see if they say anything about recognizing JForum.
 
Can you hear that? That's my theme music. I don't know where it comes from. Check under 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