head	1.3;
access;
symbols
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	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.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	v1_0:1.1.1.1
	GREG:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2009.06.08.06.01.52;	author pgollucci;	state dead;
branches;
next	1.2;

1.2
date	2000.02.10.14.19.18;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	99.06.30.22.03.12;	author kuriyama;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.30.22.03.12;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@2009-06-09 www/apache-jserv: superceeded by tomcat
@
text
@--- conf/jserv.conf.in.orig	Wed Jan 26 18:37:20 2000
+++ conf/jserv.conf.in	Wed Jan 26 18:38:36 2000
@@@@ -40,7 +40,7 @@@@
 # Syntax: ApJServLogFile [filename] 
 # Default: "./logs/mod_jserv.log"
 # Note: when set to "DISABLED", the log will be redirected to Apache error log
-ApJServLogFile @@JSERV_LOG@@/mod_jserv.log
+ApJServLogFile /var/log/mod_jserv.log
 
 # Log Level for this module
 # Syntax: ApJServLogLevel [debug|info|notice|warn|error|crit|alert|emerg]
@


1.2
log
@Update to v1.1.

Submitted by:	greg@@greg.rim.or.jp (Kensaku Masuda)
PR:		ports/16600

# I don't like to use directory ${PREFIX}/docs.  But it seems it is
# difficult to move it to somewhere.
@
text
@@


1.1
log
@Initial revision
@
text
@d1 4
a4 20
--- conf/httpd.conf.in.orig	Sat Jun 12 05:38:46 1999
+++ conf/httpd.conf.in	Thu Jul  1 00:07:44 1999
@@@@ -6,7 +6,7 @@@@
 # Note: this file should be appended to or included in httpd.conf
 
 # Tell Apache on win32 to load the Apache JServ communication module
-#LoadModule jserv_module modules/ApacheModuleJServ.dll
+LoadModule jserv_module libexec/apache/mod_jserv.so
 
 <IfModule mod_jserv.c>
 
@@@@ -19,13 +19,13 @@@@
 # In manual mode this directive is ignored
 # Syntax: ApJServProperties [filename]
 # Default: "./conf/jserv.properties"
-ApJServProperties ./conf/jserv.properties
+ApJServProperties etc/apache/jserv.properties
 
 # Log file for this module operation relative to Apache root directory. 
 # Syntax: ApJServLogFile [filename]
d7 1
a7 1
-ApJServLogFile ./logs/mod_jserv.log
a11 8
@@@@ -99,6 +99,7 @@@@
 #ApJServAction .jsp /servlets/nl.nmg.jsp.JSPServlet
 #ApJServAction .gsp /servlets/com.bitmechanics.gsp.GspServlet
 #ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI
+# Uncomment if you use Cocoon.
 #ApJServAction .xml /servlets/org.apache.cocoon.Cocoon
 
 # Enable the Apache JServ status handler with the URL of 
@


1.1.1.1
log
@Loadable servlet module for apache.

PR:		ports/10389 (part of)
Submitted by:	greg@@greg.rim.or.jp
@
text
@@
