jar file version

2001-10-21 Thread E B
How do I find out if a soap.jar is 2.1 or 2.2 ? In general, is the version a part of the jar spec ? I tried grep 2.1 soap.jar and grep 2.2 soap.jar, and both of them succeed. Nokia Game is on again. Go to http://uk.yahoo.com/nokiaga

RE: SOAP and Applets

2001-10-18 Thread E B
--- Phillip Urrea <[EMAIL PROTECTED]> wrote: > > Has anyone found a way to slim down the size of the > client? have a look at apache-axis. Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the new all media adven

regd classloader

2001-10-18 Thread E B
Hi In tc4, whats the difference between "shared" and "common" class loader ? From the docs, I understand that from the webapp's point of view they are same. ie., they both give classes to all the webapps. Am I correct ? I want my webapp's classes to be visible and shared by a soap service. When

RE: webapps' classpath

2001-10-18 Thread E B
) > > 3. Call methods on the factory to get instances > > I have not tested this I may have missed something, > and don't recommend this complex approach. > > I think the answer in your case is to > have fewer (one) web applications. > > Brendan > > >

soapaction

2001-10-16 Thread E B
In the context of apache-soap, do I need to bother about soapAction ? what is it used for ? thanks Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie

RE: webapps' classpath

2001-10-15 Thread E B
ould give each WebApplication a > complete set of its own > classes so that you can upgrade each independantly. > > Brendan > > > -Original Message- > From: E B > To: [EMAIL PROTECTED] > Sent: 10/15/01 9:04 PM > Subject: webapps' classpath > >

webapps' classpath

2001-10-15 Thread E B
I am using apache soap 2.2 with tomcat 3.2.1. There seem to be 2 classpaths, one tomcat's and the other webappp's WEB-INF/classes. For a SOAP service class, which of these two is visible first ? which of the two is recommended and why ? I have two web-app's: A1 and A2. (A2 is soap). I want to ref