10.4.5 Changing the Daisy Wiki (Jetty) port
Copy the default jetty configuration to the wiki data directory
cp DAISY_HOME/daisywiki/conf/jetty-daisywiki.xml WIKI_DATA/jetty_daisywiki.xml or copy DAISY_HOME/daisywiki/conf/jetty-daisywiki.xml WIKI_DATA/jetty_daisywiki.xml
Edit your newly copied file and look for the following line and adjust the '8888' value:
<Set name="Port"><SystemProperty name="jetty.port" default="8888"/></Set>
If you are using the tanuki wrapper scripts you must point jetty in the direction of your new settings. Comment the default settings and uncomment the custom settings
# Default Daisy Jetty configuration # set.DAISY_JETTY_CONF=%DAISY_HOME%/daisywiki/conf/jetty-daisywiki.xml # Override Jetty configuration (uncomment the line below to override default configuration) set.DAISY_JETTY_CONF=%DAISYWIKI_DATADIR%/jetty-daisywiki.xml
Previous