Date: Wed, 28 Nov 2018 08:48:48 +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-xPWrGxXbdE@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 #3 from Michael Osipov <michael.osipov@siemens.com> --- (In reply to VVD from comment #2) There is no need to, you can simple patch the file with JSVC=3D%%PREFIX%%/bin/jsvc and then perform substition. Look what I do with= Nexus OSS: https://github.com/michael-o/freebsd-ports/blob/master/devel/nexus2-oss/Mak= efile#L45 and https://github.com/michael-o/freebsd-ports/blob/master/devel/nexus2-oss/fil= es/patch-conf_wrapper.conf#L20. I think this is perfectly fine. Also make sure to replace line 138: CLASSPATH=3D"$CLASSPATH$CATALINA_HOME/bin/bootstrap.jar:$CATALINA_HOME/bin/= commons-daemon.jar" too with ${JAVAJARDIR}/commons-daemon.jar. See https://svnweb.freebsd.org/ports/head/devel/jakarta-commons-daemon/Makefile= ?view=3Dmarkup#l33 If you need further assistance, let me know. --=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-xPWrGxXbdE>