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

novice needs help

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not finding this. I need help.

When I type http://localhost:8080/jforum/install.jsp

Then I get:

HTTP Status 404 - /jforum/install.jsp
type Status report
message /jforum/install.jsp
description The requested resource is not available.
Apache Tomcat/8.0.0-RC1

The directory for tomcat is: C:\Program Files (x86)\apache-tomcat-8.0.0-RC1
The directory for jForum is: C:\Program Files (x86)\jforum

I started tomcat with the supplied startup.bat.

Where should I place JForum, of what should I change so tomcat finds it?

Thanks!
 
Stefaan Meeuws
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm pretty sure my JForum is simply not installed.

How do I install JForum knowing http://localhost:8080/jforum/install.jsp gives me a 404?
 
Stefaan Meeuws
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And how do I register JForum application with tomcat?
 
Stefaan Meeuws
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's better but I still need help.

Now I moved JForum in the tomcat webapps directory and I get this error:

HTTP Status 500 - An exception occurred processing JSP page /install.jsp at line 1

type Exception report

message An exception occurred processing JSP page /install.jsp at line 1

description The server encountered an internal error that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: An exception occurred processing JSP page /install.jsp at line 1

1: <jsp:forward page="install/install.page?module=install&action=welcome"/>
 
Stefaan Meeuws
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://localhost:8080/jforum/ping_session.jsp

The ping session works:

Done. This is used by JForum to ensure the session does not expire.
 
author & internet detective
Posts: 42056
926
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
It's nice to see the progress you made by yourself!

Now Tomcat knows about the JForum war, but is getting some error. Can you look in the tomcat logs fro the actual error?

Also, note that "install.jsp" is what sets up your database. You have to make Tomcat happy first.
 
Hey! You're stepping on my hand! Help me tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic