| Title | Install.jsp does not provide default Base URL |
| Date | 26-May-2005 19:41:23 EEST |
| Version | 2.2.16 |
| Submitter | StephenSchaub |
| Bug criticality | JSPWiki:LightBug![]() |
| Browser version | Firefox |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | Tomcat |
| Operating System | Windows |
| URL | Install.jsp |
| Java version | 1.5 |
- Drop JSPWiki.war into Tomcat webapps folder
- Point browser to .../JSPWiki/Install.jsp
- Base URL is empty
The Install.jsp script has the code to compute a suggested default Base URL. However, this suggested default is not displayed, apparently due to the fact that the default jspwiki.properties file has the following line in it:
jspwiki.baseURL=
I suggest removing that line.
--Stephen Schaub
Ngh. Could be. I'll have to check...
Fixed in 2.2.18 by commenting the baseURL out, so that it still looks like an example, but no longer confuses Install.jsp
