You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by bu...@apache.org on 2002/05/15 04:53:51 UTC

DO NOT REPLY [Bug 9090] New: - App dir based on app name, rather than sar name

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9090>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9090

App dir based on app name, rather than sar name

           Summary: App dir based on app name, rather than sar name
           Product: Avalon
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Phoenix
        AssignedTo: avalon-phoenix-dev@jakarta.apache.org
        ReportedBy: donaldp@apache.org


Currently the name of the directory to which an application is extracted (and 
also its associated work directory) is based on the name of the .sar file from 
which it was extracted. ie for myAppName.sar the following directories would be 
created.

$PHOENIX_HOME/apps/myAppName
$PHOENIX_HOME/work/myAppName-12345/

However this fails when the same .sar file is deployed multiple times under 
different names. Both applications will be expanded to the same directory under 
$PHOENIX_HOME/apps and similarly named directories under $PHOENIX_HOME/work

In reality we should expand make the name of the expanded directories match the 
name under which they are deployed.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>