HI all I am new to orion, and have been trying to deploy my sample bean (in sample-ejb.jar) onto orion, following the orion-primer tutorial. Basically, I jar the sample-ejb.jar file and an application.xml file into the sample.ear file. Then I deploy the .ear file by adding the following line to the server.xml file: <application name="sample" path="..the path.." /> It works, but I am not sure it is the appropriate way to do it. What I mean is that is there any way I can deploy my sample-ejb.jar directly without jaring it further into the .ear file, and depoly the sample-ejb.jar directly onto orion? Thanks a lot.