I tried that, it doesn't work.  Also, when I just pull up the HTML file from
the hard drive, it works as expected.  When I try to access that same file
over the web server, I have the original problem.

Martin Gainty wrote:
> 
> the applet wont be freshly downloaded as long as you have a ref in cache
> place some clear browser cache meta tags in e.g.
> 
> <head>
> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
> <META HTTP-EQUIV="Expires" CONTENT="0">
> </head>
> 
> Martin
> This email message and any files transmitted with it contain confidential
> information intended only for the person(s) to whom this email message is
> addressed.  If you have received this email message in error, please
> notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy.  Thank you.
> 
> ----- Original Message ----- 
> From: "jub jub jedi" <[EMAIL PROTECTED]>
> To: <users@tomcat.apache.org>
> Sent: Monday, April 16, 2007 8:27 PM
> Subject: Applet Help
> 
> 
>>
>> I have made a simple website on Tomcat.  I have an applet on it, and when 
>> I
>> loaded it for the very first time, it turned out like I expected it to. 
>> I
>> have made a modification that should be VERY obvious, but when I reload 
>> the
>> page, it shows the applet just like when it was first compiled.  How do I
>> get it to show the new version of the applet?  I have tried restarting
>> the
>> web server, too.
>> -- 
>> View this message in context: 
>> http://www.nabble.com/Applet-Help-tf3588156.html#a10027383
>> Sent from the Tomcat - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Applet-Help-tf3588156.html#a10032991
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to