Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2018 09:26:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230325] www/tomcat85: daemon.sh refers to jsvc executable in CATALINA_HOME/CATALINA_BASE
Message-ID:  <bug-230325-7788-9XkPiqt6LZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230325-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230325-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230325

--- Comment #6 from Michael Osipov <michael.osipov@siemens.com> ---
(In reply to VVD from comment #5)

The patch looks good to me, but is incomplete. Please look at this line:
https://github.com/apache/tomcat/blob/trunk/bin/daemon.sh#L140

The last path component must be replaced with %JAVAJARDIR%/commons-daemon.j=
ar.

See:

# make -V JAVAJARDIR
/usr/local/share/java/classes

# ll /usr/local/share/java/classes/
antlr-3.5.2-complete.jar  jline-0.9.94.jar          ojdbc-11.2.0.4.jar
commons-daemon.jar        jline.jar                 swt-devel.jar
hamcrest.jar              junit.jar
hamcrest1.3.jar           junit4.jar

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230325-7788-9XkPiqt6LZ>