Have you tried doing instead of this
    // Then attach it to the local host  
        component.getDefaultā€‹Host().attach("/", app);
doing this
    // Then attach it to the local host  
        component.getDefaultā€‹Host().attach("http://localhost:8081/";, app);

I don't remember the reason, but depending on how you start your application or 
something, you need to include the 'http://localhost' part or leave it out.

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

Reply via email to