Hi,
I dont think you need to do anything different when deploying the service
but there'll be a few extra things to do on the client side.
Have you tried getting the details of the local certs/keys/truststore from
the crypto.props file and setting up the client accordingly?
e.g.
System.setProperty("javax.net.ssl.trustStore", "C:\\Documents and
Settings\\user\\clientTruststore");
System.setProperty("javax.net.ssl.trustStorePassword", "somePassword");
and
System.setProperty("javax.net.ssl.keyStore", "C:\\Documents and
Settings\\user\\clientKeystore");
System.setProperty("javax.net.ssl.keyStorePassword", "someOtherPassword");
regards
Keith
> Hello
>
> I try to run the ApacheMuse example of the tutorial
> http://ws.apache.org/muse/docs/2.2.0/tutorial/index.html . The problem is
> that I deployd it in the OMII tomcat webserver. This server has its own
> security features (X.509 Certificates and Keystores)
> http://www.omii.ac.uk/docs/3.4.0/user_guide/omii_user_guide.htm#security/security2.htm
> Now I dont know how configure my Webservice so that it can be run in that
> webserver. Hopefully someone can help me.
>
> regards pod
>
> --
> GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
> Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]