RE: Can't start Tomcat in debug mode

2018-07-16 Thread Sebastian Trost
-Original Message- From: Désilets, Alain Sent: Monday, July 16, 2018 1:45 PM To: Tomcat Users List Subject: Can't start Tomcat in debug mode > I am unable to start Tomcat in debug mode. I have searched and see that lots > of people are having similar issues. I tried all the fixes that

RE: Mapping role names to groups

2017-10-04 Thread Sebastian Trost
-Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, October 04, 2017 11:14 AM To: users@tomcat.apache.org Subject: Re: Mapping role names to groups > On 04.10.2017 10:20, Sebastian Trost wrote: >> -Original Message- >> Fr

RE: Mapping role names to groups

2017-10-04 Thread Sebastian Trost
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 03, 2017 4:10 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Mapping role names to groups On 03/10/17 14:01, Sebastian Trost wrote: >> Hi! >> >> I was looking f

Mapping role names to groups

2017-10-03 Thread Sebastian Trost
this? Regards Sebastian Trost - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: How to cancel download on the server side

2016-05-30 Thread Sebastian Trost
layed This of course will only work if the client supports Javascript. But even if it doesn't you can work with HTTP reloads and/or redirects and using unique IDs to identify your client and their download. Best Refards Sebastian Trost -Original Message- From: Steffen Heil (Mailingli

AW: javax.naming.NameNotFoundException Tomcat 8.0.32

2016-05-19 Thread Sebastian Trost
Hi Al, Try using context.lookup("jdbc/308tubeOracle") instead of context.lookup("308tubeOracle"). Regards Sebastian -Ursprüngliche Nachricht- Von: Al [mailto:rebra...@hotmail.com] Gesendet: Mittwoch, 18. Mai 2016 22:26 An: users@tomcat.apache.org Betreff:

AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
...@christopherschultz.net] Gesendet: Mittwoch, 30. März 2016 17:03 An: Tomcat Users List <users@tomcat.apache.org> Betreff: Re: AW: OpenID Connect with Tomcat 8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 3/30/16 4:42 AM, Sebastian Trost wrote: > Well, it seems that I

AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
org> Betreff: Re: OpenID Connect with Tomcat 8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastien, On 3/29/16 12:57 PM, Sebastian Trost wrote: > Hi, > > I am looking for a way to use OpenID Connect (authentication AND > authorization) with Tomcat 8. I found two ways to get > a

OpenID Connect with Tomcat 8

2016-03-29 Thread Sebastian Trost
Hi, I am looking for a way to use OpenID Connect (authentication AND authorization) with Tomcat 8. I found two ways to get authentication working, but not authorization. Here's what I tested so far: Tomcat 8 + https://github.com/boylesoftware/tomcat8-oidcauth This extension works very well for