RE: Web developer's problem

2003-03-17 Thread Dolo
Hi, I used to have that problem, and I solved it restarting Tomcat each time it didn't show the new code. But this was in my own PC. I don't know if you can be restarting your server this way. Anyway, try this other solution, sometimes works in mine: delete all the files generated by Tomcat when

RE: Web developer's problem

2003-03-17 Thread Eric Gauthier
You might have a context in your server.xml config file which points to a previous version of your deployment. May be in %TOMCAT_HOME%/work/Standalone/localhost/yourapp or something like that. It depends on how you deploy your apps but I removed the context in my server.xml and it works fine.

Re: Web developer's problem

2003-03-17 Thread info
Hello, Sorry, that didn't solve my problem. Is there any way to remove the cache files in the server or clear the buffer? Thanks - Original Message - From: Eric Gauthier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 17, 2003 9:02 PM Subject: RE: Web