Tomcat Deployment

2002-03-15 Thread Sanjay Bahal
New to Tomcat- installed it- examples run fine. I want to undersatnd the deployment structure. The documentation does not make it so clear. I have looked at the various web.xml's - I could'nt find the one for examples. My question is how do I deploy my servlet? Do I create a new file structure for

Setting a Cookie in a SOAP Request

2002-03-15 Thread Kenneth . Schwartz
So what is the solution for setting a cookie in a SOAP request w/ SOAP 2.1. Thank You Ken Schwartz FDC Technology Office 777-8416

timeout

2002-03-15 Thread Jean-Pierre CLAVERY
Hello every body, I am new in soap processing. I specified a timeout for my SOAP method invocation by using : ** SOAPHTTPConnection shc; shc = new SOAPHTTPConnection(); shc.setTimeout(5000); //<-- 5 seconds Call call = new Call(); call.setSOAPTransport(sh

timeout

2002-03-15 Thread Jean-Pierre CLAVERY
Hello every body, I am new in soap processing. I specified a timeout for my SOAP method invocation by using : ** SOAPHTTPConnection shc; shc = new SOAPHTTPConnection(); shc.setTimeout(5000); //<-- 5 seconds Call call = new Call(); call.setSOAPTransport(sh