Re: HTML 508 error with container authentication and virtual host

2015-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/8/15 3:12 PM, David Hoffer wrote: Here is information on how we have Apache configured. Apache is the virtual host and it redirects to the (war) app deployed in Tomcat. Note it has the app name in the ProxyPass/ProxyPassReverse

Re: HTML 508 error with container authentication and virtual host

2015-07-09 Thread Konstantin Kolinko
2015-07-07 19:05 GMT+03:00 David Hoffer dhoff...@gmail.com: My bad. I recalled the error wrong...it's 408. HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and

Re: HTML 508 error with container authentication and virtual host

2015-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/7/15 11:14 AM, David Hoffer wrote: Here is the relevant parts of the web.xml. I didn't do the Apache configuration so I'll have to get more details there but I was told that is no different than how we configure virtual hosts for

Re: HTML 508 error with container authentication and virtual host

2015-07-08 Thread David Hoffer
Here is information on how we have Apache configured. Apache is the virtual host and it redirects to the (war) app deployed in Tomcat. Note it has the app name in the ProxyPass/ProxyPassReverse URL. Regarding your question on how we deploy the app, I use Tomcat's Manager app to upload a war

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
My bad. I recalled the error wrong...it's 408. HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser On Tue, Jul 7, 2015 at 9:36 AM, Mark Thomas

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
Here is the relevant parts of the web.xml. I didn't do the Apache configuration so I'll have to get more details there but I was told that is no different than how we configure virtual hosts for other apps that don't use Tomcat's authentication. E.g. it seems Tomcat is requiring to have the

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread Mark Thomas
On 07/07/2015 15:13, David Hoffer wrote: I've added FORM container authentication with Tomcat and everything works fine as long as users use the full URL to the app (URL in Tomcat's manager app). However users want to use a different URL based on a virtual host, e.g. myapp.mycompany.com.

HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
I've added FORM container authentication with Tomcat and everything works fine as long as users use the full URL to the app (URL in Tomcat's manager app). However users want to use a different URL based on a virtual host, e.g. myapp.mycompany.com. It brings the users to the app no problem but

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
1. Apache Tomcat/7.0.55 (Ubuntu) 2. Hum I don't think so...it works fine when using the full URL, e.g. www.mycompany.com:8080/myapp its only when we use Apache so users can get to this same app via myapp.mycompany.com that we get the 508 error from Tomcat. 3. I don't think we have made any changes

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread André Warnier
Hi. David Hoffer wrote: I've added FORM container authentication with Tomcat and everything works fine as long as users use the full URL to the app (URL in Tomcat's manager app). However users want to use a different URL based on a virtual host, e.g. myapp.mycompany.com. It brings the users

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread André Warnier
André Warnier wrote: Hi. David Hoffer wrote: I've added FORM container authentication with Tomcat and everything works fine as long as users use the full URL to the app (URL in Tomcat's manager app). However users want to use a different URL based on a virtual host, e.g.

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread André Warnier
David Hoffer wrote: 1. Apache Tomcat/7.0.55 (Ubuntu) 2. Hum I don't think so...it works fine when using the full URL, e.g. www.mycompany.com:8080/myapp its only when we use Apache wait.. what, how ? you are using an Apache httpd front-end ? you never mentioned that before. We have no