You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "grobe.org" <ga...@grobe.org> on 2000/04/18 17:57:31 UTC

what does this error mean ...

ERROR reading /usr/local/tomcat/webapps/lego/WEB-INF/web.xml
java.lang.NullPointerException
    at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java, Compiled Code) ...


I get it when starting the server and only when I add in my web.xml file in the WEB-INF dir.

also, how should a web.xml file look like if calling a servlet from an applet?