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.