forked from I2P_Developers/i2p.i2p
- Fix jetty.xml migrate quote handling
- Fix I2PRequestLog javadoc - Rename jetty-threadpool.jar to jetty-java5-threadpool.jar to match ubuntu symlink - Bundle jetty-rewrite-handler.jar (20KB) and .xml config to make it easier to do rewrites (unused by I2P)
This commit is contained in:
@@ -42,6 +42,10 @@ clientApp.2.startOnLoad=true
|
||||
# run our own eepsite with a seperate jetty instance
|
||||
clientApp.3.main=org.mortbay.start.Main
|
||||
clientApp.3.name=I2P webserver (eepsite)
|
||||
## To use the rewrite handler, edit jetty-rewrite.xml and use:
|
||||
#clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-rewrite.xml"
|
||||
## To use local SSL, edit jetty-ssl.xml and use:
|
||||
#clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-ssl.xml"
|
||||
clientApp.3.args="eepsite/jetty.xml"
|
||||
clientApp.3.delay=30
|
||||
clientApp.3.startOnLoad=true
|
||||
|
||||
Reference in New Issue
Block a user