Re: Applet Help

2007-04-19 Thread jub jub jedi

sorry, I read the wrong number... Tomcat 5.5



Rashmi Rubdi-2 wrote:
 
 On 4/17/07, jub jub jedi [EMAIL PROTECTED] wrote:

 Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat version
 2.0
 (I think)

 
 Are you sure about the version of Tomcat, may be its 4.x, 5.x, 6.x ?
 Tomcat 2.0 with JDK 1.6.0 looks odd to me.
 
 -
 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#a10088602
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]



Re: Applet Help

2007-04-19 Thread jub jub jedi

Tomcat 5.5.23, Java 1.6.0


dimitryous wrote:
 
 In order for us to help you do that please: http://localhost:port/  
 and tell us what you get out of this URL. The version of Tomcat is  
 located at the upper left corner of your screen.
 
 On WinXP, you get your java version in Config panel/java then first  
 tab and then about (the first button)...
 
 Java 1.6 = no
 Tomcat 2.0 = no
 
 Sorry.
 On 17 avr. 07, at 13:44, Rashmi Rubdi wrote:
 
 On 4/17/07, jub jub jedi [EMAIL PROTECTED] wrote:

 Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat  
 version 2.0
 (I think)


 Are you sure about the version of Tomcat, may be its 4.x, 5.x, 6.x ?
 Tomcat 2.0 with JDK 1.6.0 looks odd to me.

 -
 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#a10088989
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]



Re: Applet Help

2007-04-17 Thread jub jub jedi

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]



Re: Applet Help

2007-04-17 Thread dimitryous r.
Please tell us more about your configuration: OS, JVM xxx, Java  
version etc...

Should help with that.
On 17 avr. 07, at 12:43, jub jub jedi wrote:



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]





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



Re: Applet Help

2007-04-17 Thread dimitryous r.
In order for us to help you do that please: http://localhost:port/  
and tell us what you get out of this URL. The version of Tomcat is  
located at the upper left corner of your screen.


On WinXP, you get your java version in Config panel/java then first  
tab and then about (the first button)...


Java 1.6 = no
Tomcat 2.0 = no

Sorry.
On 17 avr. 07, at 13:44, Rashmi Rubdi wrote:


On 4/17/07, jub jub jedi [EMAIL PROTECTED] wrote:


Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat  
version 2.0

(I think)



Are you sure about the version of Tomcat, may be its 4.x, 5.x, 6.x ?
Tomcat 2.0 with JDK 1.6.0 looks odd to me.

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



Re: Applet Help

2007-04-16 Thread dimitryous r.
If you are going to make several test with your applet you better off  
to turn off caching of all xxx.class and/or xxx.jar files in your JVM  
preferences ( Java 1.x.x Plugin Settings preferences).

Once all is OK, turn it back to on.
No need to switch your server on/off/on etc... Your server is just  
serving.

On 17 avr. 07, at 02:27, jub jub jedi wrote:



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]