head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	99.01.30.04.38.53;	author vadim;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Checkpoint:

- added automake support. Now, it should be more like a turnkey solution:
./configure && make && make install.

- Documentation and indentation conventions update.

- All the fixes to the JServ logging system were tested here.

If I missed something, it'll be updated as soon as I check out and test the
CVS version.
@
text
@#! /bin/sh
#
# $Id: j4wrapper.in,v 1.1 1999/01/29 23:01:41 vt Exp $
#
# This script is used to run the classes extending the
# gnu.j4.service.RunnableService. Please see the documentation - the wrapper
# class itself has some opions.
#
# J4WRAPPER environment variable

TARGET_CLASSPATH=/usr/local/jukebox/lib/jukebox.jar:${CLASSPATH}

CLASSPATH=${CLASSPATH}:${TARGET_CLASSPATH}:/usr/local/java/lib/classes.zip /usr/local/java/bin/java ${J4WRAPPER} gnu.j4.service.ApplicationWrapper $*
@
