From 3f70593ca86b19ff5b5e38bd38dee0908f92f9ad Mon Sep 17 00:00:00 2001 From: jrandom Date: Thu, 5 Aug 2004 02:24:00 +0000 Subject: [PATCH] precompile all of the JSPs so that people with JREs instead of JDKs can load this up --- apps/i2ptunnel/java/build.xml | 41 ++++++++++++++++++++++++++++--- apps/i2ptunnel/jsp/index.html | 2 ++ apps/i2ptunnel/jsp/web.xml | 6 ++--- apps/routerconsole/java/build.xml | 41 ++++++++++++++++++++++++++++--- apps/routerconsole/jsp/index.html | 2 ++ apps/routerconsole/jsp/web.xml | 6 ++--- 6 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 apps/i2ptunnel/jsp/index.html create mode 100644 apps/routerconsole/jsp/index.html diff --git a/apps/i2ptunnel/java/build.xml b/apps/i2ptunnel/java/build.xml index 2357f4ccc0..47e9f8943f 100644 --- a/apps/i2ptunnel/java/build.xml +++ b/apps/i2ptunnel/java/build.xml @@ -24,11 +24,46 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/i2ptunnel/jsp/index.html b/apps/i2ptunnel/jsp/index.html new file mode 100644 index 0000000000..ea1321105e --- /dev/null +++ b/apps/i2ptunnel/jsp/index.html @@ -0,0 +1,2 @@ +I2P Router Console +Enter diff --git a/apps/i2ptunnel/jsp/web.xml b/apps/i2ptunnel/jsp/web.xml index 9a428440d4..b995397008 100644 --- a/apps/i2ptunnel/jsp/web.xml +++ b/apps/i2ptunnel/jsp/web.xml @@ -4,14 +4,14 @@ "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> + 30 - - index.jsp - + index.html + index.jsp \ No newline at end of file diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml index dd0a76e1ab..b59a4413cc 100644 --- a/apps/routerconsole/java/build.xml +++ b/apps/routerconsole/java/build.xml @@ -26,11 +26,46 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/routerconsole/jsp/index.html b/apps/routerconsole/jsp/index.html new file mode 100644 index 0000000000..ea1321105e --- /dev/null +++ b/apps/routerconsole/jsp/index.html @@ -0,0 +1,2 @@ +I2P Router Console +Enter diff --git a/apps/routerconsole/jsp/web.xml b/apps/routerconsole/jsp/web.xml index 9a428440d4..b995397008 100644 --- a/apps/routerconsole/jsp/web.xml +++ b/apps/routerconsole/jsp/web.xml @@ -4,14 +4,14 @@ "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> + 30 - - index.jsp - + index.html + index.jsp \ No newline at end of file