Hello,

>Restlet has defaulted all my URLS to http://something. >How do I change this 
>so that the default is https://something?
What do you mean by "Restlet has defaulted all my URLS to http://something";?
Restlet allows you to define a set of resources. Once that has been done, you 
set up the server connectors  that will serve those resources. First declare 
the supported protocols (http, https, etc), then complete the classpath with 
the jar of the implementations that support these protocols.

Here is some documentation about Spring configuration [1], and connectors [2].
 
Best regards,
Thierry Boileau

[1] 
http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/70-restlet/196-restlet.html
[2] 
http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/325-restlet/37-restlet.html

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2675987

Reply via email to