forked from I2P_Developers/i2p.i2p
- Move FetchAndAdd to static inner class
- Remove duplicate classes from i2psnark.war (120KB);
fixes sporadic FetchAndAdd IllegalAccessError
- Fix standalone build to include i2psnark.jar since classes
aren't in the .war anymore
- Have standalone jetty use I2PAppContext temp directory
- Replace launch-i2psnark.jar with launch-i2psnark script,
since RunStandalone is in i2p.jar
- Clean up jetty-i2psnark.xml, turn off jetty logging
- Remove standalone build from the pkg target in the main build.xml
7 lines
409 B
Plaintext
7 lines
409 B
Plaintext
To run I2PSnark from the command line, run "java -jar lib/i2psnark.jar", but
|
|
to run it with the web UI, run "launch-i2psnark". I2PSnark is
|
|
GPL'ed software, based on Snark (http://www.klomp.org/) to run on top of I2P
|
|
(http://www.i2p2.de/) within a webserver (such as the bundled Jetty from
|
|
http://jetty.mortbay.org/). For more information about I2PSnark, get in touch
|
|
with the folks at http://forum.i2p2.de/
|