Try using the absolute pasth in the server.xml's path=""(i.e. path="c:/myDir/B2B.ear" or path="/test/B2B.ear"
 
See if that helps.
 
Later...
 
Greg
-----Original Message-----
From: umesh sonavane [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 30, 2000 12:59 AM
To: Orion-Interest
Subject: how do i deploy ear

Hi everyBody
 
I have already created an B2B.ear file now i want to deploytool it into orion server how do i do that
 
in server.xml i have this
        <application name = "B2B"
            path="B2B.ear" />
 
and in default-web-site.xml i have this
 
   <web-app application="B2B"
   name="war-ic.war"
   root="tmib2b" />
when i start the server its gives me following error
 
C:\orion>java -jar orion.jar
Error instantiating application at file:/C:/orion/config/B2B.ear: Unable to find
/read assembly info for C:\orion\config\B2B (META-INF/application.xml)
Orion/1.3.8 initialized
 
 
can anybody tell me how to deploy when i have already made a ear file and want to deploy it in orion server
 
Umesh Sonavane

Reply via email to