Re: user tomcat authentication

2011-06-12 Thread Petr Hracek
First authentication is done so that if in the browser exists relevant HTTP COOKIE and validation of that cookie is done then page should be shown. How to do that I do not know from the tomcat point of view. Is there any possiblity how to check valid HTTP COOKIE otherwise showing loging page.

Re: user tomcat authentication

2011-06-12 Thread Petr Hracek
First authentication is done so that if in the browser exists relevant HTTP COOKIE and validation of that cookie is done then page should be shown. 2011/6/12 Mark Thomas : > On 12/06/2011 20:29, Pid wrote: >> On 12/06/2011 17:12, Petr Hracek wrote: >>> And what about in case that I have my own pr

Re: user tomcat authentication

2011-06-12 Thread Mark Thomas
On 12/06/2011 20:29, Pid wrote: > On 12/06/2011 17:12, Petr Hracek wrote: >> And what about in case that I have my own program for accessing to the >> specific >> databases where the passwords are stored as hashes? >> >> Are there any possibilities how to run that program for getting unhashed >> pa

Re: user tomcat authentication

2011-06-12 Thread Pid
On 12/06/2011 17:12, Petr Hracek wrote: > And what about in case that I have my own program for accessing to the > specific > databases where the passwords are stored as hashes? > > Are there any possibilities how to run that program for getting unhashed > password from database? Why not hash the

Re: user tomcat authentication

2011-06-12 Thread Petr Hracek
And what about in case that I have my own program for accessing to the specific databases where the passwords are stored as hashes? Are there any possibilities how to run that program for getting unhashed password from database? best regards Petr Dne 10.6.2011 16:23, Pid napsal(a): On 10/06/

Re: Read JSR 045 SMAP Files Produced by Jasper

2011-06-12 Thread Illya Kysil
Eric Sheridan gmail.com> writes: > > List, > > I am developing an application that programmatically leverages the > Apache Jasper JspC facilities to translate JSP source files into their > Java (Servlet) equivalents. For this application, I need to be able to > translate a Java line number back

Re: Mod_jk working for failover

2011-06-12 Thread Rainer Jung
On 12.06.2011 09:30, Manuel Fernández Panzuela wrote: > Is possible to combine both attributes distance - activation ? > Distance looks like a very interesting attribute. Yes, of course you can combine. As long as you don't cnfuse yourself because it gets too complicated. Distace (e.g. 0 and 1) w

Re: Terminating long running request threads

2011-06-12 Thread Peter Roßbach
HI, can we add the unique Thread Id, please? Peter Am 11.06.2011 um 17:11 schrieb Rainer Jung: > On 11.06.2011 09:30, Afkham Azeez wrote: >> Folks, >> Is there any API to get hold of Tomcat's Connector thread pools? > > Each request is registered with an MBean in the MBeanServer. > As long as

Re: Mod_jk working for failover

2011-06-12 Thread Manuel Fernández Panzuela
Is possible to combine both attributes distance - activation ? Distance looks like a very interesting attribute. Regards 2011/6/11 Rainer Jung > On 08.06.2011 12:12, Felix Schumacher wrote: > > Am Mittwoch, den 08.06.2011, 09:47 +0200 schrieb Manuel Fernández > > Panzuela: > >> Yes Felix, you