From owner-freebsd-ports Mon Feb 4 12:13:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mgw1.lan.ch (mgw1.lan.ch [194.230.57.51]) by hub.freebsd.org (Postfix) with ESMTP id 81E5337B417 for ; Mon, 4 Feb 2002 12:13:41 -0800 (PST) Received: from workstation.lan-turbo.ch (252.catv54.lgt01.lan.ch [212.60.54.252]) by mgw1.lan.ch (Postfix) with SMTP id 578DF1AEA6 for ; Mon, 4 Feb 2002 21:13:30 +0100 (CET) Date: Mon, 4 Feb 2002 21:13:52 +0100 From: Thomas Vogt To: freebsd-ports@FreeBSD.ORG Subject: jakarta-tomcat-3.2.3 doens't go into background after starting it with the default script Message-Id: <20020204211352.6dec8bbe.turbo23@gmx.net> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello I've installed the updated version from jakarta-tomcat in the ports today. Since then I've problem to start tomcat. There is no error message when I start tomcat with the shell script 020.jakarta-tomcat.sh or with tomcatctl start. But the process is not going in the background. I've added "set -x" in the starscrtip to see what happend. Tomcat is starting when i use the shell script 020.jakarta-tomcate.sh. But after I've started it with the script, tomcat does not go into background. Any idea why? ----- er.jar + [ -f /lib/tools.jar ] + [ 020.jakarta-tomcat.sh = jakarta-tomcat.sh ] + AS_RC_SCRIPT=no + [ a = a ] + JAVA_HOME=/usr/local/jdk1.3.1 + JAVA_CMD=/usr/local/jdk1.3.1/bin/java + start + [ ! -d /usr/local/jakarta-tomcat3.2.3 ] + [ ! -r /usr/local/jakarta-tomcat3.2.3/lib/webserver.jar ] + [ ! -x /usr/local/jdk1.3.1/bin/java ] + [ no = yes ] + su - tomcat -c (cd /usr/local/jakarta-tomcat3.2.3 && /usr/local/jdk1.3.1/bin/j ava -cp /usr/local/jakarta-tomcat3.2.3/lib/ant.jar:/usr/local/jakarta-tomcat3.2. 3/lib/jasper.jar:/usr/local/jakarta-tomcat3.2.3/lib/jaxp.jar:/usr/local /jakarta- tomcat3.2.3/lib/parser.jar:/usr/local/jakarta-tomcat3.2.3/lib/servlet.j ar:/usr/l ocal/jakarta-tomcat3.2.3/lib/test:/usr/local/jakarta-tomcat3.2.3/lib/we bserver.j ar -Dtomcat.home=/usr/local/jakarta-tomcat3.2.3 org.apache.tomcat.startup.Tomcat) >> /usr/local/jakarta-tomcat3.2.3/logs/stdout.log 2>> /usr/local/jakarta-tomca t3.2.3/logs/stderr.log Thats it. It runs but doesn't go into background from my shell. The "old" Tomcat was running fine with the old startscript which was in the port before. I use FreeBSD 4.5-Release regards Thomas Vogt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message