RE: Redirect to home page on logon

2003-07-21 Thread Tarek M. Nabil
PROTECTED] Sent: Sunday, July 20, 2003 11:52 AM To: Tomcat Users List Subject: Re: Redirect to home page on logon Hi, this is what I do smetimes (nly to look at my own things, of course...): $ telnet 192.168.1.200 80 ... It might respose by telling me : .. Trying 192.16.1.200.. Connected

Re: Redirect to home page on logon

2003-07-21 Thread Tim Funk
sessions, I don't I'll every get rid of that, or can I? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2003 11:52 AM To: Tomcat Users List Subject: Re: Redirect to home page on logon Hi, this is what I do smetimes (nly to look at my own things

RE: Redirect to home page on logon

2003-07-20 Thread Tarek M. Nabil
Thanks Tim. Could you please elaborate more on how to use telnet to do this. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:49 PM To: Tomcat Users List Subject: Re: Redirect to home page on logon I recommend posting to the struts list

Re: Redirect to home page on logon

2003-07-20 Thread achana
telnet to do this. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:49 PM To: Tomcat Users List Subject: Re: Redirect to home page on logon I recommend posting to the struts list and hope they don't respond by saying please post

RE: Redirect to home page on logon

2003-07-17 Thread Tarek M. Nabil
, but it didn't help. Please, someone help me out here. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 8:24 PM To: Tomcat Users List Subject: Re: Redirect to home page on logon Use a filter. Its container independent. The filter runs on the appropriate

Re: Redirect to home page on logon

2003-07-17 Thread Tim Funk
, but it didn't help. Please, someone help me out here. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 8:24 PM To: Tomcat Users List Subject: Re: Redirect to home page on logon Use a filter. Its container independent. The filter runs on the appropriate

Re: Redirect to home page on logon

2003-07-16 Thread Tim Funk
Use a filter. Its container independent. The filter runs on the appropriate (or all) requests and would check if the beans are in the session. If not - redirect. OR If all the pages set an error condition - you might be able to use an error mapping directive in web.xml -Tim Tarek M. Nabil