Re: Serving static content with the CLAP connector

2009-04-01 Thread Jim Alateras
I have also tried adding the following context parameter to my web.xml but am still getting '404' org.restlet.clients HTTP HTTPS CLAP FILE On 02/04/2009, at 7:32 AM, Jim Alateras wrote: > Abit more information. When I start the restlet application in my > Jetty container I see

Re: Serving static content with the CLAP connector

2009-04-01 Thread Jim Alateras
Abit more information. When I start the restlet application in my Jetty container I see the following Apr 2, 2009 7:27:53 AM org.restlet.Connector WARNING: The connector has been instantiated without any protocol. When I add the following code to my Application getConnectorSer

Loading Spring Beans

2009-04-01 Thread Dustin N. Jenkins
Hello! I'm using JDK 1.6 with Tomcat 6.0 on Fedora Core 8. I'm upgrading to Restlet 1.2, and I used to create a BeanUtil class that would load my Spring 1.2.9 beans by casting getContext() to a ServletContextAdapter, then obtaining the ServletContext from there to use the WebApplicationContext

RE: Java 6

2009-04-01 Thread Jerome Louvel
Hi Cliff, Yes, the build is done with Java 1.5 and we don't provide a build in Java 6. Official support for Java 6 is only planned for post-Restlet 1.2. In order to build it yourself, you can follow these instructions: "Building with Ant" http://wiki.restlet.org/developers/179-restlet/107-res

RE: Restlet 1.2 M2 released

2009-04-01 Thread Jerome Louvel
Hi Jonathan, We would be quite happy to get your feed-back, positive or not :) Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Jonathan Hall [mailto:jonrh..

RE: Re: Starting with restlet

2009-04-01 Thread webpost
it's all right. Now it's all working. Thank you for help. Endrio -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1505823

[NEWBIE] RESTlet with JDBC tutorial

2009-04-01 Thread webpost
Do anybody know where can I find tutorials to understand how to implement simple resources with persistence through JDBC (ex: MySQL, ...) ? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1508825

Re: Restlet 1.2 M2 released

2009-04-01 Thread Jonathan Hall
Excellent! I'm looking forward to seeing if the new Resource API simplifies development. Jerome Louvel wrote: > Hi all, > > The second 1.2 milestone is out! > > A complete coverage is available in our blog: > http://blog.noelios.com/2009/04/01/restlet-12-m2-released/ >

Restlet 1.2 M2 released

2009-04-01 Thread Jerome Louvel
Hi all, The second 1.2 milestone is out! A complete coverage is available in our blog: http://blog.noelios.com/2009/04/01/restlet-12-m2-released/ Best regards, Jérôme Louvel -- Restlet ~ Founder and Lead developer ~

Restlet 1.1.4 released

2009-04-01 Thread Jerome Louvel
Hi all, We have just released a new maintenance version of Restlet 1.1. It fixes 11 bugs and upgrades the following dependencies: * Jetty to version 6.1.15 * JAXB to version 2.1.10 * Grizzly to version 1.9.10 Thanks to all direct contributors: * Albert Boehmler *

Serving static content with the CLAP connector

2009-04-01 Thread Jim Alateras
I am using 1.1.3 and am having an issue using the CLAP connector to serve static content in the classpath. Here is what I have web.xml === org.restlet.application au.com.observant.ringocore.application.RingoCoreApplication log4jConfigLocation /WEB-INF/classes/l

Re: CSS and HTTPS problem ...

2009-04-01 Thread Bruno Harbulot
Hi, Rob Heittman wrote: > You'd have to change the CSS to also reference the images, etc. over > https. The warning you describe will be triggered whenever you have an > HTML page, delivered over https, that calls images, CSS, or javascript > from another source, delivered over http. This isn

RE: Re: expires header with redirects?

2009-04-01 Thread webpost
Thanks for the quick answer. That gave me what I needed. -Robin > Hi Robin, > > take a look at > http://wiki.restlet.org/docs_1.1/13-restlet/27-restlet/130-restlet.html . > > @Jerome, Thierry: What about logging also the api call to use for set > the value? > > best regards > Stephan >