[
https://issues.apache.org/jira/browse/FALCON-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Venkatesh Seetharam updated FALCON-363:
---------------------------------------
Attachment: FALCON-363.patch
> 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
> Affects Versions: 0.5
> Reporter: Venkatesh Seetharam
> Priority: Minor
> Attachments: FALCON-363.patch
>
>
> 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)