RE: can we deploy Ejb.jar into orion without using EAR

2001-05-09 Thread Kesav Kumar
Title: RE: can we deploy Ejb.jar into orion without using EAR Create all your classes(home, remote, EJB) write a deployment descriptor ejb-jar.xml keep the ejb-jar.xml in Meta-inf directory of your application.  This works fine. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740

RE: can we deploy Ejb.jar into orion without using EAR

2001-05-09 Thread elephantwalker
You need to take five steps: 1. First tell the server where the app is in the server.xml file (this is in the config directory). Add this line between the tags: 2. Create a directory the reflects your /path/to/someapp above. Add a directory, /path/to/someapp/META-INF.