On Thu, 18 Oct 2001, jp Morgan wrote:
> I have a set of jars my ejb whose classes my ejb
> calls. Where do I put these jars in the jboss
> directory tree.
> Should they go in lib or lib/ext or deploy/lib. I put
> the jdbc driver jar jconn2.jar in lib/ext but for any
> other jars created from existing application I do not
> know. The documentation is not clear. These jars must
> referenced or available through the class path.
[KEH]
Hi
This is pretty straight forward j2ee stuff.
The .jar containing your ejb's should be put inot the deploy/lib to be
deployed. (The documentation is very clear about this)
For the other classes wich your ejb needs - read the j2ee doc. They should
be put into your ejb.jar - and the Manifest.mf - should reference it.
/lib/myclasses.jar
</knut erik>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development