{% extends "global/layout.html" %} {% block title %}Ticket 919/920 fix{% endblock %} {% block content %}
The issue described on this page only affects Windows systems that originally installed I2P with version 0.9.5. Other operating systems are not affected.
This issue has been corrected as of the 0.9.5-win1 release.
A change was introduced during the 0.9.5 cycle to allow I2P's configuration files to be edited with the standard
Windows text editor, Notepad
. This change had the unfortunate side-effect of causing our I2P Site migration code to
fail to run on Windows systems, leading to I2P Sites being served from the installation directory. Consequently:
While no action is required for users that are not hosting an I2P Site (or are not using the included Jetty to host an I2P Site), it is recommended to follow this procedure to avoid issues in case you decide to run a Jetty-hosted I2P Site in the future. If you are running an I2P Site it is important to follow this procedure prior to upgrading to 0.9.6.
Tickets 919 & 920 correspond to this issue.
Because this issue causes the migration code to not run, the path in %APPDATA%\I2P\clients.config
isn't
updated to use an absolute path for the Jetty config file, requiring the path to be set manually. Experienced users
can set the correct path in clients.config
directly and restart I2P, but this page will explain how to
correct the problem from within the router console.
I2P Site/jetty.xml
, the path needs to be updated.
Edit
button next to I2P webserver (I2P Site). The page will reload to allow the path to be edited as shown below:
Save Client Configuration
button.
%APPDATA%\I2P\I2P Site\docroot
.
After following the steps outlined above, your I2P Site will be served from %APPDATA%\I2P\I2P Site\docroot
and should be accessible at http://127.0.0.1:7658.