• 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

Configuring JSPWiki

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody

i downloaded JSPWiki ..the wiki software.
i extracted all the war files as per instruction in Readme.text file with the download.
My path for the Appache/Tomcat is C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18\

i extracted my .war file(which came with download) in folder JSPWiki whose path is C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18\webapps\JSPWiki

after this i was asked to edit my jspwiki.prperties file which i did as follows

Application Name JSPWiki

Base URL C:/Program Files/Apache Software Foundation/Apache Tomcat 6.0.18
C:/Program Files/Apache Software Foundation/Apache Tomcat 6.0.18/JSPWiki
/Program Files/Apache Software Foundation/Apache Tomcat 6.0.18
/Program Files/Apache Software Foundation/Apache Tomcat 6.0.18/JSPWiki
http://localhost:8080/
http://localhost:8080/JSPWiki

i tried with all these combination

then after restarting the server i typed http://localhost:8080/JSPWiki on my browser ........then i was redirected to the home page.

Problem: i am not able to access any link on the home page.
for accessing any link it gives error HTTP status 404 error. say if i click on log in link it gives error saying

The requested resource (/JSPWikiLogin.jsp) is not available.

can any body tell me the solution.
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try placing the .war file in the directory C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18\webapps\ instead of C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18\webapps\JSPWiki. Then see the tomcat manager accessible at http://localhost:8080/manager/html to see what is the context path at which the wiki is deployed...
 
reply
    Bookmark Topic Watch Topic
  • New Topic