head	1.6;
access;
symbols
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.6
date	2007.03.16.12.14.57;	author miwi;	state dead;
branches;
next	1.5;

1.5
date	2003.07.20.01.35.19;	author glewis;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.09.18.16.36;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.08.19.13.34;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.13.10.09.56;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.02.14.42.20;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 1.6.1
- Pass maintainership to submitter

PR:             110278
Submitted by:   Jean-Baptiste Quenot <jbq@@caraldi.com>
@
text
@
- 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)
@


1.5
log
@. Update to 4.2.11
. Change USE_JAVA to 1.2+, which should work according to the Jetty docs.
. Set permissions on the main executable shell script appropriately and
  create a symbolic link to it in ${PREFIX}/sbin so its in ${PATH}.
. Recommend JDK 1.4.1 rather than 1.3.1 for running Jetty.
@
text
@@


1.4
log
@Update to 2.4.9

PR:		50350, 50388
Submitted by:	Thomas Vogt <thomas.vogt@@bsdunix.ch>
@
text
@d16 1
a16 1
	JAVA_HOME=%%PREFIX%%/jdk1.3.1
d20 1
a20 1
	setenv JAVA_HOME %%PREFIX%%/jdk1.3.1
@


1.3
log
@upgrade to 4.0.2

PR:		39028
Submitted by:	maintainer
@
text
@d4 2
a5 1

d8 3
d15 1
d18 3
@


1.2
log
@upgrade to 3.1.4

PR:		32648
Submitted by:	maintainer
@
text
@d16 1
a16 1
	$JETTY_HOME/bin/jetty.sh run
@


1.1
log
@Add jetty - a 100% pure Java WWW server.

PR:		20965
Submitted by:	Stephane Legrand <stephane.legrand@@bigfoot.com>
@
text
@d2 2
a3 2
- The environment variable JETTY_HOME should be set to the installation
  directory. Typically :
d5 1
a5 1
	JETTY_HOME=%%PREFIX%%/share/java/jetty
d8 2
a9 2
- Make sure your CLASSPATH includes all the jar files in the $JETTY_HOME/lib
  directory :
d11 2
a12 7
	CLASSPATH=$CLASSPATH:$JETTY_HOME/lib/javax.servlet.jar
        CLASSPATH=$CLASSPATH:$JETTY_HOME/lib/com.mortbay.Jetty.jar
        CLASSPATH=$CLASSPATH:$JETTY_HOME/lib/gnujsp.jar
	export CLASSPATH

  The jsse.jar, jnet.jar and jcert.jar are only required if you
  intend to run or compile the SSL classes.
d16 3
a18 11
  The demonstration server has relative paths configured, so
  it must be run from the $JETTY_HOME directory. Users should
  consider using absolute file path names in their configurations
  if they wish to run Jetty from any directory.

  The demo server can be run with the following commands:

	cd $JETTY_HOME
	javavm com.mortbay.Jetty.Demo

  Use a browser to access the Jetty demo site at:
d22 2
a23 1
	http://127.0.0.1:8080  (if the browser is running on the same machine)
@

