Don't bother answering it I figured it out.

"jakarta" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> To whomever wishes to answer:
>
> I am trying to set up a web application that has a shared UTILITIY.jar.
>
> WAR access classes in UTILITY
> EJB access classes in UTILITY
>
> I have it working now but the solution I utilized was place UTILITY.jar in
> Web-inf/lib directory and
> also extract UTILITY.jar merging class files with my EJB and build my EJB
> with the dependent classes in it.
>
> 1. How would I set this up without have to extract UTILITY.jar?
> 2. How would I set up my manifest Class-Path entries for my EJB to find
> UTILITY.jar?
> 3. Where do I place UTILITY.jar?  In Web-inf/lib for Servlet/jsp access
but
> where for EJB.
>
>
> I have seen that you can place Class-Path entries in the manifest file of
> the EJB to locate dependent classes but JBoss ignores the entry.
>
> Maybe Im doing it all wrong please help.
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to