Setup problems

2002-03-01 Thread Jonathan Porterfield
Hey soapies, I'm probably missing something simple here, but I've spun my wheels for long enough... Background: == - DID have a previous version installed, however, I removed the webapp/soap directory, and the work/localhost/soap directory. Installed the new SOAP version

Re: problem with installation

2002-03-01 Thread Jerzy Kut
Of course!!! Sorry - :)) - Original Message - From: "Harnish, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 2:12 PM Subject: RE: problem with installation > Jerzy, > > I've fairly new to SOAP myself, and haven't yet experimented with the > message ro

RE: problem with installation

2002-03-01 Thread Harnish, Michael
Jerzy, I've fairly new to SOAP myself, and haven't yet experimented with the message router. When I use the ServiceManager to list the deployed services at the messagerouter URL, I get the same error you did (small consolation, I know)...so I'll leave that part of the answer to someone better ve

problem with installation.log

2002-03-01 Thread Jerzy Kut
Moreover ~/jakarta-tomcat-4.0.2/logs/catalina.out has: Starting service Tomcat-Standalone Apache Tomcat/4.0.2 Sitemap location = sitemap.xmap Checking sitemap reload = true Reloading sitemap asynchron = true Sitemap check delay = 1 sec Starting service Tomcat-Apache Apache Tomcat/4.0.2 Server 1.6

problem with installation

2002-03-01 Thread Jerzy Kut
Hi! I am newbie in SOAP. I install SOAP on linux RedHat 6.2 with Tomcat 4.0.2 as user (no root) in directory /home/my/jakarta-tomcat-4.0.2/webapps by simple copying soap.war file into. After insert some code: SOAP=$HOME/jakarta-tomcat-4.0.2/webapps/soap CLASSPATH=$HOME/jakarta-tomcat-4.0.2/common

RE: porting from socket to SOAP

2002-03-01 Thread Colin Saxton
I think you can setup HTTPS with minimal problems using java (jdk1.4 has direct support for https) but I would encourage you to think stateless with your design...once you open a connection to the server you are taking up a valuable resource...if you make it persistant then it is no longer a share

AW: Java SOAP call

2002-03-01 Thread Beer, Christian
> Please can someone answer this... > > I have written a port listener and redirected my soap calls > to go through > this listener (proxy). > > Why does the header start like this: > > POST HTTP/1.0 > > with no path supplied in between? > > The call still seems to work but I am confused as