Connection: close

2004-12-27 Thread Diego Rodriguez
Hi everybody! I'm using tomcat 4.1.27 to serve contents through a servlet. In my app it's very important to close connections everytime, so I use header Connection: close in the response everytime the content is served. My question is: this header makes Tomcat to close the connection by

Re: Connection: close

2004-12-27 Thread Diego Rodriguez
Thanks for your response, I will try this solution (I find it very useful for this and another doubts of tomcat handling requests/responses), but, any tomcat programmer knows if tomcat closes (or should close according to specs) the connection when a servlet sets header Connection: close

Re: url http://localhost:8443 does not display anything after configuring the ssl for running tomcat

2003-03-13 Thread Diego Rodriguez
Have you tried https://localhost:8443 instead of http://localhost:8443 ? Diego - Original Message - From: Aparna Narla [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 7:25 PM Subject: Re: url http://localhost:8443 does not display anything