• 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

It is installed but does not work ;-(

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I just tried to install jforum at my Tomcat 5.5
Installation process was ok and database is created successfully.
But after that all pages are not accessible
(forum/list.page or even search/filters.page).
It is not a problem with tomcat (if it could so, I would not be able to run installation wizard). Log looks absolutely pretty:
15:55:18,546 INFO [JForumBaseServlet ] Starting JForum. Debug mode is true
15:55:18,593 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine
15:55:18,593 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository
15:55:18,609 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository
15:55:18,609 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository
15:55:18,625 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository
15:55:18,640 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository
15:55:18,640 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade
15:55:18,671 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository
15:55:18,671 INFO [ConfigLoader ] Creating an instance of net.jforum.util.search.quartz.QuartzSearchIndexerJob
15:55:18,687 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl
15:55:18,718 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository
15:55:18,718 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository
15:55:19,000 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/languages/en_US.properties
15:55:19,015 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/languages/ru_RU.properties
15:55:19,078 INFO [ConfigLoader ] Loading JDBC driver net.jforum.dao.mysql.MysqlDataAccessDriver
15:55:19,328 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/database/generic/generic_queries.sql
15:55:19,328 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/database/mysql/mysql.sql
15:55:19,328 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/SystemGlobals.properties
15:55:19,328 INFO [FileMonitor ] Watching C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/jforum-custom.conf
15:55:20,562 INFO [ConfigLoader ] Loading clickstream config from C:\Programs\Tomcat55\webapps\jforum/WEB-INF/config/clickstream-jforum.xml
15:56:14,734 INFO [SessionFacade ] Removing session A2387D85CE3CB1933D83BF6912E33566

But each page is:
HTTP Status 404 -

type Status report

message

description The requested resource () is not available.
Apache Tomcat/5.5.16

Please help !
[originally posted on jforum.net by ro_man]
 
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
To answer possible questions:

1) No, I am not going through Apcahe or some other web server. I go directly to Tomcat 5.5

2) Other projects work well with this tomcat, as well as jforum install scripts.

3) I can see e.g. ping_session.jsp when going to http://localhost:8080/jforum/templates/ping_session.jsp

4) Even install servlet works and successfully redirects me to list.page, which can't be found by Tomcat for some reason
[originally posted on jforum.net by ro_man]
 
Do Re Mi Fa So La Tiny Ad
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic