Hi.. I'm running tapestry on jetty using port 8080. I also have httpd in front of jetty which use SSL port 8443. I'm using mod proxy to pass SSL request on port 8443 into jetty.
If I type page url on browser address bar, everything is fine. Pagelink component also works fine. But when I submit form, it looks like the "redirect after post" on tapestry always redirect to standard https port (443). Is there a way to configure tapestry https port? Thanks...