Hello,

As https is managed by your load balancer, you don't think you need to
add @secure annotations on Tapestry pages. Communication between load
balancer and tomcat is done in HTTP
Even if you stay all the time in https, Tapestry needs to send
redirects to clients on form submissions (GET after POST). To do that,
it needs the full url to redirect to.

You can either contribute expected serveur name in tapestry with BaseUrlSource
or in Tomcat using proxy information
http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html

Hope that helps,

Denis


2011/9/19 pieter <pieter.win...@atos.net>:
> that page you are referring to says: "If you want to make your entire
> application secure: .... " and then a method to add to you appModule.
>
> If you do that (at least it was here the case) everything should work with
> https & relative urls ...
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Problem-pushing-application-to-production-tp4817901p4818037.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to