RE: deleted page not immediately invalidated

2010-04-28 Thread M.H.G. Emmerig

Wireshark didn't show anything that was helpful

but installing tomcat 6.0.26 did do the trick.
nmow we have to plan to upgrade our tomcat farm.

do you know if i have to upgrade the mod_jk as well?


regards

Milko Emmerig

   
 Caldarale,   
 Charles R
 Chuck.Caldarale@  To
 unisys.com   Tomcat Users List   
   users@tomcat.apache.org   
 27-04-2010 18:35   cc
   
   Subject
 Please respond to RE: deleted page not immediately
   Tomcat Users   invalidated 
   List   
 us...@tomcat.apa 
 che.org  
   
   
   




 From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl]
 Subject: Re: deleted page not immediately invalidated

 Jamie is not an alias for me ;-)

Didn't think so.

 we are using version 6.0.16 on windows 2003 SP1

Any chance of trying it on a Tomcat version that's less than two years old
(6.0.26, preferably)?

Have you taken any Wireshark traces to see what's really occurring on the
wire?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail and
its attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




Please consider the environment before printing this email.

De informatie verzonden met dit e-mailbericht is vertrouwelijk en
uitsluitend bestemd voor de geadresseerde. Indien u als niet-geadresseerde
dit bericht ontvangt, wordt u verzocht direct de afzender hierover te
informeren en het bericht te vernietigen. Gebruik van informatie door
onbevoegden, openbaarmaking of vermenigvuldiging  is verboden en kan leiden
tot aansprakelijkheid. De afzender is niet aansprakelijk in geval van
onjuiste overbrenging van het e-mailbericht en/of bij ontijdige ontvangst
daarvan.

The information transmitted is confidential and intended only for the
person or entity to whom or which it is addressed. If you are not the
intended recipient of this communication, please inform us immediately and
destroy this communication. Unauthorised use, disclosure or copying of
information is strictly prohibited and may entail liability. The sender
accepts no liability for improper transmission of this communication nor
for any delay in its receipt.

Re: deleted page not immediately invalidated

2010-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Milko,

On 4/28/2010 8:53 AM, M.H.G. Emmerig wrote:
 but installing tomcat 6.0.26 did do the trick.
 nmow we have to plan to upgrade our tomcat farm.
 
 do you know if i have to upgrade the mod_jk as well?

No, all (somewhat recent) mod_jk versions are compatible with (somewhat
recent) versions of Tomcat. You can upgrade them separately, but now
wouldn't be a bad time to upgrade mod_jk to the latest as well. Always
remember to test, test, test!

Good luck,
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvYUsMACgkQ9CaO5/Lv0PAb6QCfY+dfHfnSBKbrcEumJZZLPnOE
nAIAoKPxA7aXcYMfIq67j8FRrYlSWeer
=3noZ
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: deleted page not immediately invalidated

2010-04-28 Thread Mark Thomas

On 28/04/2010 07:53, M.H.G. Emmerig wrote:


Wireshark didn't show anything that was helpful

but installing tomcat 6.0.26 did do the trick.


For the archives, this was fixed in 6.0.21. The relevant entry from the 
change log is:
When development mode is enabled and a JSP is deleted, ensure next 
request for that JSP is consistent with the JSP having been removed.


Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



deleted page not immediately invalidated

2010-04-27 Thread M.H.G. Emmerig


hello

We have a website which has it's content on a filesystem.
all pages are jsp, with caching off.

when we change a jsp, it get's recompiled at once when refreshing the page,
so the new content is displayed. This is correct.

now, when we delete a page from the filesystem and we do a refresh, it
displays the page, when we do another refresh we get a page not found.
I would expect a page not found after the first refresh!

What could be causing this behaviour?


regards
Milko Emmerig



Please consider the environment before printing this email.

De informatie verzonden met dit e-mailbericht is vertrouwelijk en
uitsluitend bestemd voor de geadresseerde. Indien u als niet-geadresseerde
dit bericht ontvangt, wordt u verzocht direct de afzender hierover te
informeren en het bericht te vernietigen. Gebruik van informatie door
onbevoegden, openbaarmaking of vermenigvuldiging  is verboden en kan leiden
tot aansprakelijkheid. De afzender is niet aansprakelijk in geval van
onjuiste overbrenging van het e-mailbericht en/of bij ontijdige ontvangst
daarvan.

The information transmitted is confidential and intended only for the
person or entity to whom or which it is addressed. If you are not the
intended recipient of this communication, please inform us immediately and
destroy this communication. Unauthorised use, disclosure or copying of
information is strictly prohibited and may entail liability. The sender
accepts no liability for improper transmission of this communication nor
for any delay in its receipt.

RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
 From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl]
 Subject: deleted page not immediately invalidated
 
 now, when we delete a page from the filesystem and we do a refresh, it
 displays the page, when we do another refresh we get a page not found.
 I would expect a page not found after the first refresh!
 
 What could be causing this behaviour?

Most likely the browser, or possibly some intermediate caching device.  Use 
Wireshark or equivalent to determine the actual traffic between the client and 
server, and see what's really going on.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: deleted page not immediately invalidated

