How can I fetch the web application (context) at runtime?

2010-06-18 Thread dB .
application (or something else unique per web application) at runtime from a far-reaching piece of code? I'd be happy with a solution that works only with a specific version of Tomcat (6). Thx dB. dB. @ dblock.org<http://www.dblock.org/> Moscow|Geneva|Seattle|New York

can some / how does one edit http://wiki.apache.org/tomcat/FAQ/Windows?

2010-05-21 Thread dB .
software :). You may also want to suggest the newly added non-commercial alternative(s), starting with http://waffle.codeplex.com. Thanks, dB. dB. @ dblock.org<http://www.dblock.org/> Moscow|Geneva|Seattle|New York

RE: Tomcat NTLM authentication

2010-05-20 Thread dB .
t without needing all those generic interfaces if you like. The authenticator is trivial except for some tricks to make NTLM POST work per protocol (it sends Authorization with every request and an empty body first - I wasted two days of my life on this). Feel free to ask for help, I know this