Re: which version ?

2002-05-17 Thread Paul Balanoiu
gt; Sent: Friday, May 17, 2002 5:11 PM Subject: RE: which version ? > -Original Message- > From: Paul Balanoiu [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2001 15:03 > To: Tomcat Users List > Subject: Re: which version ? > > > 4.1 Paul Just out of curiosity, *why*?

Re: which version ?

2002-05-17 Thread Paul Balanoiu
4.1 - Original Message - From: "Jayanta Gauchan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 5:09 PM Subject: which version ? which version of tomcat would you recommend - apache tomcat 4.0.3 or apache tomcat 4.1 ? i would appreciate any

Re: Re[2]: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Paul Balanoiu
The "reply-to" field is optional (usualy it's not present). the "from" field is imperative. And I don't think the behavior of Andrew Bate's mail server is normal (from all the mail servers which host the users of the list, his was the only one with that problem, and this means a very low percentag

Re: PAUL ...customize error page ini Servlet

2002-05-17 Thread Paul Balanoiu
Servlet i am using servlets .. can you tell me the code .. how to do in servlets chao -Original Message- From: Paul Balanoiu [mailto:[EMAIL PROTECTED]] Sent: 17 May 2001 13:18 To: Tomcat Users List Subject: Re: customize error page ini Servlet 1. If you intend to use custom error pag

Re: Re[2]: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Paul Balanoiu
You are right, no receipt requests should be sent to a list of users. Still, you are (or your server is) sending the receipt not to the one that requested it, but to the entire list (which appears only in the "to" field of the message). This is not right (and it's annoying for all the other users)

Re: customize error page ini Servlet

2002-05-17 Thread Paul Balanoiu
1. If you intend to use custom error pages for errors that are generated by tomcat (page not found for example), in the XML descriptor of the web application you can add tags like this one: 404 ErrorPage.jsp 2. If you want to send the user to a page (i.e. LoginError.jsp for example

Re: User LogIn/LogOut

2002-05-17 Thread Paul Balanoiu
HTTP is a request-based protocol. This means that you cannot detect if the user just closes the browser. You can do one of the following: 1. Set the Session expiration time to a custom value (usualy is set to 30 min.) This value is the maximum precision you get for detecting user logout. Don't set