Re: FW: Apache HTTP Server/Tomcat with axis2/c

2007-07-19 Thread Paul Fremantle
gh, I would like a commitment that the changes will be intergraded into axis2/c. Dan -Original Message- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 6:05 AM To: [EMAIL PROTECTED]; Apache AXIS C Developers List Subject: Re: FW: Apache HTTP Server/Tomcat w

Re: FW: Apache HTTP Server/Tomcat with axis2/c

2007-07-18 Thread Paul Fremantle
ed the simple_axis2_server with the samples/client executables and samples/server shared objects. I would like to donate these changes to the apache development team and have them become part of the axis2/c project. We currently have Servlet version 2.4 of Apache Tomcat/5.5.23 running with axis2 versi

Re: tomcat

2007-04-11 Thread Samisa Abeysinghe
Jim Seipp wrote: Hi Samisa, Can you send me the instructions on the Apache 2 Module? http://ws.apache.org/axis2/c/docs/axis2c_manual.html#apa_mod Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: tomcat

2007-04-11 Thread Jim Seipp
Hi Samisa, Can you send me the instructions on the Apache 2 Module? Thanks, Jim -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 5:51 PM To: Apache AXIS C Developers List Subject: Re: tomcat Jim Seipp wrote: >Hi, > >Instead

Re: tomcat

2007-04-10 Thread Samisa Abeysinghe
Jim Seipp wrote: Can you please tell me how to deploy with Apache 2? http://ws.apache.org/axis2/c/docs/axis2c_manual.html#apa_mod Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

RE: tomcat

2007-04-10 Thread Jim Seipp
Can you please tell me how to deploy with Apache 2? Thanks, Jim -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 5:51 PM To: Apache AXIS C Developers List Subject: Re: tomcat Jim Seipp wrote: >Hi, > >Instead of

Re: tomcat

2007-04-10 Thread Samisa Abeysinghe
Jim Seipp wrote: Hi, Instead of using the "axis2_http_server.exe" server is it possible to use the TomCat server? If so can please you tell me how to set up the server to use the Axis2C with TomCat? We do not have support to dploy with Tomcat. However we have an Apache 2 Module

tomcat

2007-04-10 Thread Jim Seipp
Hi, Instead of using the "axis2_http_server.exe" server is it possible to use the TomCat server? If so can please you tell me how to set up the server to use the Axis2C with TomCat? Thanks, Jim - To unsubscribe, e-ma

[jira] Resolved: (AXIS2C-359) Seg faults with reconnecting the Tomcat Server by calling axis2_stub_create_with_endpoint_ref_and_client_home

2007-03-20 Thread Samisa Abeysinghe (JIRA)
libCurl transport with client to deal with HTTP protocol problems that we had with the Axis2 client transport lib > Seg faults with reconnecting the Tomcat Server by calling > axis2_stub_create_with_endpoint_ref_and_clien

[jira] Commented: (AXIS2C-359) Seg faults with reconnecting the Tomcat Server by calling axis2_stub_create_with_endpoint_ref_and_client_home

2007-03-20 Thread Samisa Abeysinghe (JIRA)
. Please have a look at the echo sample to see how service client instance could be re-used. > Seg faults with reconnecting the Tomcat Server by calling > axis2_stub_create_with_endpoint_ref_and_clien

[jira] Updated: (AXIS2C-359) Seg faults with reconnecting the Tomcat Server by calling axis2_stub_create_with_endpoint_ref_and_client_home

2006-12-05 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-359?page=all ] Samisa Abeysinghe updated AXIS2C-359: - Fix Version/s: 1.0.0 > Seg faults with reconnecting the Tomcat Server by calling > axis2_stub_create_with_endpoint_ref_and_clien

[jira] Created: (AXIS2C-359) Seg faults with reconnecting the Tomcat Server by calling axis2_stub_create_with_endpoint_ref_and_client_home

2006-10-19 Thread Jason Liu (JIRA)
Seg faults with reconnecting the Tomcat Server by calling axis2_stub_create_with_endpoint_ref_and_client_home - Key: AXIS2C-359 URL: http

RE: Install Axis-c on Tomcat?

2006-01-25 Thread Lilantha Darshana
I think you would try doing following to achieve a solution without JNI:   Client->tomcat->httpd->axis-c   If the client is axis-c, make tomcat to forward the Client request to the httpd.     Thanks -Lilantha   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: Install Axis-c on Tomcat?

2006-01-25 Thread Paul Fremantle
Well one solution would be to have Apache HTTPD proxy requests for the rest of the site through to Tomcat using the Tomcat connector.client --> HTTPD --> Tomcat --> Java --> AxisC++ --> C++ Sound ok?PaulOn 1/23/06, Khamis Abuelkomboz <[EMAIL PROTECTED]&

Re: Install Axis-c on Tomcat?

2006-01-23 Thread Khamis Abuelkomboz
in tomcat and java. Now I see axis-c is used to be only for apache httpd. So if I have to configure a web service server, it has to stay standalone and implement the web service client in tomcat using axis/java. Is this the only possible configuration you see? Is it not possible to get our c

Re: Install Axis-c on Tomcat?

2006-01-23 Thread Paul Fremantle
KhamisI really don't understand your question. Maybe you can rephrase it?Axis/Java and Axis2/Java run under Tomcat (Java environment)Axis/C++ runs under Apache HTTPD (C environment)I can't see any reason to get AxisC++ running under Tomcat. PaulOn 1/23/06, Khamis Abuelkomboz <[EM

Install Axis-c on Tomcat?

2006-01-23 Thread Khamis Abuelkomboz
Hi I have a basic question, is it possible at all to get axis-c running under Tomcat 5.x? The installation instructions on the axis-c installation guide refer to apache 1.x/2.x. If only axis only runs with Tomcat, how would you still bind Axis into your C++ libraries? I asked before this