Venkatesh Seetharam created OOZIE-1749:
------------------------------------------
Summary: Jetty is started with war when the war is already expanded
Key: OOZIE-1749
URL: https://issues.apache.org/jira/browse/OOZIE-1749
Project: Oozie
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)