Tomcat and AXIS on PDA

2004-11-08 Thread Suleman Butt
Hi , Is there any TOMCAT & AXIS release to be installed on a PDA (HP 5500) devise with a specs 400mhz processor and 128mb ram. Actually i want to execute a semantic web service on a pda device. Could anybody help me in suggesting the appropriate set of softwares required. Regards Suleman.

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Jim Wong
Fantastic, thanks; I will investigate this approach, as well. -- Jim Wong ([EMAIL PROTECTED]) -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 2:13 PM To: '[EMAIL PROTECTED]' Subject: RE: SSL Client Auth with Tomcat and

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Jim Wong
bit curious and would be keen on knowing the results you got. Thanks -Original Message- From: Jim Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 7:52 PM To: [EMAIL PROTECTED] Subject: SSL Client Auth with Tomcat and Axis On a somewhat related note, I'm just getting

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Hubble, Christopher
FWIW, as I haven't don't that, AFAIK, yes and yes. Chris -Original Message- From: Jim Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 5:15 PM To: [EMAIL PROTECTED] Subject: RE: SSL Client Auth with Tomcat and Axis Thanks, that's an interesting appro

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Jim Wong
I can use for access control? Thanks again... -- Jim Wong ([EMAIL PROTECTED]) -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 9:44 AM To: '[EMAIL PROTECTED]' Subject: RE: SSL Client Auth with Tomcat and Axis You should prob

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Wagle, Shriniwas
and would be keen on knowing the results you got. Thanks -Original Message- From: Jim Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 7:52 PM To: [EMAIL PROTECTED] Subject: SSL Client Auth with Tomcat and Axis On a somewhat related note, I'm just getting star

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Hubble, Christopher
To: [EMAIL PROTECTED] Subject: RE: SSL Client Auth with Tomcat and Axis Thanks for the response. We're primarily interested in extracting the subject name from the certificate, so that we can use it to authorize some users to use specific resources and other users to use other resources. Is

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Jim Wong
ECTED]) -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 6:17 AM To: '[EMAIL PROTECTED]' Subject: RE: SSL Client Auth with Tomcat and Axis What kind of information do you want to get from the cert? Chris -Original Message

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Pranay Parsatwar
heri Kurla Road, Andheri (East) Mumbai - 400 059 Tel: (91)-22-5677 http://www.mphasis.com/ -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 6:47 PM To: '[EMAIL PROTECTED]' Subject: RE: SSL Client Auth with Tomcat and Axis

RE: SSL Client Auth with Tomcat and Axis

2004-10-14 Thread Hubble, Christopher
What kind of information do you want to get from the cert? Chris -Original Message- From: Jim Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 7:52 PM To: [EMAIL PROTECTED] Subject: SSL Client Auth with Tomcat and Axis On a somewhat related note, I'm just ge

SSL Client Auth with Tomcat and Axis

2004-10-13 Thread Jim Wong
On a somewhat related note, I'm just getting started on trying to build an application using Axis, Tomcat and SSL. I would like to use client authentication, but I haven't been able to find documentation that explains how (assuming it's possible) one could access information from the client's cert

Tomcat and Axis ClassLoader error...

2004-03-19 Thread Marepalli, Somesh
Title: Same WSDL different environment - help please Hi:   I am deploying Axis based web services in Tomcat (4.0.6). My web app .jar files need to be dynamically updated...   However, since some of the helper .jar files use Native (JNI) dlls, I am unable to do this...I get the

AW: tomcat and Axis

2003-11-07 Thread Jan . Wegener
PROTECTED] Gesendet: Freitag, 7. November 2003 11:44 An: [EMAIL PROTECTED] Betreff: AW: tomcat and Axis Hi Jan, I tried 4.1.29 and everything works fine... Some questions: - Can you start the tomcat administration tool with http://:tomcat-port - Do you get the WSDL of your web service

AW: tomcat and Axis

2003-11-07 Thread Wolfgang Vullhorst
sure you do not have something like "System.exit(0)" in your code? Wolfgang -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. November 2003 17:30 An: [EMAIL PROTECTED] Betreff: tomcat and Axis Hi everyone, i delpoyed a very s

AW: tomcat and Axis

