Re: IIS connector, several connectors with different authentication to one Tomcat

2012-03-08 Thread Marcel Stör
On 08.03.2012 15:39, André Warnier wrote: Additional notes in the text below. Marcel Stör wrote: First, thank you so much for the thorough response. On 08.03.2012 14:47, André Warnier wrote: Marcel Stör wrote: Requirement: a) /myapp authenticated against AD for all users with Windows

Re: IIS connector, several connectors with different authentication to one Tomcat

2012-03-08 Thread Marcel Stör
First, thank you so much for the thorough response. On 08.03.2012 14:47, André Warnier wrote: Marcel Stör wrote: Requirement: a) /myapp authenticated against AD for all users with Windows authentication b) /myapp/API authenticated against AD for /one/ user with basic-auth The plan was to have

IIS connector, several connectors with different authentication to one Tomcat

2012-03-08 Thread Marcel Stör
pointing to the same AJP port (one Tomcat instance). Should this work in general? Are there better alternatives to implement the given requirements? Cheers, Marcel -- Marcel Stör, http://www.frightanic.com Couchsurfing: http://www.couchsurfing.com/people/marcelstoer O< ascii ribbon campaig

Re: Logging issue in Eclipse/WTP (disable request logging)

2012-02-14 Thread Marcel Stör
mages/logo.gif?null] ... > > How do I get rid of this? That depends. In what log file does this appear? What version of Tomcat are you using? I see those statements in the Eclipse console (sys error) and I'm using Tomcat 7.0.19. Sorry, this was crucial information I forge

Logging issue in Eclipse/WTP (disable request logging)

2012-02-14 Thread Marcel Stör
get rid of this? Cheers, Marcel -- Marcel Stör, http://www.frightanic.com Couchsurfing: http://www.couchsurfing.com/people/marcelstoer O< ascii ribbon campaign - stop html mail - www.asciiribbon.org - To unsubscribe, e-m

Re: Tomcat connector for IIS, are user groups passed along?

2011-10-13 Thread Marcel Stör
On 13.10.2011 10:38, Mark Thomas wrote: On 13/10/2011 07:41, Marcel Stör wrote: On 12.10.2011 22:47, André Warnier wrote: Marcel Stör wrote: Scenario: use Integrated Windows Security (Kerberos/NTLM) for the site in IIS that delegates to Tomcat. Question: would the ISAPI connector be able to

Re: Tomcat connector for IIS, are user groups passed along?

2011-10-12 Thread Marcel Stör
rk at no cost - well you'll need to spend some time configuring it and getting accounts setup, but should be easy enough. Do you happen to have instructions for this? Cheers, Marcel -- Marcel Stör, http://www.frightanic.com Couchsurfing: http://www.couchsurfing.com/people/marcelstoer O< ascii

Re: Tomcat connector for IIS, are user groups passed along?

2011-10-12 Thread Marcel Stör
On 12.10.2011 22:47, André Warnier wrote: Marcel Stör wrote: Scenario: use Integrated Windows Security (Kerberos/NTLM) for the site in IIS that delegates to Tomcat. Question: would the ISAPI connector be able to pass the Active Directory groups (i.e. user's membership info) along to Tomc

Tomcat connector for IIS, are user groups passed along?

2011-10-12 Thread Marcel Stör
call request.isUserInRole(roleName) in the Tomcat app? Cheers, Marcel -- Marcel Stör, http://www.frightanic.com Couchsurfing: http://www.couchsurfing.com/people/marcelstoer O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Re: Static resources not found in embedded Tomcat

2009-05-01 Thread Marcel Stör
On 01.05.2009, at 10:20, Mark Thomas wrote: Marcel Stör wrote: All I need for an embedded Tomcat (I'm working with 6.x) are a few Tomcat JARs in my classpath, correct? It depends what functionality you want - you'll probably need most of them. I'm asking because I

Static resources not found in embedded Tomcat

2009-04-30 Thread Marcel Stör
_unpacked_war contains /WEB-INF/web.xml /WEB-INF/classes/... /css/style.css /index.jsp Requests to localhost:/myapp/index.jsp result in 404 and so does localhost:/myapp/css/style.css. However if I access the Servlets directly with the URLs they're mapped under everythi

Re: Request not forwarded to login page with security-constraint after session time-out

2009-02-27 Thread Marcel Stör
tag in context.xml cannot be validated against a DTD or schema -> from a configuration point of view I'm not required to define it. Regards, Marcel -- Marcel Stör, http://www.frightanic.com Blog: http://frightanic.wordpress.com Couchsurfing: http://www.couchsurfing.com/people/ma

Re: Request not forwarded to login page with security-constraint after session time-out

2009-02-26 Thread Marcel Stör
Marcel Stör wrote: [...] 3. Why does it seem to be relevant that the request where auto-forwarding-to-login-after-session-timeout fails is an AJAX request? That was my last thought last night before I fell asleep...and my first this morning when I woke up. And then the scales fell from my

Re: Request not forwarded to login page with security-constraint after session time-out

2009-02-26 Thread Marcel Stör
in-after-session-timeout fails is an AJAX request? Regards, Marcel -- Marcel Stör, http://www.frightanic.com Blog: http://frightanic.wordpress.com Couchsurfing: http://www.couchsurfing.com/people/marcelstoer Skype: marcelstoer -

Re: Request not forwarded to login page with security-constraint after session time-out

2009-02-26 Thread Marcel Stör
On 26.02.2009, at 20:13, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcel, On 2/26/2009 10:21 AM, Marcel Stör wrote: If I request a protected URL (manually clicking link, AJAX request, etc.) *after* the session has timed out I expect an automatic forwarding

Re: Request not forwarded to login page with security-constraint after session time-out

2009-02-26 Thread Marcel Stör
Gregor Schneider wrote: Marcel, On Thu, Feb 26, 2009 at 12:16 AM, Marcel Stör wrote: [Problem] Upon session time-out the request is not forwarded to the login page (form based auth). Nothing happens on the UI. However, forwarding to the login page does work during the initially login into the

Request not forwarded to login page with security-constraint after session time-out

2009-02-25 Thread Marcel Stör
put 23:31:35,471 DEBUG AuthenticatorBase:506 - Failed authenticate() test Kind regards, Marcel -- Marcel Stör, http://www.frightanic.com Blog: http://frightanic.wordpress.com Couchsurfing: http://www.couchsurfing.com/people/marcels