Thanks I kind of figured that this had to be configured in the appsever (websphere) just needed confirmation. Just one more question my spring xml file has the following in it. <http:destination name="*.http-destination"/> If it set up SSL in the appserver is this still reqiured? I'm assuming i should delete it. RegardsMark --- On Wed, 30/3/11, Benson Margulies <[email protected]> wrote:
From: Benson Margulies <[email protected]> Subject: Re: how to setup ssl for server part of webservice without using embedded jetty? To: [email protected] Received: Wednesday, 30 March, 2011, 9:35 AM If you are in an appserver, you need to configure SSL with the appserver. On Tue, Mar 29, 2011 at 5:27 PM, Mark Ng <[email protected]> wrote: > > Hi, > > I need help in configuring a webservice to use ssl, basically i have adapted > the wsdl_first_https to my application which will be running in webspehere. > It all seems to work fine but i am concerned about embedding jetty in my > application when websphere already has its own servlet container etc will > this cause problems? > The requirements for the project is to provide mutual authentication between > the client and the server using certificates no need for ws security. > The wsdl_first_https sample application is for a standalone webservice there > doesn't seem to be any example how to secure the server when it is running > inside an application server like websphere. It is possible to provide an > example of spring xml file that is configured on the server to use SSL > without using the tags like <httpj:engine-factory>? > Basically can you please advise me what is the best way of configuring the > webserver (server part) in an application to use SSL (massl)? > RegardsMark > >
