You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/07 04:39:04 UTC

DO NOT REPLY [Bug 19714] New: - Nested element ("weblogic") of the "serverdeploy" task should support WebLogic Server 7

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=19714>.
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=19714

Nested element ("weblogic") of the "serverdeploy" task should support WebLogic Server 7

           Summary: Nested element ("weblogic") of the "serverdeploy" task
                    should support WebLogic Server 7
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: thaiha@psv.com.vn


WebLogic Server 6 uses the command: "java weblogic.deploy" to deploy an 
application. But the WebLogic Server 7 uses the command: "java 
weblogic.Deployer" (view http://e-
docs.bea.com/wls/docs70/programming/deploying.html#1124819). 

 The current task uses WebLogic Server 6 "weblogic.deploy" utility to deploy an 
application. It should be upgraded to detect and support WebLogic Server 7