Hi,

I'm trying to configure my web app to use a common class loader and class 
path with my EJBs. The deployment howto says:

To make sure that this package is now loaded by the common classloader, we 
reference it from within the web package by adding a Class-Path: entry to the
  web packages MANIFEST.MF file that it looks something like that:

     Manifest-Version: 1.0
     Class-Path: ./lib/ejb-client.jar

I've done exactly that but it still won't work. I keep getting package not 
found messages in a JSP that tries to import one of the classes in the 
ejb-client.jar library. I'm using JBoss 2.1 with tomcat.

Any hints?

Regards,
Alexander Jerusalem


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to