> -----Original Message-----
> From: Choi Jong Myung(SS) [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, December 13, 1999 10:28 PM
> To:   [EMAIL PROTECTED]
> Subject:      [help] tomcat doesn't work.
>
>
> But, "tomcat standalone" version doesn't work.
> The error message is :
> -------------------------------------------
> Loaded configuration from: file:/user6/jakarta/server.xml
> SAXParseException: file:/user6/jakarta/server.xml : 5
>   msg : java.lang.NullPointerException
> -------------------------------------------
>
        I used to get the error when the parser could not locate the dtd
file specified at the top of server.xml.
        I suspect that fixing the path will fix your problem.

        The top of server.xml should look something like....
        <!DOCTYPE Server PUBLIC
            "-//Sun Microsystems, Inc.//DTD Servlet Server 1.0//EN"
            "file:d:/jakarta/etc/server.dtd">

        ...where "file:d:/jakarta/etc/server.dtd" should be replaced by the
exect path to server.dtd on your machine.


> The problem is that I can't find "jakarta-tomcat" and "jakarta-tools"
> source any more in the jakarta site.
>
> Where can I get "jakarta-tomcat" and "jakarta-tools"  source ?
> I can't find them in "http://dev.apache.org/from-cvs/jakarta-tomcat/"
> site. The directory is empty.
>
Your URL is wrong.  It should be
http://jakarta.apache.org/from-cvs/jakarta-tomcat .


ted stockwell

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to