Hi
every class referenced in from a web-archive (war) needs to be either
in /WEBINF/lib in a jar file (like your taglib.jar) or under the /WEBINF/class
tree as class in the apropriate subdirectory.

(I hope i am right)



> I've trawled through the archive to try to get some help with
> this...nothing seems to have got an answer....
>
> I have an EAR in the form
>
> /ejb.jar
> /support.jar
> /app.war
> /META-INF/
>       application.xml
>
>
> the app.war contains
>
> /jsp/login.jsp
> /WEB-INF/
>       web.xml
>       lib/
>               taglib.jar
>
> My problem is that the 'ejb.jar' and 'taglib.jar' reference classes in the
> 'support.jar'...the 'ejb.jar' finds them and loads ok but the 'taglib.jar'
> gives a CNFE when the jsp is compiled by tomcat...?
> I have tried a number of manifest 'Class-Path' options but no success...
>
> I had expected that the 'J2EE Deployer' had added the supporting jars to
> the 'common classpath' as it says it does...
>
> Any pointers would be greatly appreciated!
>
> Lewis
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

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

Reply via email to