Thanx! tomcat maybe the problem

2001-07-27 Thread manu upadhyaya
Hi KH and all.. well I used port 8080,8007 for normal tomcat and soap as well, my tocat version is 3.2.3, soap 2_2, xerces 1.4.2 classpaths are as follows: D:\jdk1.3.1\lib;D:\jdk1.3.1\bin;D:\jbuilder5\bin;D:\jdk1.3.1\lib\xml4j.jar;D:\tomcat\xerces-1_4_2\xerces.jar;D:\tomcat\jakarta-tomcat-3.2.

RE: Hi, help me

2001-07-27 Thread Kartheek Hirode
Manu, This looks like a Tomcat problem. Please look in the Tomcat archives http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2) for past cases. Which port are you making your call to? Which version of Tomcat are you using and is this Tomcat coupled to Apache? I suggest you search for "HANDLER THRE

hi

2001-07-27 Thread manu upadhyaya
2001-07-28 09:55:06 - Ctx( /soap ): Set debug to 1 2001-07-28 09:55:06 - Ctx( /soap ): Add context 2001-07-28 09:55:06 - ContextManager: Adding context Ctx( /soap ) 2001-07-28 09:55:07 - Ctx( /examples ): Add context 2001-07-28 09:55:07 - ContextManager: Adding context Ctx( /examples ) Starting to

Hi, help me

2001-07-27 Thread manu upadhyaya
Hi all Developpers, I appreciate for the solution of the following error ::: 2001-07-27 23:42:04 - ContextManager: Adding context Ctx( ) 2001-07-27 23:42:04 - ContextManager: Adding context Ctx( /test ) 2001-07-27 23:42:07 - PoolTcpConnector: Starting HttpConnectionHandler on 8080 2001-07-27 2

Re: Parsing error...

2001-07-27 Thread Scott Nichol
The classpath being used by the class loader is different than the System properties classpath. Tomcat creates several class loaders, including a separate class loader for each servlet. The class loader for each servlet will include stuff in WEB-INF for that servlet. That is why dumping the eff

Re: Parsing error...

2001-07-27 Thread Scott Nichol
http://www.w3.org/2000/xmlns/ is the namespace URI for xmlns. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 12:08 PM Subject: Re: Parsing error... > Scott, > The line in red (with the arrow), is that a valid name

Re: Parsing error...

2001-07-27 Thread David Turner
Scott, I dumped the System environment variables and I don't see anything unusual. Also, One thing I completely forgot to mention is that the version that I got working (Linux and Win) I used JDK1.4.0beta. Here I'm using JDK1.3.0. That shouldn't have anything to do with it, right? java.runt

Re: Parsing error...

2001-07-27 Thread David Turner
Scott, The line in red (with the arrow), is that a valid namespace?  I don't know were that's getting picked up from. The following line is what's being worked on from enveloped passed to server: http://xml.apache.org/xml-soap" xsi:type="ns2:DeploymentDescriptor">   DBT: In Router.doPost() DBT: a

Error after repackaging

2001-07-27 Thread Richard .
Hi, I've repackaged the org.apache.soap to avoid potential customer conflicts with any prior installations and that seems fine, but I think I've lost something in the configuration as a result. I'm running a sample the samples\address testit.cmd under Tomcat and have errors. Also, Tomcat poi

Re: soap-rp

2001-07-27 Thread Doug Davis
Don't know whether SOAP is going to do it or not, but just as an FYI, there will be an implementation of HTTPR ( http://www-106.ibm.com/developerworks/webservices/library/ws-phtt/ ) built on top of Axis in the next release of IBM's WSTK. -Dug Please respond to [EMAIL PROTECTED] To: "'[EMAIL

soap-rp

2001-07-27 Thread Gopinadh Bandaru
I came to know that there is a reliable messaging protol through soap. can any one tell me is apache soap to get incroproate the soap-rp in the future versions. cheers gopi

Help me!

2001-07-27 Thread manu upadhyaya
Hi all Developpers, I appreciate for the solution of the following error ::: 2001-07-27 23:42:04 - ContextManager: Adding context Ctx( ) 2001-07-27 23:42:04 - ContextManager: Adding context Ctx( /test ) 2001-07-27 23:42:07 - PoolTcpConnector: Starting HttpConnectionHandler on 8080 2001-07-27 2

Re: SOAPHTTPConnection and session cookies

2001-07-27 Thread Scott Nichol
Warwick, One option is for you to submit a patch. Brief instructions for doing so are at the bottom of http://xml.apache.org/source.html Scott - Original Message - From: "Warwick Slade" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 11:44 PM Subject: SOAPHTTP