Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-14 Thread Tim Urberg
ic but I do use Jboss. Your problem sounds familar (but not exactly the same). Take a look at my resolution here: http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-td3633546.html and try and apply it to Weblogic. Regards

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-13 Thread Tim Urberg
vp143 wrote: Hi Tim, I do not use Weblogic but I do use Jboss. Your problem sounds familar (but not exactly the same). Take a look at my resolution here: http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-td3633546.html and try and apply it to Weblogic. Re

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-13 Thread Tim Urberg
same). Take a look at my resolution here: http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-td3633546.html and try and apply it to Weblogic. Regards Vishal -- View this message in context: http://apache-wicket.

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-22 Thread Tim Urberg
6.html and try and apply it to Weblogic. Regards Vishal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HttpsMapper-with-Apache-Virtual-Host-Appending-the-Wrong-Path-tp4655303p4655311.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-17 Thread Tim Urberg
gure-http-and-https-with-apache-and-jboss-td3633546.html and try and apply it to Weblogic. Regards Vishal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HttpsMapper-with-Apache-Virtual-Host-Appending-the-Wrong-Path-tp4655303p46553

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-17 Thread Tim Urberg
resolution here: http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-td3633546.html and try and apply it to Weblogic. Regards Vishal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/HttpsMapper-with-Apache-Virtual-Host-Appending-the-

HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-11 Thread Tim Urberg
I using Wicket 6.4.0 and am deploying to WebLogic server version 10.3.5.0 I have set up a simple HttpsMapper in my WebApplication like this: @Override public void init() { ... setRootRequestMapper(new HttpsMapper(getRootRequestMapper(), new HttpsConfig())); } I have a login