I copy the war file into tomcat/webapps/. And tomcat automatically
decompress the war file and all the files are in tomcat/webapps/JSPWiki.
after configuring by localhost:8080/JSPWiki/Install.jsp. I
visit localhost:8080/JSPWiki. and click login button. and the url is
http://localhost:8080/JSPWiki/Login.jsp?redirect=Main after logining in, it
jump to http://localhost:8080/Wiki.jsp?page=Main That's wrong. it should
jump to
http://localhost:8080/JSPWiki/Wiki.jsp?page=Main<http://localhost:8080/Wiki.jsp?page=Main>
The same problem occured when I edit by
http://localhost:8080/JSPWiki/Edit.jsp?page=Main