RE: setting up Server (Jetty) with SSL

2008-10-23 Thread Jerome Louvel
Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Vincent Envoye : mercredi 22 octobre 2008 23:47 A : discuss@restlet.tigris.org Objet : Re: setting up Server (Jetty) with SSL Hugh, I am guessing that I need

setting up Server (Jetty) with SSL

2008-10-22 Thread Hugh Acland
Hello again, The learning curve continues and I am once more in need of your invaluable assitance. I need to add SSL support to : public static void main(String[] args) { try { // Create a new Component. Component component = new Component(); // Add a

Re: setting up Server (Jetty) with SSL

2008-10-22 Thread Vincent
Hugh, I am guessing that I need to get hold of the server object some how and set the SSL key path (which i have created). I am confused as to role that Component has here. In other code i have seen the following to create a new Server instance: