Still no luck tried upgrading to -tomcat-4.0.5-LE-jdk14 but still the
same issue.  Everything looks like it initializes just fine and the file
(index.html) is there but tomcat can't retrieve the file for delivery.
If anyone has any insight I desperately need it.

Creating engine
Creating host 'localhost' with appBase 'c:/usr/ncube/webapps'
Creating context '' with docBase 'c:/usr/ncube/webapps/ROOT'
Creating context '/nable' with docBase 'c:/usr/ncube/webapps/nable'
Adding engine (org.apache.catalina.core.StandardEngine/1.0)
Creating connector for address='ALL' port='8080' secure='false'
Adding connector for address 'ALL' port='8080'
Starting embedded server

HttpProcessor[8080][4]  An incoming request is being assigned
HttpProcessor[8080][4]   The incoming request has been awaited
HttpProcessor[8080][4]   parseConnection: address=/127.0.0.1, port=8080
HttpProcessor[8080][4] Normalized: '/nable/index.html' to
'/nable/index.html'
HttpProcessor[8080][4]  Request is 'GET' for '/nable/index.html' with
protocol 'HTTP/1.1'
HttpProcessor[8080][4]  Header accept = image/gif, image/x-xbitmap,
image/jpeg, image/pjpeg, application/vnd.ms-excel,
application/vnd.ms-powerpoint, application/msword, */*
HttpProcessor[8080][4]  Header accept-language = en-us
HttpProcessor[8080][4]  Adding locale 'en_US'
HttpProcessor[8080][4]  Header accept-encoding = gzip, deflate
HttpProcessor[8080][4]  Header user-agent = Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.1; Q312461)
HttpProcessor[8080][4]  Header host = localhost:8080
HttpProcessor[8080][4]  Header connection = Keep-Alive
StandardEngine[null]: Mapping server name 'localhost'
StandardEngine[null]:  Trying a direct match

StandardContext[/nable]: Mapping contextPath='/nable' with
requestURI='/nable/index.html' and relativeURI='/index.html'
StandardContext[/nable]: Decoded relativeURI='/index.html'
StandardContext[/nable]:   Trying exact match
StandardContext[/nable]:   Trying prefix match
StandardContext[/nable]:   Trying extension match
StandardContext[/nable]:   Trying default match
StandardContext[/nable]: Mapping contextPath='/nable' with
requestURI='/nable/errors/notfound.jsp' and
relativeURI='/errors/notfound.jsp'
StandardContext[/nable]: Decoded relativeURI='/errors/notfound.jsp'
StandardContext[/nable]:   Trying exact match
StandardContext[/nable]:   Trying prefix match
StandardContext[/nable]:   Trying extension match
StandardContext[/nable]:   Trying default match

StandardHost[localhost]: Mapping request URI '/nable/index.html'
StandardHost[localhost]:   Trying the longest context path prefix
StandardHost[localhost]:  Mapped to context '/nable'
ErrorDispatcherValve[localhost]: Exception Processing
ErrorPage[errorCode=404, location=/errors/notfound.jsp]
java.lang.NullPointerException
        at
org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherVa
lve.java:391)
        at
org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherVa
lve.java:305)
        at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:180)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:564)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:170)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:564)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
72)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:174)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:566)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
72)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.j
ava:1027)
        at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:
1125)
        at java.lang.Thread.run(Thread.java:536)

Thanks
Chris Halverson


-----Original Message-----
From: Chris Halverson 
Sent: Thursday, September 26, 2002 11:24 AM
To: Tomcat Users List
Subject: RE: Still stuck with embedded tomcat (Chris Weaver, Craig?)

Still no response and no luck, are there insoluble issues here that no
one is willing to elucidate?
Chris H

-----Original Message-----
From: Chris Halverson 
Sent: Monday, September 23, 2002 12:41 PM
To: Tomcat Users List
Subject: RE: Still stuck with embedded tomcat (Chris Weaver, Craig?)

Still looking for a reasonable answer.....

-----Original Message-----
From: Chris Halverson 
Sent: Friday, September 20, 2002 11:11 AM
To: Tomcat Users List
Subject: Stuck with embedded tomcat

Everything seems to initialize just fine but when I try to access
something as simple as an index.html file I get nothing.  My
WEB-INF/web.xml files are fine.  There were previous posts but no
resolution posted.  Chris Weaver did you ever figure out why things
didn't work?
 
Chris Halverson
 
JDK 1.4.0_01
Tomcat jakarta-tomcat-4.0.4-LE-jdk14
 
 
StandardContext[]: Configuring application event listeners
StandardContext[]: Sending application start events
StandardContext[]: Starting filters
StandardContext[]: Posting standard context attributes
StandardContext[]: Starting completed
StandardContext[]: Mapping contextPath='' with requestURI='/index.html'
and relativeURI='/index.html'
StandardContext[]: Decoded relativeURI='/index.html'
StandardContext[]:   Trying exact match
StandardContext[]:   Trying prefix match
StandardContext[]:   Trying extension match
StandardContext[]:   Trying default match
 
 
And Nothing
Thanks

--
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]>


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

Reply via email to