I think I figured it out, and it is not a problem with log4j.  I was trying
to access a url from the localhost as the servlet was being initialized (as
part of the localhost initialization).  In that situation, you can't really
expect the localhost to serve pages if it isn't fully initialized.  If I
move the page to another location that can serve the page, everything works
fine.

Also, as a note, I setup NDC's in our servlets so that we can distinguish
log events by session, and it works great.  log4j continues to impress.

Thanks!
-Mark

-----Original Message-----
From: Ceki Gülcü [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 3:39 PM
To: LOG4J Users Mailing List
Subject: Re: Configuring from an http url?



Mark,

This should work nicely. Can you provide more detail? 

At 15:02 26.07.2001 -0700, you wrote:
>Does anyone out there do this?  Instead of specifying a file:/ type url, I
>am trying to specify an http:/ type url.  But I get a
FileNotFoundException.
>But the url is accessible from a browser on the same machine.  And it
>happens with a url that ends in .xml or .jsp.
>
>?
>-Mark
>
>Supercharge your telephone! -- write your VoiceXML Application for free at
>http://cafe.bevocal.com
>BeVocal Cafe - Rated #1 VoiceXML development environment and voice hosting
>service by CT Labs!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

--
Ceki Gülcü - http://qos.ch


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

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

Reply via email to