Re: Axis problem

2005-02-10 Thread Carlos Hurtado Ramírez
hanks. -- Mensaje original --- De : [EMAIL PROTECTED] Para : [EMAIL PROTECTED], [EMAIL PROTECTED] Fecha : Wed, 9 Feb 2005 11:15:00 +0530 Asunto : Re: Axis problem >Hi Carlos, > We also faced similar problems. I think problem is with the Tomcat. It is >not a good HTTP server. Our

Re: Axis problem

2005-02-08 Thread Sunil Kothari
Hi Carlos, We also faced similar problems. I think problem is with the Tomcat. It is not a good HTTP server. Our configuration was Axis 1.1 running under Tomcat 5.0.27. Stopping and starting Tomcat again will get you over this problem. I hope that helps. Sunil Kothari DISCLAIMER: Any Informa

Re: Axis problem after restart

2003-06-10 Thread Jeff Greif
A pure speculation: Certain strings might be interned in a symbol table and compared for equality by address rather than content. Restarting the web server might create a second Axis servlet, with a new symbol table, while some component somewhere might be holding on to the first symbol table (or

Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
: "Steven J Baker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 8:33 PM Subject: Re: AXIS problem > Did you start the AXIS server through the admin page after starting Tomcat? > > > Jean-Marc Taillant wrote: > > Hi all, > >

Re: AXIS problem

2002-03-25 Thread Steven J Baker
Did you start the AXIS server through the admin page after starting Tomcat? Jean-Marc Taillant wrote: > Hi all, > > I use Tomcat 3.3a with Axis beta1. I try to list ( or to deploy too) the > services installed on Axis with the following command: > > java org.apache.axis.client.AdminClient

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
: maandag 25 maart 2002 13:55To: [EMAIL PROTECTED]Subject: Re: AXIS problem I think i get the 19 march beta1. Here is my classpath from client side ( where i call the AdminCLient) / C:\java_tools\xml-axis-beta1\lib\axis.jar;C:\java_tools\xml-axis-beta1\lib\clutil.jar;C:\java_tools

Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
Bergijk To: [EMAIL PROTECTED] Sent: Monday, March 25, 2002 1:50 PM Subject: RE: AXIS problem Jean Marc,   I tried your java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list and my Axis (beta1, from March 19, not the one from friday 15

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
Jean Marc,   I tried your java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list and my Axis (beta1, from March 19, not the one from friday 15) listed what I had deployed. I run Axis on Tomcat 3.3. Is your classpath correct, and did you update the jar

RE : axis problem

2002-03-18 Thread mikel
Thanks for replying. Unfortunately, I tried your suggestion but it still gives me the same error message.

RE: axis problem

2002-03-18 Thread Ramon Turnes
It seems that you are mixing AXIS (Apache SOAP 3.0) jar files and Apache SOAP 2.2 so remove all the references to version 2.2. Regards. Ramón -Original Message- From: mikel [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:26 PM To: [EMAIL PROTECTED] Subject: axis problem Hi,