Yes you can,

1. Configure an application deployment at directory app with app/META-INF
(I'll call my app directory app for this example)
2. Inside of app/META-INF/application.xml add your ejb module, let's call it
model
3. Create a directory app/model
4. Create a directory app/model/META-INF and put ejb-jar.xml in it
5. Update orion-application.xml and put a <librarty path="path to your
classes"> pointing to where your EJB classes live

Follow standard procedures to deploy an application (i.e. updating
server.xml etc...)

-AP_

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Morten Wilken
Sent: Wednesday, January 09, 2002 1:10 AM
To: Orion-Interest
Subject: deploying ejb without jar'ing


im sure ive come across this... can i deploy ejb's directly from a
filestructure instead fo jarring them first? and if so how?

sincerely
Morten Wilken


Reply via email to