2010-04-27 Thread Pid
On 27/04/2010 15:45, M.H.G. Emmerig wrote:
 
 
 hello
 
 We have a website which has it's content on a filesystem.
 all pages are jsp, with caching off.
 
 when we change a jsp, it get's recompiled at once when refreshing the page,
 so the new content is displayed. This is correct.
 
 now, when we delete a page from the filesystem and we do a refresh, it
 displays the page, when we do another refresh we get a page not found.
 I would expect a page not found after the first refresh!
 
 What could be causing this behaviour?

The generated class for the JSP may not be immediately deleted.

You could verify this by monitoring the file system in the tomcat/work
directory.


p

 regards
 Milko Emmerig
 
 
 
 Please consider the environment before printing this email.
 
 De informatie verzonden met dit e-mailbericht is vertrouwelijk en
 uitsluitend bestemd voor de geadresseerde. Indien u als niet-geadresseerde
 dit bericht ontvangt, wordt u verzocht direct de afzender hierover te
 informeren en het bericht te vernietigen. Gebruik van informatie door
 onbevoegden, openbaarmaking of vermenigvuldiging  is verboden en kan leiden
 tot aansprakelijkheid. De afzender is niet aansprakelijk in geval van
 onjuiste overbrenging van het e-mailbericht en/of bij ontijdige ontvangst
 daarvan.
 
 The information transmitted is confidential and intended only for the
 person or entity to whom or which it is addressed. If you are not the
 intended recipient of this communication, please inform us immediately and
 destroy this communication. Unauthorised use, disclosure or copying of
 information is strictly prohibited and may entail liability. The sender
 accepts no liability for improper transmission of this communication nor
 for any delay in its receipt.




signature.asc
Description: OpenPGP digital signature


Re: deleted page not immediately invalidated

2010-04-27 Thread Konstantin Kolinko
2010/4/27 M.H.G. Emmerig m.h.g.emme...@dnb.nl:


 What could be causing this behaviour?


Some tomcat versions work like that. See bugzilla for more details. I
have no clue on what Tomcat version you are using, etc. etc.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: deleted page not immediately invalidated

2010-04-27 Thread Jamie
Ok. As I said, I am using the latest version. Thanks for attemping to 
help anyway.


On 2010/04/27 05:24 PM, Konstantin Kolinko wrote:

2010/4/27 M.H.G. Emmerigm.h.g.emme...@dnb.nl:
   


What could be causing this behaviour?

 

Some tomcat versions work like that. See bugzilla for more details. I
have no clue on what Tomcat version you are using, etc. etc.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
 From: Jamie [mailto:ja...@stimulussoft.com]
 Subject: Re: deleted page not immediately invalidated
 
 Ok. As I said, I am using the latest version.

What version you're using has nothing to do with this thread, unless Jamie is 
an alias for M.H.G. Emmerig.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: deleted page not immediately invalidated

2010-04-27 Thread M.H.G. Emmerig

Jamie is not an alias  for me ;-)

we are using version 6.0.16 on windows 2003 SP1



Met vriendelijke groet

Milko Emmerig
afd. BEIT-ICT-VOI-Middleware
De Nederlandsche Bank
tel: +31205242056

   
 Konstantin
 Kolinko   
 knst.koli...@gma  To
 il.com   Tomcat Users List   
   users@tomcat.apache.org   
 27-04-2010 17:24   cc
   
   Subject
 Please respond to Re: deleted page not immediately
   Tomcat Users   invalidated 
   List   
 us...@tomcat.apa 
 che.org  
   
   
   




2010/4/27 M.H.G. Emmerig m.h.g.emme...@dnb.nl:


 What could be causing this behaviour?


Some tomcat versions work like that. See bugzilla for more details. I
have no clue on what Tomcat version you are using, etc. etc.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




Please consider the environment before printing this email.

De informatie verzonden met dit e-mailbericht is vertrouwelijk en
uitsluitend bestemd voor de geadresseerde. Indien u als niet-geadresseerde
dit bericht ontvangt, wordt u verzocht direct de afzender hierover te
informeren en het bericht te vernietigen. Gebruik van informatie door
onbevoegden, openbaarmaking of vermenigvuldiging  is verboden en kan leiden
tot aansprakelijkheid. De afzender is niet aansprakelijk in geval van
onjuiste overbrenging van het e-mailbericht en/of bij ontijdige ontvangst
daarvan.

The information transmitted is confidential and intended only for the
person or entity to whom or which it is addressed. If you are not the
intended recipient of this communication, please inform us immediately and
destroy this communication. Unauthorised use, disclosure or copying of
information is strictly prohibited and may entail liability. The sender
accepts no liability for improper transmission of this communication nor
for any delay in its receipt.

RE: deleted page not immediately invalidated

2010-04-27 Thread Caldarale, Charles R
 From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl]
 Subject: Re: deleted page not immediately invalidated
 
 Jamie is not an alias for me ;-)

Didn't think so.

 we are using version 6.0.16 on windows 2003 SP1

Any chance of trying it on a Tomcat version that's less than two years old 
(6.0.26, preferably)?

Have you taken any Wireshark traces to see what's really occurring on the wire?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org