2003-11-07 Thread Jan . Wegener
shut down. Jan -Ursprüngliche Nachricht- Von: Mithun Sheshagiri [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. November 2003 17:37 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: tomcat and Axis Jan: Sometimes the shutdown.bat/shutdown.sh does not work for some reason. I

Re: tomcat and Axis

2003-11-06 Thread Mithun Sheshagiri
Jan: Sometimes the shutdown.bat/shutdown.sh does not work for some reason. I think, in your case, tomcat is still running. If you are running windows try looking for tomcat.exe in the Processes tab of task manager. Use ps for linux. hope this helps! mithun http://www.cs.umbc.edu/~mits1 [EM

tomcat and Axis

2003-11-06 Thread Jan . Wegener
Hi everyone, i delpoyed a very simple Axis-WebService and try to consume it via a Client generated with the Sun WSDP. But everytime I try I get a java.net.ConnectException: Connection refused: connect and the Tomcat is shut down. Please let me know if anybody has an idea about this. Jan Wegene

Re: HTTPSession/Tomcat and Axis

2003-01-11 Thread Klaus Thiele
gt; To: [EMAIL PROTECTED] > Subject: RE: HTTPSession/Tomcat and Axis > > This is exactly what is happening if you deploy your web service in Axis > with a session scope. > -Original Message- > From: Chris Forbis [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 10, 200

RE: HTTPSession/Tomcat and Axis

2003-01-10 Thread thomas . cherel
: '[EMAIL PROTECTED]'Subject: RE: HTTPSession/Tomcat and Axis Umm nice.  So on the server side I could attach attributes to the session like with a servlet?     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10,

RE: HTTPSession/Tomcat and Axis

2003-01-10 Thread Chris Forbis
and Axis   This is exactly what is happening if you deploy your web service in Axis with a session scope. -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:15 PM To: [EMAIL PROTECTED] Subject: HTTPSession/Tomcat and Axis I have been

RE: HTTPSession/Tomcat and Axis

2003-01-10 Thread thomas . cherel
Title: Message This is exactly what is happening if you deploy your web service in Axis with a session scope. -Original Message-From: Chris Forbis [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:15 PMTo: [EMAIL PROTECTED]Subject: HTTPSession/Tomcat and Axis

HTTPSession/Tomcat and Axis

2003-01-10 Thread Chris Forbis
I have been looking for information on this for a while, and have not seen anything good on it.   So I wanted to get a thread going of how this could be done...   Many users of Axis run it on tomcat or jetty.  Both of these make a session for EVERY connection to them that does not alrea

Re: Tomcat and Axis-1.0

2002-10-21 Thread Kevin . Bedell
evin Bedell/Systems/USHO/SunLife) Subject: Tomcat and Axis-1.0 Hi Folks I am desperately trying to get the samples working with Tomcat 4.0.X and Axis-1.0. I am able to validate without any problems, then when I click on the wsdl link after Version, it wants to save it on disk. I a

Tomcat and Axis-1.0

2002-10-19 Thread Joseph Rajkumar
Hi Folks I am desperately trying to get the samples working with Tomcat 4.0.X and Axis-1.0. I am able to validate without any problems, then when I click on the wsdl link after Version, it wants to save it on disk. I am unable to get any examples like the Calculator.jws to work. An

Tomcat and Axis Performance

2002-06-06 Thread Michael Connor
Title: Tomcat and Axis Performance Hello all, I'm running Tomcat 4.0 with Axis and the calls I'm making are a little slower than I would expect.  I ran the same call 1000 times and found the average performance to be 337 milliseconds per call I'm running both the client an

RE: SSL Tomcat and Axis

2002-05-06 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
from the server ( among other things like algorithms supported, SSL version supported and so on ) ... Hope it helps. /Pankaj. -Original Message- From: St-Germain, Sylvain To: [EMAIL PROTECTED] Sent: 5/6/02 11:14 AM Subject: RE: SSL Tomcat and Axis Pankaj, Many thanks for this, I could get y

RE: SSL Tomcat and Axis

2002-05-06 Thread St-Germain, Sylvain
have to step through it... Sylvain. -Original Message- From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 5:56 PM To: '[EMAIL PROTECTED]' Subject: RE: SSL Tomcat and Axis Hi Sylvain, Look at http://www.pankaj-k.net/WSOverSSL/WSOverSSL-

RE: SSL Tomcat and Axis

2002-05-03 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi Sylvain, Look at http://www.pankaj-k.net/WSOverSSL/WSOverSSL-HOWTO.html for some info on this. /Pankaj > -Original Message- > From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 2:26 PM > To: Axis-User (E-mail) > Subject: SSL Tomcat and

SSL Tomcat and Axis

2002-05-03 Thread St-Germain, Sylvain
I have followed the instructions @ http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html Although I can see the request coming out and back in (using tcpmon) the process never seems to terminate. Anyone successfully achieved this? -- Sylvain This message may contain privileged and/o