freebsd-ports/www/jetty/pkg-message
Ying-Chieh Liao 4f9e2db46b upgrade to 3.1.4
PR:		32648
Submitted by:	maintainer
2001-12-13 10:09:56 +00:00

24 lines
558 B
Plaintext

- The environment variable JETTY_HOME should be set to the
installation directory. Typically :
JETTY_HOME=%%PREFIX%%/share/java/jetty-%%PORTVERSION%%
export JETTY_HOME
- The environment variable JAVA_HOME should be set to the
Java installation directory. For instance :
JAVA_HOME=%%PREFIX%%/jdk1.3.1
export JAVA_HOME
- Running the Demo :
$JETTY_HOME/bin/jetty.sh run
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)