I found teh solution to my problem, but maybe this might help someone else:
 
in the classpath for web-application.xml teh syntax is
 <classpath>file:f:/Development/blah/classes</classpath>
 
i used
 
 <classpath>file://f:/Development/blah/classes</classpath>
 
 
Sorry for any inconvenience.
 
steve

Reply via email to