Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Generally when I am developing I delete my log files before i start my appserver (Tomcat). I used to do it by modifying the startup.bat file but of course this doesn’t work when running within MyEclipse.
Is there a way I can do this – I’d be happy if i could just clear out the tomcat/logs dir.
You’re the first one to ever inquire about this. We don’t have any support for log deletion in the current release of MyEclipse. You’ve probably already thought of this, but as a workaround, you could write a simple Ant script to perform the deletion for you and then run it before you start the server.