I can't get Tomcat 4.1.18 to send a form "GET" to my Servlet.   My current
guess is that maybe the GET is being handled by the DefaultServlet.   I
checked my log file after starting Tomcat and then having the error occur.
In the log it looks like it maps to my servlet correctly but then it adds "
default: DefaultServlet.serveResource: Serving resource '/' headers and
data".
What does this mean?   Is it saying that the DefaultServlet is handling
these requests instead of my servlet?

2003-03-27 09:48:10 StandardHost[localhost]: Mapping request URI
'/SAWSServlet'
2003-03-27 09:48:10 StandardHost[localhost]: Trying the longest context path
prefix
2003-03-27 09:48:10 StandardHost[localhost]: Mapped to context
'/SAWSServlet'
2003-03-27 09:48:10 default: DefaultServlet.serveResource: Serving resource
'/' headers and data
2003-03-27 09:48:10 StandardHost[localhost]: Mapping request URI
'/SAWSServlet/'
2003-03-27 09:48:10 StandardHost[localhost]: Trying the longest context path
prefix
2003-03-27 09:48:10 StandardHost[localhost]: Mapped to context
'/SAWSServlet'
2003-03-27 09:48:10 default: DefaultServlet.serveResource: Serving resource
'/' headers and data
2003-03-27 09:48:10 default: DefaultServlet.serveFile:
contentType='text/html;charset=UTF-8'

I'm really stuck on this one so any help would be greatly appreciated!
Thanks very much!
Randy Curnutt
Solutions Plus, Inc.


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

Reply via email to