Venkatesh Seetharam created FALCON-363:
------------------------------------------
Summary: Jetty is started with war when the war is already expanded
Key: FALCON-363
URL: https://issues.apache.org/jira/browse/FALCON-363
Project: Falcon
Issue Type: Bug
Reporter: Venkatesh Seetharam
Priority: Minor
This is unnecessary and a little inefficient.
{code}
nohup ${JAVA_BIN} ${JAVA_PROPERTIES} -cp ${FALCONCPPATH} org.apache.falcon.Main
-app ${BASEDIR}/server/webapp/${APP_TYPE}.war $* >
"${FALCON_LOG_DIR}/$APP_TYPE.out.$TIME" 2>&1 < /dev/null &
{code}
I propose to remove the .war extension.
--
This message was sent by Atlassian JIRA
(v6.2#6252)