Re: Could not load META-INF/services/javax.xml.parsers

2009-05-04 Thread Andreas Vasiliou
What do you mean by asking where I put the file? If you mean the path, I have the following: *private static final String propertyFileLocation = "D:/ProjectConf/IDbConf.xml";* File file = new File(DbConfiguration.propertyFileLocation); if (file.exists()) { try { Properti

Re: Could not load META-INF/services/javax.xml.parsers

2009-05-04 Thread Pid
Andreas Vasiliou wrote: > Hello, > > I am trying to develop a web application in Java, using NetBeans 6.5.1. > NetBeans installed Tomcat 6.0.18. > I am using java 1.6 update 11. > > In my application I have a thread that loops and reads a configuration file > and > if it finds any changes in conf

Could not load META-INF/services/javax.xml.parsers

2009-05-04 Thread Andreas Vasiliou
Hello, I am trying to develop a web application in Java, using NetBeans 6.5.1. NetBeans installed Tomcat 6.0.18. I am using java 1.6 update 11. In my application I have a thread that loops and reads a configuration file and if it finds any changes in configuration it takes some action. The confi