hi,

i'm using nsapi to configure iPlanet with Tomcat 3.2.3.  they're 
communicating via the ajp13 worker.  the workers.properties file on the 
iPlanet box is configured to setup ajp13, and i know the server.xml file on 
the Tomcat box needs a tag for an ajp13 socket.  i have it setup as follows:

<Connector classname="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler" 
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
            <Parameter name="port" value="8443"/>
            <Parameter name="max_threads" value="200"/>
            <Parameter name="max_spare_threads" value="100"/>
            <Parameter name="min_spare_threads" value="10"/>
</Connector>

when i start the server up, i get an xml parser error:

At Line 269 /Server/ContextManager/Connector/ 
classname=org.apache.tomcat.service.PoolTcpConnector

FATAL: configuration error
java.lang.NullPointerException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at org.apache.tomcat.util.xml.ObjectCreate.start(XmlMapper.java:580)
        at 
org.apache.tomcat.util.xml.XmlMapper.matchStart(XmlMapper.java:384)
        at 
org.apache.tomcat.util.xml.XmlMapper.startElement(XmlMapper.java:81)
        at com.sun.xml.parser.Parser.maybeElement(Parser.java:1391)
        at com.sun.xml.parser.Parser.content(Parser.java:1499)
        at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
        at com.sun.xml.parser.Parser.content(Parser.java:1499)
        at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
        at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
        at com.sun.xml.parser.Parser.parse(Parser.java:284)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:126)
        at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:214)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

any help would be greatly appreciated.  i apologize in advance if this is a 
silly question.

thanks,
dave

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to