Re: Deploying restlets on a commercial hosting service?

2011-03-24 Thread Tal Liron
There are no real limitations. Using Apache as a reverse proxy in front of Restlet should work just fine, actually better than having Restlet answer internet requests directly. Restlet does tend to be stricter about HTTP header formats than most HTTP servers. Things that Apache's mod_php would

HTML decoration for Directory

2011-03-24 Thread Marc-Elian Bégin
Hi, Is there a way to decorate/control the HTML used by Director class responses? Thanks, Meb _ Marc-Elian Bégin Co-Founder SixSq, Geneva, Switzerland m...@sixsq.com +41 77 44 68 119 twitter: lemeb www.sixsq.com -- http://restlet.t

Server-side redirector example

2011-03-24 Thread Marc-Elian Bégin
Hi, I'm struggling a little trying to configure a Redirector. I'm trying to use on of the the MODE_SERVER_* option. Can you point me to an example? I can't get around protocol problems. Thanks, Meb _ Marc-Elian Bégin Co-Founder SixSq, Geneva, Switzerland m...@sixsq.com +41 77 44 6

Deploying restlets on a commercial hosting service?

2011-03-24 Thread Robert P Futrelle
I work in Java for servers and clients. They all work fine on my local machine (most of the time ;-). Is anyone familiar with the issues (limitations?) that could arise in attempting to create a java restlet server and then deploying it/them on a commercial hosting site? They all have Apache av

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2011-03-24 Thread Eugen Paraschiv
Hi, I'm running into the same problem. Can someone confirm that this is indeed fixed in the 2.x code so that I can start looking at the upgrade? Any help is appreciated. Thanks. -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/PROBLEM-WITH-org-restlet-representatio

Initialization of Restlet Application when deployed inside a Servlet container.

2011-03-24 Thread kafecho
Hi all, I am deploying a Restlet Application inside Jetty using the following web.xml description: ServerServlet org.restlet.ext.servlet.ServerServlet 1 org.restlet.application com.quantel.search.rest.SearchWebService Even though my ser

Restlet life cycle

2011-03-24 Thread Mark Thornton
It is unclear from the documentation whether a Restlet can be restarted after being stopped. Many other classes with life cycles do not permit restarting (e.g. Servlet's). I will be documenting some of my Restlet's as not restartable --- the effort required to allow restarting exceeds any possi

Re: Restlet Resource with mixed Media Type

2011-03-24 Thread VanessaScR
Thanks Thierry, your suggestions were very precious. We tested the solution that uses the Directory and the video plays with no problems. Now we will try to use the other alternatives proposed by you. Kind regards. Vanessa -- View this message in context: http://restlet-discuss.1400322.n2.nabble