Re: HTTP errors Logging

2011-09-15 Thread Pid
On 14/09/2011 16:26, Michael Gesundheit wrote:
 Hi,
 I could not find anything in the archive so here is my question:Is there any 
 way to get DEBUG or any log regarding HTTP error messages?
 I currently get a 403 but, so far, can't find the root cause.
 Thanks,-Michael

Please start an entirely new email in future.

Replying to an existing thread, just editing subject  body, is called
thread-hijacking and makes your message appear in the middle of another
conversation in threaded mail readers.


p



signature.asc
Description: OpenPGP digital signature


Re: HTTP errors Logging

2011-09-15 Thread Michael Gesundheit
What??

--- On Thu, 9/15/11, Pid p...@pidster.com wrote:

From: Pid p...@pidster.com
Subject: Re: HTTP errors Logging
To: Tomcat Users List users@tomcat.apache.org
Date: Thursday, September 15, 2011, 6:13 AM

On 14/09/2011 16:26, Michael Gesundheit wrote:
 Hi,
 I could not find anything in the archive so here is my question:Is there any 
 way to get DEBUG or any log regarding HTTP error messages?
 I currently get a 403 but, so far, can't find the root cause.
 Thanks,-Michael

Please start an entirely new email in future.

Replying to an existing thread, just editing subject  body, is called
thread-hijacking and makes your message appear in the middle of another
conversation in threaded mail readers.


p



Re: HTTP errors Logging

2011-09-15 Thread André Warnier

Michael Gesundheit wrote:

What??


Ok, I will take the candle.

Michael,
to send your original message, what you did was :
- you edited an older message, which had a subject Tomcat Redirect Issue - Extra / 
after hostname - Help Please

- then you changed the subject line
- then you typed your message
- then you sent that message to the list

What Pid is telling you, is that this is not a correct way to start a new subject of 
discussion on this list (and not only on this one).
The reason is that when you do it like above, the message that you send still has 
references in it to the old message that you copied (even if you do not see this).


And for people who display list messages in their reader using the threaded view, this 
is very annoying, because your message appears in the middle of the discussion of the 
other message, while it has nothing to do with that old subject.

Like this :

Tomcat Redirect Issue - Extra / after hostname...
  - answer #1 : Re: Tomcat Redirect Issue - Extra / after hostname...
  - answer #2 : Re: Tomcat Redirect Issue - Extra / after hostname...
- answer to answer #2 : Re: Tomcat Redirect Issue - Extra / after 
hostname...
  - answer #3 : HTTP errors logging
  - answer #4 : Re: Tomcat Redirect Issue - Extra / after hostname...

 

Got it ?

To start a new subject, start a new message, do not copy an old one.




--- On Thu, 9/15/11, Pid p...@pidster.com wrote:

From: Pid p...@pidster.com
Subject: Re: HTTP errors Logging
To: Tomcat Users List users@tomcat.apache.org
Date: Thursday, September 15, 2011, 6:13 AM

On 14/09/2011 16:26, Michael Gesundheit wrote:

Hi,
I could not find anything in the archive so here is my question:Is there any 
way to get DEBUG or any log regarding HTTP error messages?
I currently get a 403 but, so far, can't find the root cause.
Thanks,-Michael


Please start an entirely new email in future.

Replying to an existing thread, just editing subject  body, is called
thread-hijacking and makes your message appear in the middle of another
conversation in threaded mail readers.


p





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: HTTP errors Logging

2011-09-14 Thread Rudy Gireyev
Hi Michael.

Not sure if this is what you're asking, but there's a logs directory
in your Tomcat installation directory. In it there should be several
log files that may contain a clue.

Rudy



On Wed, Sep 14, 2011 at 8:26 AM, Michael Gesundheit
mi...@rocketmail.com wrote:
 Hi,
 I could not find anything in the archive so here is my question:Is there any 
 way to get DEBUG or any log regarding HTTP error messages?
 I currently get a 403 but, so far, can't find the root cause.
 Thanks,-Michael

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: HTTP errors Logging

2011-09-14 Thread Michael Gesundheit
Thanks,I know about them but to see anything specific you need to turn on 
logging for the specificmodule. I could not find in the docs how to do it.
-Michael
--- On Wed, 9/14/11, Rudy Gireyev rgire...@gmail.com wrote:

From: Rudy Gireyev rgire...@gmail.com
Subject: Re: HTTP errors Logging
To: Tomcat Users List users@tomcat.apache.org
Date: Wednesday, September 14, 2011, 10:12 AM

Hi Michael.

Not sure if this is what you're asking, but there's a logs directory
in your Tomcat installation directory. In it there should be several
log files that may contain a clue.

Rudy



On Wed, Sep 14, 2011 at 8:26 AM, Michael Gesundheit
mi...@rocketmail.com wrote:
 Hi,
 I could not find anything in the archive so here is my question:Is there any 
 way to get DEBUG or any log regarding HTTP error messages?
 I currently get a 403 but, so far, can't find the root cause.
 Thanks,-Michael

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: HTTP errors Logging

2011-09-14 Thread Rudy Gireyev
Sorry. I don't understand at all what you are asking. What does module
mean? By module do you mean some part of Tomcat itself? Or some
application that you have written that runs within Tomcat?

If the latter then you have to configure the logging within that
Servlet system, which will depend on the logging library used.
Although this has little to do with Tomcat.

Rudy



On Wed, Sep 14, 2011 at 10:37 AM, Michael Gesundheit
mi...@rocketmail.com wrote:
 Thanks,I know about them but to see anything specific you need to turn on 
 logging for the specificmodule. I could not find in the docs how to do it.
 -Michael
 --- On Wed, 9/14/11, Rudy Gireyev rgire...@gmail.com wrote:

 From: Rudy Gireyev rgire...@gmail.com
 Subject: Re: HTTP errors Logging
 To: Tomcat Users List users@tomcat.apache.org
 Date: Wednesday, September 14, 2011, 10:12 AM

 Hi Michael.

 Not sure if this is what you're asking, but there's a logs directory
 in your Tomcat installation directory. In it there should be several
 log files that may contain a clue.

 Rudy



 On Wed, Sep 14, 2011 at 8:26 AM, Michael Gesundheit
 mi...@rocketmail.com wrote:
 Hi,
 I could not find anything in the archive so here is my question:Is there any 
 way to get DEBUG or any log regarding HTTP error messages?
 I currently get a 403 but, so far, can't find the root cause.
 Thanks,-Michael

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org