I understand how to put EJB .jar files in an .ear archive.
I can't see where to put classes which are shared by all the EJBs in the ear. I have several .jar files of common code I need to deploy where the EJBs can see them.
All the examples I've found on the web seem to be trivial examples where the EJBs require no support classes!
Any ideas? I'm using Weblogic 6.0 SP1.
Tom
-
EAR file -- where to put classes shared by EJBs? (2 messages)
- Posted by: Tom Davies
- Posted on: April 06 2001 03:57 EDT
Threaded Messages (2)
- EAR file -- where to put classes shared by EJBs? by Steve Chernyak on April 24 2001 12:45 EDT
- EAR file -- where to put classes shared by EJBs? by zhijiang chen on April 26 2006 13:50 EDT
-
EAR file -- where to put classes shared by EJBs?[ Go to top ]
- Posted by: Steve Chernyak
- Posted on: April 24 2001 12:45 EDT
- in response to Tom Davies
I am having the same problem.
Any help would be greatly appreciated.
Thanks -
EAR file -- where to put classes shared by EJBs?[ Go to top ]
- Posted by: zhijiang chen
- Posted on: April 26 2006 13:50 EDT
- in response to Tom Davies
You can put any folder in EAR but put class path in manifest.mf.