On Thu, Jun 30, 2011 at 1:34 PM, vp143 <[email protected]> wrote:
> One additional point... if I take out
> protected IRequestCycleProcessor newRequestCycleProcessor() {
>        HttpsConfig config = new HttpsConfig(80, 443);
>        return new HttpsRequestCycleProcessor(config);
> }
> and I navigate manually to an https link i.e. https://myserver.com/login.
In your previous mails you used "/myapp" as context path. Your Apache
config also setups it.
Now you say that the page is reachable without "/myapp" ?!
> Everything looks fine, loads, padlock etc is working as expected.
> So I am sure them the answer is in
> HttpsRequestCycleProcessor/SwitchProtocolRequestTarget although the fix may
> be in the setup of the web server.
>
> Any other suggestions on what to look out for in
> HttpsRequestCycleProcessor/SwitchProtocolRequestTarget classes?
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-tp3633546p3635299.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to