Sorry, for not making my questions clear enough. Actually, when I said server, I meant 
the JVM the application is running in. Fact is, I'm using HttpClient in a server side 
application to connect to another server side application to get some info, in a way 
similar to how web services work. Anyway, that's quite irrelevant.

So, I guess now, my question should be, will HttpClient generate log files? And when? 
And how do I configure the logging, maybe to prevent it completely? Is that doable?

Thanks again :)

-----Original Message-----
From: Jeffrey Dever [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 10:06 PM
To: Commons HttpClient Project
Subject: Re: Am I in the right place?


Commons logging is a dependancy for HttpClient.  It is required for the 
JVM that HttpClient is running in.  But HttpClient is a client side 
implementation, and should not be on the server anyway.

There is no requirement imposed by HttpClient on the http server at all 
(beyond the RFCs).  Particlularly, commons-logging.jar.

log4j is optional for commons-logging and is therefore optional for 
httpclient.

This should be a non-issue.

Jandlaf.


Tarek M. Nabil wrote:

>Thanks :)
>
>Is there a way I can use the HttpClient without putting commons logging and log4j on 
>the server as well?
>
>
>
>-----Original Message-----
>From: Jeffrey Dever [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, February 13, 2003 9:51 PM
>To: Commons HttpClient Project
>Subject: Re: Am I in the right place?
>
>
>Here is good.
>
>Tarek M. Nabil wrote:
>
>  
>
>>Hi everyone,
>>
>>I need to ask some user level questions about the http client. Am I in the right 
>place or should I go to the commons user list?
>>
>>Thanks,
>>
>>Tarek M. Nabil
>>
>>
>>---------------------------------------------------------------------
>>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]
>
>
>---------------------------------------------------------------------
>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]


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

Reply via email to