How to know If a session is invalidated

2001-05-04 Thread Antonio Vazquez
Hi all, I have a problem with session invalidate. I want to know when a session is invalid. In a servlet I use the follow code: Httpsession session=request.getSession(false); If (session==null) response.sendRedirect(/myapp/sessnull.html); This code just works fine but in a JSP page,

RE: TOMCAT CONFIGURATION

2001-04-19 Thread Antonio Vazquez
Hi Matias, Do you use Internet Explorer 5.X? In this case, the problem isnt in the server, the problem is that Internet Explorer cuts the connection with the web server and then Tomcat throws that exception. -Mensaje original- De: Matas Salvador [mailto:[EMAIL PROTECTED]] Enviado el:

RE: Win2000

2001-04-16 Thread Antonio Vazquez
Yes,I have. What problem have you got? -Mensaje original- De: Warner, Randy [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 16 de abril de 2001 15:56 Para: 'Tomcat-User (E-mail) Asunto: Win2000 Has anyone successfully installed Tomcat on Win2000 with IIS5? Randy Warner RightNow

RE: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
Hi Rob, Have you configured tomcat as a service?.In this case all the messages that you write with System.out.println,are written in jvm.stdout file, in TOMCAT_HOME/logs.And the errors in jvm.stderr file. Regards and good luck. -Mensaje original-De: Rob Shorney

RV: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
-Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 09 de abril de 2001 16:14 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: RE: Help With System.out.println Hi Rob, Have you configured tomcat as a service?.In this case all the messages that