This page (revision-17) was last changed on 15-Nov-2020 12:07 by Juan Pablo 

This page was created on 19-Feb-2014 22:18 by Juan Pablo

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
17 15-Nov-2020 12:07 3 KB Juan Pablo to previous jarbundler not used since some releases ago, so removing unneeded MacOs section
16 15-Nov-2020 12:03 3 KB Juan Pablo to previous | to last Update instructions for native launcher generation
15 04-Nov-2020 21:51 4 KB Juan Pablo to previous | to last add info style notes on windows compilation
14 27-Feb-2020 14:29 4 KB Juan Pablo to previous | to last -Djspwiki.tomcat.version=$TOMCAT_VERSION flag is required to generate binaries
13 08-Feb-2020 13:01 4 KB Dirk Frederickx to previous | to last Remove dirt
12 08-Feb-2020 02:50 4 KB pHqghUme to previous | to last Configuration ==> 1
11 04-Feb-2018 10:09 4 KB Juan Pablo to previous | to last
10 04-Feb-2018 10:02 1 KB Juan Pablo to previous | to last updating portable binaries with README.md from source (1/2)
9 22-Nov-2017 23:01 1 KB Juan Pablo to previous | to last
8 13-Feb-2017 20:37 1 KB bowlingb to previous | to last Minor grammar and spelling fixes
7 13-Feb-2017 20:35 1 KB bowlingb to previous | to last
6 20-Feb-2014 08:25 1 KB Juan Pablo to previous | to last
5 20-Feb-2014 08:24 1 KB Juan Pablo to previous | to last
4 20-Feb-2014 08:22 1 KB Juan Pablo to previous | to last
3 20-Feb-2014 00:00 1 KB Juan Pablo to previous | to last
2 19-Feb-2014 23:59 1 KB Juan Pablo to previous | to last
1 19-Feb-2014 22:18 1 KB Juan Pablo to last

Difference between version and

At line 8 added 3 lines
* Launches a JSPWiki instance at http://localhost:8080/JSPWiki
At line 13 added one line
At line 16 changed 5 lines
* Almost sure launch4j configuration can be improved:
** Tomcat extracts the app into a {{.extract folder}}. This can be customized, by passing {{-extractDirectory ./wiki-files/}} to the jar execution (at least according to [Tomasz Nurkiewicz|http://nurkiewicz.blogspot.com.es/2012/11/standalone-web-application-with.html])
** Multiwiki support? we can use a custom tomcat's server.xml file (help here!)
** How to load an initial page repo?
* Launch4j expects a certain directory structure, which renders the maven plugin unusable. Hence the use of a custom Ant script
* Almost sure build configuration can be improved:
** Launch4J: Tomcat extracts the app into a {{.extract folder}}. This can be customized, by passing {{-extractDirectory ./wiki-files/}} to the jar execution (at least according to [Tomasz Nurkiewicz|http://nurkiewicz.blogspot.com.es/2012/11/standalone-web-application-with.html])
** Tomcat7: Multiwiki support? we can use a custom tomcat's server.xml file (help here!)
** JSPWiki: How to load an initial page repo?
** JSPWiki: is 8080 the most appropiate port to launch Tomcat+JSPWiki by the binaries?
* Launch4j expects a certain directory structure, which renders the launch4j maven plugin unusable. Hence, the use of a custom Ant script