RE: I don't want cached pages

2001-01-21 Thread Amos Shapira
Message- From: Hugo Lara [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 20, 2001 2:53 AM To: 'Craig O'Brien' Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: I don't want cached pages Craig, I want to thank you for your help. I tried the carts.html examp

I don't want cached pages

2001-01-19 Thread Hugo Lara
I'm developing a website using Tomcat but I have a little problem. I use a page that calls itself passing some parameters and based on the parameters passed shows certain result. The first time I call the page the URL looks like this: http://myHost:21968/Demos/Formating.jsp and I get the

Re: I don't want cached pages

2001-01-19 Thread Bill_Fellows/MO/americancentury
le to find more info. /bill Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: I don't want cached pages I'm developing a website using Tomcat but I have a little problem. I use a pa

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
OTECTED]] Sent: Friday, January 19, 2001 11:12 AM To: [EMAIL PROTECTED] Subject: I don't want cached pages I'm developing a website using Tomcat but I have a little problem. I use a page that calls itself passing some parameters and based on the parameters passed shows certain result. The first

RE: I don't want cached pages

2001-01-19 Thread Ciot, Thierry
ent: Friday, January 19, 2001 2:12 PMTo: [EMAIL PROTECTED]Subject: I don't want cached pages I'm developing a website using Tomcat but I have a little problem. I use a page that calls itself passing some parameters and based on the parameters passed shows certain result. The firs

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
ROTECTED]] Sent: Friday, January 19, 2001 2:12 PM To: [EMAIL PROTECTED] Subject: I don't want cached pages I'm developing a website using Tomcat but I have a little problem. I use a page that calls itself passing some parameters and based on the parameters passed shows certain result. The first

Re: I don't want cached pages

2001-01-19 Thread JDunn
Why don't you unroll the loop ? I assume that you want recursive calling to go only one level deep, so copy the firstPahe.jsp to secondPage.jsp They contain the same code . firstPage calls secondPage. It's probably safer also- no possibility of infinite loop if there a bug. If there's a lot of

I don't want cached pages

2001-01-19 Thread Hugo Lara
I'm just one more guy with the same trouble: Tomcat is caching my pages. I use a page that receives certain parameters and gives a result. And everytime I made a request in the browser for that particular .jsp page, I get the last version of that page served. It means that anyone entering

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
luck, Craig -Original Message- From: Hugo Lara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 3:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: I don't want cached pages I'm just one more guy with the same trouble: Tomcat is caching my pages

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
PROTECTED] Subject: RE: I don't want cached pages I cannot duplicate your problem. Are you having the same problem with the JSP example carts http://localhost:8080/jsp/sessions/carts.html ? Are you using Apache? I am using IIS5 but am having no problems. I have several applications like you mention

RE: I don't want cached pages

2001-01-19 Thread Frederic Kam-Thong
imeMillis()); The last line might be of help with browsers and proxies. (Then again, it may not) Hope it helps! Frederic -Original Message- From: Hugo Lara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 6:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTE

RE: I don't want cached pages

2001-01-19 Thread Hugo Lara
these ideas make any sense or I'm just to tired? I'm not really sure why this is working like this, but it's working! -Original Message- From: Craig O'Brien [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 5:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: I don't wa

RE: I don't want cached pages

2001-01-19 Thread Ciot, Thierry
(that is they are local variables). Thierry. -Original Message- From: Hugo Lara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 7:53 PM To: 'Craig O'Brien' Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: I don't want cached pages Craig, I want to thank you for your help. I

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
imum cache and reload on every request. That is more useful for testing. Regards, Craig -Original Message- From: Ciot, Thierry [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 5:03 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: I don't want cached pages To unde