Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs
I am trying to set a classpath environment variable in my ear file's Manifest.mf like so :
 
Class-Path: ejbutils-client.jar
 
here's the directory structure of my ear:
 
meta-inf/manifest.mf
meta-inf/application.xml
myweb.war
myejb.jar
ejbutils-client.jar
 
I am getting a class not found exception on my ejb for one of the classes that are in the ejbutils-client.jar
 
Is there a problem with this kind of classpath declaration. Am I doing something wrong ?
 
Thanx,
Unico

Reply via email to