You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by bu...@apache.org on 2003/08/28 18:36:29 UTC

DO NOT REPLY [Bug 22794] New: - Unable to use EAR file with Orion 2.x server

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

Unable to use EAR file with Orion 2.x server

           Summary: Unable to use EAR file with Orion 2.x server
           Product: Cactus
           Version: 1.5-beta1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: cactus-dev@jakarta.apache.org
        ReportedBy: jdk@jdk.ca


When attempting to call the <cactus> task with an ear file using the orion2x
container, I get the following error:

[cactus] Error initializing site Default Orion WebSite: Error finding web-app
'test' at /tmp/cactus/orion2x/@cactus.context@: No such file or directory

The problem is on line 6 of the
integration/ant/src/confs/share/orion2x/application.xml file:

     <web-module id="test" path="../@cactus.context@.war"/>

Perhaps it might be possible to update the orion support to utilize the
automated deployment from orion's admin.jar?