Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs
AFAICS you must set the classpath in the Manifest.mf of your myejb.jar and myweb.war  ...
 
CGJ
-----Urspr�ngliche Nachricht-----
Von: Unico Hommes [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 18. Juli 2001 13:41
An: '[EMAIL PROTECTED]'
Betreff: [JBoss-user] ear file manifest classpath problem ?

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