your web.xml file for the xsltExample webapp refers to the servlet 2.3
specification dtd and you are running tomcat 3.x which is an implementation
of the servlet 2.2 specification. Tomcat has a cached version of the dtd in
one of the jar files that are part of the distribution. This is in case the
machine running tomcat cannot access the internet version of the dtd. Sounds
like your server can't find the url http://java.sun.com/dtd/web-app_2_3.dtd.
If the xsltExample webapp uses 2.3 features then you will need to upgrade to
tomcat 4.x for it to work...

-----Original Message-----
From: Sharifuddin Ahmed [mailto:[EMAIL PROTECTED]]
Sent: 25 September 2002 11:15
To: [EMAIL PROTECTED]
Subject: XMLMapper:Can't find resource for entity error


Could somebody help me and reply to my e-mail .

I have the following :

jakarta-tomcat-3.2.4
Win2K

On startup i get the following error:

2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /examples )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /FormProcess )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /gino )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /GinoTest )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /GinoTest2 )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /GraphService )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /jspBeanExample )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /myapp )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /postsearch )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /postsearch2 )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /registration )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /regXML )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx(  )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /test )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /UserReg )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /UserReg_old )
2002-09-25 09:34:13 - ContextManager: Adding context Ctx( /xsltExample )
XmlMapper: Can't find resource for entity: -//Sun Microsystems, Inc.//DTD
Web Ap
plication 2.3//EN --> http://java.sun.com/dtd/web-app_2_3.dtd "null"
2002-09-25 09:34:21 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2002-09-25 09:34:21 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007

I have checked the web.xml file checking for versions

My
Could someone please help me

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to