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