RE: servlet request time out ?!

2005-06-03 Thread Angelov, Rossen
Ross -Original Message- From: J. Alejandro Zepeda Cortés [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 11:10 AM To: Tomcat Users List Subject: Re: servlet request time out ?! Maybe the setting in your web.xml is not enough for your request? session-config session

Re: servlet request time out ?!

2005-06-03 Thread Jason Bainbridge
On 6/3/05, Angelov, Rossen [EMAIL PROTECTED] wrote: I tried adding it to my .../WEB-INF/web.xml web-app session-config session-timeout45/session-timeout /session-config ... /web-app but I started getting errors when tomcat is deploying the context: Jun 3, 2005

RE: servlet request time out ?!

2005-06-03 Thread Angelov, Rossen
the session-config option? Ross -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:12 AM To: Tomcat Users List Subject: Re: servlet request time out ?! On 6/3/05, Angelov, Rossen [EMAIL PROTECTED] wrote: I tried adding it to my .../WEB-INF

RE: servlet request time out ?!

2005-06-02 Thread Angelov, Rossen
out ?! Hi, Does anybody know about a time out on a servlet request with Tomcat 5? The problem is that I have a request that takes about 30 minutes but the browser keeps waiting for the response forever. I tried different browsers but it's the same behavior. I put debug statements in the doPost

Re: servlet request time out ?!

2005-06-02 Thread J . Alejandro Zepeda Cortés
@jakarta.apache.org Sent: Thursday, June 02, 2005 11:34 AM Subject: RE: servlet request time out ?! I would like to bring that issue up again as I haven't resolved it yet and haven't found what's causing it. Any help and ideas are welcome! Thanks, Ross -Original Message- From: Angelov, Rossen

servlet request time out ?!

2005-05-26 Thread Angelov, Rossen
Hi, Does anybody know about a time out on a servlet request with Tomcat 5? The problem is that I have a request that takes about 30 minutes but the browser keeps waiting for the response forever. I tried different browsers but it's the same behavior. I put debug statements in the doPost method

Re: servlet request time out ?!

2005-05-26 Thread Mike Baliel
redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=2 disableUploadTimeout=true / !-- Note : To disable connection timeouts, set connectionTimeout value to 0 -- Mike Angelov, Rossen wrote: Hi, Does anybody know about a time out on a servlet

RE: servlet request time out ?!

2005-05-26 Thread Steve Kirk
time between a connection (socket) being opened by the client, and the client sending a request url to TC. -Original Message- From: Mike Baliel [mailto:[EMAIL PROTECTED] Sent: Thursday 26 May 2005 19:49 To: Tomcat Users List Subject: Re: servlet request time out ?! Hi Angelov

RE: servlet request time out ?!

2005-05-26 Thread Angelov, Rossen
the doPost method is finished. I can still give it try with connectionTimeout=0, but don't expect it to help. Ross -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 3:09 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: servlet request time out

RE: servlet request time out ?!

2005-05-26 Thread Steve Kirk
: RE: servlet request time out ?! That's exactly how I understood it too. The request will be dropped if after certain number of milliseconds the request's URI hasn't been received. In my case the URI comes directly with the request and based on my log I can see the request is being

Re: servlet request time out ?!

2005-05-26 Thread Mike Baliel
To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: servlet request time out ?! I haven't tested this myself, so I'm only going on what the docs say (5.5): http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html If I've understood correctly, this doc seems to say

RE: servlet request time out ?!

2005-05-26 Thread Angelov, Rossen
request time out ?! Hi Angelov, I had a similar problem a few years back using websphere 4.0 and IBM's HTTP server. The HTTP server was dropping the connection with the servlet container before the unit of work had finished. Setting the HTTP server's connection timeout to infinite

Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out while using URLConnection connect method Date: Wed, 17 Nov 2004 09:30:17 GMT

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread Sailing Cai
. Thanks. --Forwarded message -- References: [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out while using URLConnection connect method Date: Wed, 17 Nov 2004 09:30:17 GMT Mime-Version: 1.0 Content-Type: text

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread birendar . waldiya
PROTECTED] To [EMAIL PROTECTED] cc Subject Strange Problem!: Connection time out while using URLConnection connect method Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
this again. Please help. Thanks. --Forwarded message -- References: [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out while using URLConnection connect method Date: Wed, 17 Nov 2004 09:30:17 GMT Mime

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
time out while using URLConnection connect method Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out

Strange Problem!: Connection time out while using URLConnection connect method

2004-11-17 Thread vignesh
Hi All, I am facing a very strange problem. When I run tomcat4.1.27 in command prompt, I am able to connect and call a servlet deployed in it from another java program running on another machine using using URLConnection connect method. But when I run tomcat server from windows services, the

RE: session time out

2004-08-02 Thread Shapira, Yoav
-Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Saturday, July 31, 2004 6:07 AM To: Tomcat Users List Subject: RE: session time out If this is possible then i'd like to know but as far as I know you have to code around session time outs and redirect yourself. Ta Matt

session time out

2004-07-31 Thread Asim Ghosh
hello everybody, is there any option in web.xml that i can redirect my request to some other page when session has timed out. Asim - ALL-NEW Yahoo! Messenger - all new features - even more fun!

RE: session time out

2004-07-31 Thread Dale, Matt
If this is possible then i'd like to know but as far as I know you have to code around session time outs and redirect yourself. Ta Matt -Original Message- From: Asim Ghosh [mailto:[EMAIL PROTECTED] Sent: 31 July 2004 08:12 To: [EMAIL PROTECTED] Subject: session time out hello

[OT] reloading bean upon session time out

2003-10-30 Thread Thomas Nybro Bolding
of setting session time out to say 8 hours...) /Thomas FONT SIZE=1 FACE=Arial___ Vi goer opmaerksom paa, at denne e-mail kan indeholde fortrolig information. Hvis du ved en fejltagelse modtager e-mailen, beder vi dig venligst informere afsender om fejlen ved at bruge svar-funktionen

Re: [OT] reloading bean upon session time out

2003-10-30 Thread Justin Ruthenbeck
are still hitting your site and the session times out, then there's something else wrong with what you're doing. How do I test for this and redirect them to the original authorization page? (Ruling out the option of setting session time out to say 8 hours...) There are a hundred ways to do

Query on Connection Time out??

2003-06-20 Thread Bikash Paul
Hi all friends, I am using tomcat4.1.24 for my uploading software(swing for client interface and servlet).Iam facing problem with connection broken,During uploading of file if connection between local computer and remote computer broken then my software will give a message to user through pop up

Avoid the Tomcat to time out on my jdbcrealm

2003-03-12 Thread Søren Blidorf
Hi. How can I avoid the Tomcat to time out on my jdbcrealm. Søren Blidorf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Time Out

2003-01-02 Thread Richard Johnstone
Hi, I have just built a new webserver and I am having a strange problem. The first few times I try to call a servlet it times out. Then eventually it will just call as normal and run ok. Then when I leave it for a while and come back I get the same issue. I looked in the logs and this was the

Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Setting the Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

where and how to set session time out to 1 hr?

2002-11-07 Thread Mark Goking
where and how to set session time out to 1 hr? im using jboss-tomcat combo mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002 -- To unsubscribe, e-mail: mailto:tomcat

RE: where and how to set session time out to 1 hr?

2002-11-07 Thread Turner, John
Goking [mailto:Mark.Goking;asia.bigfoot.com] Sent: Thursday, November 07, 2002 4:32 AM To: Tomcat Users List Subject: where and how to set session time out to 1 hr? where and how to set session time out to 1 hr? im using jboss-tomcat combo mark --- Outgoing mail is certified

RE: where and how to set session time out to 1 hr?

2002-11-07 Thread Tref Gare
. -- -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Friday, 8 November 2002 12:56 AM To: 'Tomcat Users List' Subject: RE: where and how to set session time out to 1 hr? The documentation is your friend. If the documentation fails you, Google is always there for you. web

Time Out (I need help!)

2002-10-23 Thread Webmaster - Unimed Piracicaba
Hi people! I am getting some problems with time out when a client tries to send a (around) 800kb file to my server via JSPSmartUpload. I think that if I set the timeout to a bigger time this problem will be solved, but I don't know how to do it... 1) How do I to re-set the timeout of tomcat

Time out

2002-10-22 Thread Webmaster - Unimed Piracicaba
Hi people! I am getting some problems with time out when a client tries to send a (around) 800kb file to my server via JSPSmartUpload. I think that if I set the timeout to a bigger time this problem will be solved, but I don't know how to do it... 1) How do I to re-set the timeout of tomcat

RE: Session Time out - Tomcat

2002-10-21 Thread SMcGarrity
, 2002 1:40 PM To: Tomcat Subject: Session Time out - Tomcat When Tomcat times a session out, as instructed in the web.xml, is there a way to capture that so a page can be displayed that the session has timed out, or even prompt the user if he would like to continue being logged on? Thanks

Session Time out - Tomcat

2002-10-21 Thread Lior Shliechkorn
When Tomcat times a session out, as instructed in the web.xml, is there a way to capture that so a page can be displayed that the session has timed out, or even prompt the user if he would like to continue being logged on? Thanks, Lior - Do you Yahoo!? Y!

Re: Session Time out - Tomcat

2002-10-21 Thread Dave Patton
Yes. Using the HttpSession object, or I believe in the new J2ee API there is a HttpSessionListener object, you can test if the session is valid. If it is not then redirect to wherever you want. Probably the simplest way is to test via if(request.getSession() == null) then go somewhere else On

RE: Session Time out - Tomcat

2002-10-21 Thread Milt Epstein
-- but depending on exactly what they want to do, they may need to roll their own, at least for some of it. -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Monday, October 21, 2002 3:04 PM To: Tomcat Users List Subject: RE: Session Time out - Tomcat On Mon, 21 Oct

Re: Testing session time-out behaviour

2002-08-16 Thread Ben Walding
] wrote: Date: Thu, 15 Aug 2002 14:07:13 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Testing session time-out behaviour Hi, I have a web app with some specific requirements for session timeout. I would like

Re: Testing session time-out behaviour

2002-08-15 Thread Craig R. McClanahan
On Thu, 15 Aug 2002 [EMAIL PROTECTED] wrote: Date: Thu, 15 Aug 2002 14:07:13 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Testing session time-out behaviour Hi, I have a web app with some specific

Re: Testing session time-out behaviour

2002-08-15 Thread JEWeaver
You can forcibly eliminate any sessions saved by the previous shutdown by deleting the SESSIONS.ser file in the work directory for your webapp. Thanks, Craig. Deleting this file between a stop and start application url request from the test client did the trick - finally able to simulate

session time out

2002-04-03 Thread Mahesh Agarwal
Hi All What is the default value of session timeout in tomcat if we dont provide any value in web.xml file. I am using JBoss-2.4.1_Tomcat-3.2.3. Is the session timeout is total of activity+inactivity? Thanks in advance Mahesh -Original Message- From: kelly, Burrowa [mailto:[EMAIL

Time out error

2002-02-28 Thread Mahesh Agarwal
Hi All I am using loadrunner to test my application. When i am setting 5 users to connect to my server (I am using JBoss-2.4.1_Tomcat-3.2.3) ,it is successful. But when increases the count to 10 users, its giving timeout error for everyone. Can any body please solve out issue. thanks a lot in

Time out / Idle

2001-01-19 Thread Gaston R. Cangiano
Hi there folks, anybody would know why tomcat dies after a while of no use? i don't see a property specifying idle time, nor errors in the logs. Is this a bug? Many thanks, Gaston. Gaston R. Cangiano Kite Design Studio Tel: 510-486-8271 Fax: 425-930-1047 [EMAIL PROTECTED]

RE: Time out / Idle

2001-01-19 Thread Craig O'Brien
Gaston, Tomcat will not time out and shut down as far as I am aware. It never has on me and it runs for days and weeks between reboots. Soon to be months hopefully. Perhaps it is being started by someone with less then root privileges and when they log out the process goes with them. ?.. What

RE: Time out / Idle

2001-01-19 Thread Gaston R. Cangiano
D]; [EMAIL PROTECTED] Subject: RE: Time out / Idle Gaston, Tomcat will not time out and shut down as far as I am aware. It never has on me and it runs for days and weeks between reboots. Soon to be months hopefully. Perhaps it is being started by someone with less then root privileges a

Re : Session Time Out

2000-12-20 Thread Narayanan Balasubramanian
hi there is no built in function to get the session has timed out or not. Follow the steps. 1. Setting the max interval the session should be valid ...session.setMaxInactiveInterval(3600) this 3600 = 72 * 1000 milli seconds. 2. fine now u have set the session should exist for 2