• 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

newbe is trying but just can not seem to get started - help

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1)I�ve got a slight problem with jforum- I cant get anywhere with it !

2) I�m not working in the industry my web site in construction is a project, however I have got tomcat running ( 5.5.25) and have several jps working ; also I managed to get jchatbox working by simply downloading their war file and plonking it into webapps, I simply re-tarted tomcat and it unpacked. After that I followed their few instructions such as putting the absolute path in the web.xml and it worked.

Back to jforum- I downloaded the jforum war file & plonked it into webapps, I restarted tomcat & put http://localhost:8080/jforum/install.jsp in my web address, and got 404 resource not available.


The war file did unpack & I can see the install.jsp file inside the folder. It can not be anything to do with class path(can it) since tomcat is in the class path, so everything inside tomcat should be in the class path. Also jchatbx worked why doesn�t jforum?
any ideas ?


[originally posted on jforum.net by andrew]
 
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
Is install.jsp in a jforum (case matters) directory under your Tomcat webapps directory?

Sometimes war file layouts can be tricky...
[originally posted on jforum.net by monroe]
 
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,

Yes directory structure of tomcat & jforum is:
C:/apache-tomcat-5.5.25/webapps/jforum

Inside the first jforum directory is : jforum and META-INF
Inside the second jforum is install.jsp , index.html , documentation.html & folders-images, templates, META-INF, temp,tools, upgrade.


Is there a duplication going on causing the problem ?

[originally posted on jforum.net by andrew]
 
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
Yes, all the stuff in the jforum directory under webapps\jforum needs to be one level up.
[originally posted on jforum.net by monroe]
 
Attractive, successful people love 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