Please Help: Using SSL in servlets

2004-11-21 Thread Michal Ziv
Hi,
I'm a newbie to ssl, here is the scenario:
server:
linux redhat 8 
tomcat 4.1.29
axis 1.1
webservice in java
server.keystore

client:
mandrake 9.2
tomcat 4.1.29
servlet
client.keystore

when using webservice from command line it works perfectly, but when running 
the same code from a servlet, it doesn't find truststore.
in both cases the full path is given, all jars are accessible to code.
can anyone please help?
thanks 
michal

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help: Using SSL in servlets

2004-11-21 Thread QM
On Sun, Nov 21, 2004 at 10:31:14AM +0200, Michal Ziv wrote:
: when using webservice from command line it works perfectly, but when running 
: the same code from a servlet, it doesn't find truststore.
: in both cases the full path is given, all jars are accessible to code.
: can anyone please help?

Yes, but you must first help us to help you: please post relevant files
(in this case, the web.xml from the app that doesn't work) and give a
more detailed problem description.

You'd be surprised how many SSL problems are caused by typos in web.xml,
e.g. trusttore instead truststore.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]