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 19:27:42 UTC

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

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)