Thierry, Thanks for the prompt response. Turns out I overlooked the fact that I had to add a Client if I deploy my app to a servlet container. So I just added an Client with HTTP Protocol to the getClients() in my Component and that took care of it. The engine's native Client is just fine for now.
------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2697371

