forked from I2P_Developers/i2p.i2p
- Fix Console concurrent ThreadPool
- Uncomment eepsite concurrent ThreadPool and fix arguments - Reduce eepsite acceptors to 1 - Add jetty-ssl.xml example - jetty.xml cleanup
This commit is contained in:
@ -151,6 +151,7 @@ public class WorkingDir {
|
||||
File newEep = new File(oldDirf, "eepsite");
|
||||
String newPath = newEep.getAbsolutePath() + File.separatorChar;
|
||||
success &= migrateJettyXml(oldEep, newEep, "jetty.xml", "./eepsite/", newPath);
|
||||
success &= migrateJettyXml(oldEep, newEep, "jetty-ssl.xml", "./eepsite/", newPath);
|
||||
success &= migrateJettyXml(oldEep, newEep, "contexts/base-context.xml", "./eepsite/", newPath);
|
||||
success &= migrateJettyXml(oldEep, newEep, "contexts/cgi-context.xml", "./eepsite/", newPath);
|
||||
success &= migrateClientsConfig(oldDirf, dirf);
|
||||
|
Reference in New Issue
Block a user