> What does this mean? Is there somewhere to look that explains 
> error codes such as '400'?

http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2068.html#sec-10

(There are several sites with RFC databases, including
http://www.cis.ohio-state.edu/Services/rfc/index.html and
http://rfc.asuka.net/ .)

There are also constants in both java.net.HttpURLConnection and
javax.servlet.http.HttpServletResponse for these codes.

> How do I make it stop?

Ehhh,... stop trying to access "/"?  Grant access privilege to "/" in your
web server?  It all depends on whether you actually want people to access
that directory, or what you want them to see when they access it.

                                                            -- Bill K.


> -----Original Message-----
> From: Blankenship, David [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 18, 2001 8:17 AM
> To: '[EMAIL PROTECTED]'
> Subject: Help with Tomcat log messages
> 
> 
> I have installed Tomcat on a couple of new Windows 2000 
> servers. I have
> everything configured, and my application seems to run fine. 
> When I start
> Tomcat it inializes fine. Afterward every 4 seconds or so, it 
> prints out
> this message:
> 
> 2001-04-18 09:57:51 - Ctx(  ): 400 R( /) null
> 
> This continues as long as Tomcat is running.
> 
> 2001-04-18 09:57:51 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:57:55 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:57:59 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:03 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:07 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:12 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:16 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:20 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:24 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:28 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:32 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:36 - Ctx(  ): 400 R( /) null
> 2001-04-18 09:58:40 - Ctx(  ): 400 R( /) null
> 
> What does this mean? Is there somewhere to look that explains 
> error codes
> such as '400'? How do I make it stop?
> 
> Any help would be appreciated.
> 
> David Blankenship
> KLA-Tencor Control Solutions
> 
> 

Reply via email to