aboutsummaryrefslogtreecommitdiff
path: root/www/jetty/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/jetty/pkg-message')
-rw-r--r--www/jetty/pkg-message31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/jetty/pkg-message b/www/jetty/pkg-message
deleted file mode 100644
index d2e6da36a6ba..000000000000
--- a/www/jetty/pkg-message
+++ /dev/null
@@ -1,31 +0,0 @@
-
-- The environment variable JETTY_HOME should be set to the
- installation directory. Typically :
-
- For shells like bash:
- JETTY_HOME=%%PREFIX%%/share/java/jetty-%%PORTVERSION%%
- export JETTY_HOME
-
- For shells like (t)csh:
- setenv JETTY_HOME %%PREFIX%%/share/java/jetty-%%PORTVERSION%%
-
-- The environment variable JAVA_HOME should be set to the
- Java installation directory. For instance :
-
- For shells like bash:
- JAVA_HOME=%%PREFIX%%/jdk1.4.1
- export JAVA_HOME
-
- For shells like (t)csh:
- setenv JAVA_HOME %%PREFIX%%/jdk1.4.1
-
-- Running the Demo :
-
- $JETTY_HOME/bin/jetty.sh demo
-
- Use a browser to access the Jetty demo site at :
-
- http://hostname:8080
- or
- http://localhost:8080 (if the browser is running
- on the same machine)