Please, I need to understand how apache tomcat finds taglib files with .tld and .xml extensions

2013-08-06 Thread Alejandro Soto
Hello: I have the following problem, actually it is not a problem, it is a conceptual problem I think. I have a custom taglib file, which is named mytaglib.xml. When I deploy my app, which uses this file, in apache tomcat 5.5 and better, my app does not have any problem to find this file, and ever

Re: control of session timed out with tomcat

2011-10-20 Thread Alejandro Soto
sessions, but what the user was doing before relogin, must be on hold, if the authentication is successful, then the request of the user is committed. Any advice will be welcome. Thanks. On Thu, Oct 20, 2011 at 10:52 AM, André Warnier wrote: > Alejandro Soto wrote: > >> Hi, tha

Re: control of session timed out with tomcat

2011-10-20 Thread Alejandro Soto
t 6:51 AM, Alejandro Soto > wrote: > > Hi my friends, I want to ask you all, If there is a way to control the > timed > > out of sessions with tomcat, what I need is when the session timed out, > > automatically the user is redirected to the login page, Is this possible > to >

control of session timed out with tomcat

2011-10-20 Thread Alejandro Soto
in advance. -- Alejandro Soto M.

Re: filters on j_security_check

2011-10-13 Thread Alejandro Soto
ord); if (principal == null) { // some tasks } else { // } But this give me problems with catalina.jar library inside of my .war file. Thanks. Alejandro On Thu, Oct 13, 2011 at 2:11 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote:

Re: filters on j_security_check

2011-10-13 Thread Alejandro Soto
servlet. Any suggestions about how resolve my requirement? Thanks in advance. Alejandro On Thu, Oct 13, 2011 at 12:50 PM, Pid wrote: > On 13/10/2011 15:09, Alejandro Soto wrote: > > Hi, my name is Alejandro, I am working with Tomcat 7.0.20 and I need to > know > > how can

filters on j_security_check

2011-10-13 Thread Alejandro Soto
- GSOC since Tomcat 7.0.x, so, I'm not sure what to do . Please, this is very important to me and any help will be appreciated. Best Regards. -- Alejandro Soto