Christof,
Your heirarchy (using your file names) should be like this:
Webapplication.ear/
META-INF/application.xml
v4asp.war/
WEB-INF/web.xml
WEB-INF/pamir.tld
WEB-INF/lib/pamir.jar
If you do it this you don't need to set anything in MANIFEST.MF.
It sounds like you might be missing your tag library definition files,
which I've included an example of one (pamir.tld) above. Also, don't
forget to add a <taglib> block to your web.xml file.
Finally, it seems weird that you named your ear "Webapplication.ear"
since really your v4asp.war is your real web application.
Hope this helps,
David
--
Christof Lehmann wrote:
> Hello,
>
> I have a Webapplication (.ear) using JSP Tags.
> I use JBoss-2.2.2_Tomcat-3.2.2.
> The JSP Tags are in a file pamir.jar. The application is in
> v4asp.war. In the manifest.mf of v4asp.war is a correct classpath to
> pamir.jar set because tomcat and jboss find other classes in pamir.jar.
> Only jasper can not found the necessary taglib-class for compiling the
> jsp-page?
>
> Is there any way get this running?
>
> thanks
>
>
> Christof Lehmann
>
> VUB Printmedia GmbH
> Berlin Bonn Dresden K�ln Leipzig
>
> Chopinstr. 4 TEL: +49 341 960 50 93
> 04103 Leipzig FAX: +49 341 960 50 92
>
> _______________________________________________
> 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