Im fairy new to java (as is our entire development team, long story short we used to be .Net and Domino developers then one day we were told to develop in java)
I have created a war file of our java development which I have deployed to our Tomcat server. The application deploys and runs ok but for some reason none of the validation messages are being displayed on the forms.
I have checked the log files in Tomcat and I am receiving the message "g:\program files\apache software foundation\tomcat 7.0\webapps\griddemo\web-inf\classes\config\servicesvalidations.xml (the system cannot find the path specified)" but when I check the directory the file does exist.
Any ideas why is it not being found?