Bug 55297 - Have daemon.sh look for jsvc in CATALINA_HOME as well as CATALINA_BASE
Summary: Have daemon.sh look for jsvc in CATALINA_HOME as well as CATALINA_BASE
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Integration (show other bugs)
Version: 7.0.42
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 08:31 UTC by James Shaw
Modified: 2013-07-25 19:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Shaw 2013-07-23 08:31:11 UTC
Since jsvc is a standard executable, it would be good if daemon.sh could search for it in its usual location in $CATALINA_HOME/bin/jsvc.  It currently looks for it in CATALINA_BASE only:

test ".$JSVC" = . && JSVC="$CATALINA_BASE/bin/jsvc"
Comment 1 Mark Thomas 2013-07-25 19:27:50 UTC
Fixed in trunk and 7.0.x and will be incuded in 7.0.43 onwards.