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>
