remove all tld files in jar and put them in WEB-INF

that fixed the NPE for me.

peter

Max wrote:
> 
> i use jstl with jakarta-taglibs with no tld file (in WEB-INF or in jar
> files)
> and log tag library with one tld file in WEB-INF/lib/log.jar
> do you have an idea ?
> 
> ----- Original Message -----
> From: "peter lin" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Monday, October 28, 2002 3:59 PM
> Subject: Re: jspc
> 
> >
> > if you're using jsp1.1 tag libraries, make sure you only have the tag
> > tld file in either jar or WEB-INF/.  if you have it in both, it will
> > cause null pointer errors.
> >
> > peter
> >
> >
> > Max wrote:
> > >
> > > Hello,
> > >
> > > I use tomcat 4.1.10
> > >
> > > /usr/local/tomcat/bin#./jspc.sh ../webapps/myapp/test.jsp
> > > 2002-10-28 03:51:38 - ERROR-the file '/test.jsp' generated the following
> general exception: java.lang.NullPointerException
> > > error:null
> > >
> > > This error with every jsp ...
> > >
> > > somebody know another way than jspc to compile all jsp recursivly ?
> > >
> > > thanks
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> <mailto:tomcat-user-help@;jakarta.apache.org>
> >
> 
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to