I've been using tomcat 3.2.x (1 thru 4) w/o any trouble for over a couple
of months, but when I tried upgrading to 3.3a, I get the following message
on startup:

Jdk11Compat: Installing jar protocol handler
EmbededTomcat: Default commonCL
ERROR reading /Jai/Desktop/jakarta-tomcat-3.3a/conf/server.xml
At Line 13 /Server/ContextManager/LoaderInterceptor11/
useApplicationLoader=true

java.lang.NullPointerException
    at org.apache.tomcat.util.xml.ObjectCreate.start(Compiled Code)
    at org.apache.tomcat.util.xml.XmlMapper.matchStart(Compiled Code)
    at org.apache.tomcat.util.xml.XmlMapper.startElement(Compiled Code)
    at org.xml.sax.helpers.XMLReaderAdapter.startElement(Compiled Code)
    at org.apache.crimson.parser.Parser2.maybeElement(Compiled Code)
    at org.apache.crimson.parser.Parser2.content(Compiled Code)
...

My server.xml file looks like:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Server>

    <!-- You can add a "home" attribute to represent the "base" for
         all relative paths. If none is set, the TOMCAT_HOME property
         will be used, and if not set "." will be used.
         webapps/, work/ and log/ will be relative to this ( unless
         set explicitely to absolute paths ).
      -->
    <ContextManager workDir="work" >

      <!-- ==================== Global modules ==================== -->
        <LoaderInterceptor11  useApplicationLoader="true" />

        <TrustedLoader />
...

which is the default one (I did not change anything).

The line13 the stack trace mentions looks like a proper empty tag syntax
wise. Anybody else see something similar or know what's wrong here?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to