Re: Tomcat 5.0.28 is showing an old applets

2006-08-30 Thread Jose Roberto Torres
The problem is back, now not even cleaning up the complete project and re-creating it from scratch is changing the old applet for the new. Any one knows how to make tomcat how to refresh its classes? or how do i make this behavior go away. José Renato wrote: Actually I just do this sometimes wh

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Stephan van Loendersloot
This solution will not work, probably it was Mansour's unintentional typo. I think he meant to say: This might work, haven't tried it myself, but I do know that does when it comes to caching of images. Anyway, I recognise the problem of the OP when I was still using classic ASP or PHP (a

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread José Renato
Actually I just do this sometimes when this behavior happens. In a production environment I believe that this is not necessary due the fact that once your program is deployed the version will not more change frequently. I don´t know what IDE are you using but I suggest you using ANT to make thi

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
Thnak you Renato that worked, I only have a final question, do I have to be doing this over and over so the final version stays? I am still in development and testing... Jose Roberto Torres José Renato wrote: Hi, try cleaning the "work" directory. And after this make sure you are really using

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Mansour
I am new to JSP but this issue has nothing to do with tomcat as I have gone through this with apache. The browser keeps a version of the applet. I think you have to clear the java cache to fix this. However a work around, was to put the date and time after the javaclass. for example: I am no

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread José Renato
Hi, try cleaning the "work" directory. And after this make sure you are really using the right application verion. Bye. Jose Roberto Torres escreveu: Good day every one. I am using the following: *Linux Suse 10.1. *Tomcat 5.0.28 *JDK 1.5 *MySql database I am having problems making tomcat show

Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
Good day every one. I am using the following: *Linux Suse 10.1. *Tomcat 5.0.28 *JDK 1.5 *MySql database I am having problems making tomcat show the correct version of my application. I am working with an applet that uses servlets to connect to a MySql database. From the beginning I had no probl