forked from I2P_Developers/i2p.i2p
i2psnark: Add launch-i2psnark.bat (ticket #1871)
author is MXPLRS|Kirill, adapted from launch-i2psnark, same license
This commit is contained in:
@@ -287,6 +287,7 @@
|
||||
<delete dir="./dist" />
|
||||
<mkdir dir="./dist" />
|
||||
<copy file="../launch-i2psnark" todir="./dist/" />
|
||||
<copy file="../launch-i2psnark.bat" todir="./dist/" />
|
||||
<mkdir dir="./dist/contexts" />
|
||||
<copy file="../standalone-context.xml" tofile="./dist/contexts/context.xml" />
|
||||
<mkdir dir="./dist/docroot" />
|
||||
|
8
apps/i2psnark/launch-i2psnark.bat
Normal file
8
apps/i2psnark/launch-i2psnark.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
REM This launches i2psnark and jetty in a separate JVM.
|
||||
REM The file jetty-i2psnark.xml must be present in the current directory.
|
||||
REM i2psnark will be accessed at http://127.0.0.1:8002/
|
||||
|
||||
set I2P="."
|
||||
java -jar "%I2P%/i2psnark.jar"
|
Reference in New Issue
Block a user