RE: I don't want cached pages

2001-01-21 Thread Amos Shapira
ginal 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,

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
minimum 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

RE: I don't want cached pages

2001-01-19 Thread Ciot, Thierry
ey 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

RE: I don't want cached pages

2001-01-19 Thread Hugo Lara
;%" seems to initialize the variables on each request. Do 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

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 Craig O'Brien
D]; [EMAIL 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 l

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 cachin

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 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 co

RE: I don't want cached pages

2001-01-19 Thread Craig O'Brien
--- From: Hugo Lara [mailto:[EMAIL PROTECTED]] 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 para

RE: I don't want cached pages

2001-01-19 Thread Ciot, Thierry
o:[EMAIL PROTECTED]]Sent: 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 sho

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.

Re: I don't want cached pages

2001-01-19 Thread Bill_Fellows/MO/americancentury
se 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 page that calls itself passing so

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 t