Do the user permissions matter? Does the process making the system request have 
required permissions? If thats the problem, and if you are using windows, in 
the thread you are making the request, you can logon as a different user, then 
make the thread impersonate that user, do the call, then restore old user. i 
forgot the details, but i remember doing something like this in iis.
  Regards,
  Ali
  

Jef Grezes <[EMAIL PROTECTED]> wrote:
  Royston Day wrote:
> Hi Jef,
>
> 
>> Hi there,
>> 
>
> 
>> I developed a web service which invokes a system("") during its 
>> execution.
>> Trying my webservice with axis_http_server works fine ...
>> When I try my webservice with apache and axis2_mod, the system call fails.
>> 
>
> 
>> Can you help me with this ?
>> 
>
> Have you set-up the httpd.conf file appropriately?
>
> Are you using the correct path && port when sending a request from the
> service client (when using apache)?
>
> Regards,
>
> Royston
> 
Thanks for your quick answer.
In fact, I'm sure my webservice is called since I left some traces (that 
are logged in a file).
The only problem is that the call to system("whatever") does not work 
(ie not resulting in a core dump
or whatever .. it just don't return 0).

So to answer accurately to your question : yes, everything in apache is 
well configured (the axis2c samples works fine also).

Regards,

Jef
begin:vcard
fn;quoted-printable:Jean-Fran=C3=A7ois Grezes
n;quoted-printable:Grezes;Jean-Fran=C3=A7ois
email;internet:[EMAIL PROTECTED]
version:2.1
end:vcard


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

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to