Yoav, Ben:
Thanks for the tips - I think I finally have a grasp on how a real project would be run properly. I already use MySQL, cvs(in a manual fashion), ant(still new) so I'm not that far away. Development Box Question: Is it *inadvisable* to do the development using the same tomcat version, ant and a local mysql database on a Windows XP box versus the production server which is a linux box? I'd like to start using an real IDE(Eclipse or Netbeans) and having everything on my XP box sounds doable.
Thanks for all your help. --JW
I can't help with what is advisable or not, but I can tell you that this is exactly what I do with very few problems. My development machine is Windows with local mysql/tomcat/ant/etc. (and eclipse) while my test/live environments use linux.
The one thing I do make sure of is that the versions of mysql/tomcat/ant/jdk/etc. all match between my dev machine and my test/live environments.
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
