I am trying to use the redirector in MODE_DISPATCHER with Tomcat. All the example seem to assume you will be running as a standalone on its own port. E.g create a Component and add Protocol.HTTP on port 8182.
What I want to do is create a war file to deploy to tomcat and have the redirector redirect any requests to another server. This is my first attempt at using the Restlet framework and I don't quite get the paradigm. How do I add a redirector in such a way that it just uses the port the container is using but redirects requests for the given web app elsewhere? Thanks, Andrew ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2385884

