Hi Jerry, there are two issues here:
- Install.jsp values: currently broken. Tracking of this issue reachable at https://issues.apache.org/jira/browse/JSPWIKI-817 - Default installation values: as the values introduced on Install.jsp are currently being ignored (btw, how did you manage to submit the values, the page is currently broken..), you're submitting to localhost:8080 because that's what is indicated by default jspwiki.properties file [#1]. Same for your jspwiki-files directory, log files, etc. If you want to override default values you'll have to use a jspwiki-custom.property file [#2], [#3]. As long as you don't use a jspwiki-custom.properties file, you'll keep stuck with the default values. As for older releases, you can reach 2.9.1 and 2.9.0 (incubating) releases at [#4]. HTH, juan pablo [#1] https://jspwiki-wiki.apache.org/Wiki.jsp?page=Configuration [#2] https://jspwiki-wiki.apache.org/Wiki.jsp?page=Documentation#section-Documentation-ConfigurationAndAdministration [#3] https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-Installation, specifically "Advanced installation" [#4] http://archive.apache.org/dist/incubator/jspwiki/ On Mon, Feb 3, 2014 at 7:47 PM, Jerry Malcolm <2ndgenfi...@gmail.com> wrote: > Went straight to Tomcat bypassing Apache HTTPD. Still sending forms > to localhost:8080. > > I looked at the html page source for the wiki.jsp page. Where is the > content for this line being extracted from: > > <meta name="wikiBaseUrl" content='http://localhost:8080/JSPWiki/' /> > > Thx >