Re: HTML 508 error with container authentication and virtual host

2015-07-08 Thread David Hoffer
256 > > 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 ho

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
homas wrote: > 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

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
M /login.jsp /error.jsp 60 On Tue, Jul 7, 2015 at 8:55 AM, André Warnier wrote: > 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:808

Re: HTML 508 error with container authentication and virtual host

2015-07-07 Thread David Hoffer
ny changes to Tomcat's server.xml but here is a copy. On Tue, Jul 7, 2015 at 8:28 AM, André Warnier wrote: > Hi. > > > David Hoffer wrote: > >> I've added FORM

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 the

Re: 404 Errors for all apps in Tomcat 7.0.23

2011-12-27 Thread David Hoffer
OS - Windows 7 64bit Enterprise VM. Thanks, -Dave On Tue, Dec 27, 2011 at 5:43 PM, Konstantin Kolinko wrote: > 2011/12/28 David Hoffer : >> Yes that was a full log of that file. >> >> The only change I made was in the Manager App's config I increased the >> size of the m

Re: 404 Errors for all apps in Tomcat 7.0.23

2011-12-27 Thread David Hoffer
EGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David, > > On 12/27/11 10:42 AM, David Hoffer wrote: >> I just installed Tomcat 7.0.23 using Windows 64 bit installer and >> deployed a couple apps via the manager application, however when I >> run them I get HTTP Sta

Re: 404 Errors for all apps in Tomcat 7.0.23

2011-12-27 Thread David Hoffer
80"] Dec 27, 2011 5:57:08 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8009"] Dec 27, 2011 5:57:08 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 416 ms -Dave On Tue, Dec 27, 2011 at 10:29 AM, Pid * wrote: > On

404 Errors for all apps in Tomcat 7.0.23

2011-12-27 Thread David Hoffer
I just installed Tomcat 7.0.23 using Windows 64 bit installer and deployed a couple apps via the manager application, however when I run them I get HTTP Status 404 errors. However I see that I get the same error for the standard default apps, docs, examples, etc. The only URL that works is http:/

Re: How to configure Tomcat 6.0 with JAAS?

2009-05-13 Thread David Hoffer
Thanks, if possible could you/someone send some examples of how to configure JAAS with JBoss? I have it working with Tomcat but need the minimum configuration to do the same for JBoss. Note, I have a servlet that at startup sets the JAAS configuration, i.e. Configuration.setConfiguration(configur

Re: How to configure Tomcat 6.0 with JAAS?

2009-05-11 Thread David Hoffer
Okay that sounds good I'll try that. Next newbie question...will this be server agnostic? I need to support Tomcat/JBoss/WebLogic. -Dave On Mon, May 11, 2009 at 4:17 PM, Pid wrote: > David Hoffer wrote: > > Update. > > > > It looks like the problem is with the Tomca

Re: How to configure Tomcat 6.0 with JAAS?

2009-05-11 Thread David Hoffer
b app? After all what is the purpose of useContextClassLoader? Ideally I would like to move the configuration out of server.xml to my web app so this is self-contained. What is the right way to do this? -Dave On Mon, May 11, 2009 at 1:14 PM, David Hoffer wrote: > No matter what I do...I al

How to configure Tomcat 6.0 with JAAS?

2009-05-11 Thread David Hoffer
No matter what I do...I always get an 'HTTP Status 403 - Access to the requested resource has been denied error' displayed after authenticating in Tomcat with JAAS. Here is my configuration. Tomcat 6.0.x server.xml: ... Issues here...since TASUserPrincipal & TASGroupPrincipa