You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/03/18 23:50:44 UTC

[jira] [Updated] (FALCON-363) Jetty is started with war when the war is already expanded

     [ 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)