Hi

Fabien Couble wrote:

>
> Hi Deepal,
> Yes, I agree with you. You sent me your tomcat console and I have the
> same output.
> However, even if I have in the output the message"3 juill. 2006
> 10:09:59 userguide.loggingmodule.LogHandler invoke", I'm pretty sure
> that my handler is not working (and not called actually). In fact, I
> try to display some words in the invoke method and to create a file
> too. But nothing is done!!!
> So it means that it doesn't work, no?
>
> Did you check that the file was created when you tested my module?
> What is simpleHTTPServer and where I can get it?

SimpleHTTPServer is HTTP server provide with Axis2. And you can find a
number of test cases in integartion module those uses SimpleHTTPServer;
  
  ConfigurationContext configctx = getNewConfigurationContext(repository);
  SimpleHTTPServer   receiver = new SimpleHTTPServer(configctx , 8080);
  receiver.start();

>
> Sincerely
> Fabien
>
>
> ----- Original Message ----- From: "Deepal Jayasinghe"
> <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, July 03, 2006 10:38 AM
> Subject: Re: [AXIS2] Handler problem
>
>
>> Hi Fabien;
>> I think I sent you my tomcat console , and it had the out put you are
>> expecting. So I can not understand why its not working for you.
>>
>> Why dont you try to use SimpleHTTPServer and see it works there ?
>>
>> Fabien Couble wrote:
>>
>>> Hi all,
>>> I'm still testing a module which is composed by a handler but I still
>>> have a problem.
>>> I deployed (globally or for only a service - I tried the two) the
>>> module and the web admin confirms me that the module is well-deployed.
>>> When I invoke the service, I have the following trace on the tomcat
>>> console:
>>> 3 juill. 2006 10:09:59 userguide.loggingmodule.LogHandler invoke
>>> We could think that the handler is invoked, but I don't think so. In
>>> fact, I put some System.out.println commands on the invoke method and
>>> I can't see them after the execution of a request.
>>>
>>> I modified the adressing module in order to trace the execution of the
>>> invoke method of this module and it works. In fact, I can see the
>>> execution of the System.out.println commands.
>>> In conclusion, I have a problem with the logging module...
>>> I'm really confused
>>> Please help me
>>>
>>> Regards
>>> Fabien
>>> This message contains information that may be privileged or
>>> confidential and is the property of the Capgemini Group. It is
>>> intended only for the person to whom it is addressed. If you are not
>>> the intended recipient, you are not authorized to read, print, retain,
>>> copy, disseminate, distribute, or use this message or any part
>>> thereof. If you receive this message in error, please notify the
>>> sender immediately and delete all copies of this message.
>>>
>>
>> -- 
>> Thanks,
>> Deepal
>> ................................................................
>> ~Future is Open~
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED] 
>
>
>
> This message contains information that may be privileged or
> confidential and is the property of the Capgemini Group. It is
> intended only for the person to whom it is addressed. If you are not
> the intended recipient,  you are not authorized to read, print,
> retain, copy, disseminate,  distribute, or use this message or any
> part thereof. If you receive this  message in error, please notify the
> sender immediately and delete all  copies of this message.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



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

Reply via email to