Hugh Acland wrote:
So in an ideal world where one's IT budget was larger than management have given you would have a dedicated restlet 'box' serving only restlets on port 80. The problem i have is that i am constrained to one physical server which has apache on 80, glassfish on 8080 and 8181 and now i need to set up the restlets on another port. I tried many moons ago to get apache to pass through to glassfish on certain uri-stems but i ended up punching to death three monitors in thr process. now i just use the :<port> in the client uri. don't like doing it though as it exposes your architecture to evil-doers. Perhaps using the servlet as aproxy is the best way forward..

Restlet also has an adaptor for AJP so you could use mod_proxy_ajp 
<http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html> to go directly from 
Apache to your Restlet app.
Would that be an option?

Simon

Reply via email to