发件人: 陈军 [mailto:[email protected]]
发送时间: 2014年6月5日 23:40
收件人: [email protected]
抄送: [email protected]; [email protected]
主题: restlet support ssl
Hello, I have a question, I configure the restlet, through the HTTP access can
be a successful visit,
but access through the HTTPS return is 404, I hope I can support HTTPS access,
I now use the restlet version is 1.1.1, what solutions? Wait for the
answer,thanks!
The following is my configuration:
<servlet>
<servlet-name>restlet</servlet-name>
<servlet-class>com.noelios.restlet.ext.spring.RestletFrameworkServlet</servlet-class>
<load-on-startup>1</load-on-startup>
<init-param>
<param-name>org.restlet.application</param-name>
<param-value></param-value>
</init-param>
<init-param>
<param-name>org.restlet.clients</param-name>
<param-value>HTTP HTTPS FILE</param-value>
</init-param>
<init-param>
<param-name>org.restlet.autoWire</param-name>
<param-value>true</param-value>
</init-param>
</servlet>
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3079952