Re: XML configuration file..

2002-04-22 Thread Vincenzo Marchese
All, I am using XML configuration file for setting application properties. I am using class InputSource to load the .xml file.The problem i am facing is i need to give absolute path for my xml file e.g. InputSource sn = new InputSource(C:\\Program Files\\Apache Tomcat 4.0\\webapps\\vstruts

XML configuration file..

2002-04-19 Thread Vijay Shinde
Hi All, I am using XML configuration file for setting application properties. I am using class InputSource to load the .xml file.The problem i am facing is i need to give absolute path for my xml file e.g. InputSource sn = new InputSource(C:\\Program Files\\Apache Tomcat 4.0\\webapps