Posted By:
Vijay_Kumar
Posted On:
Friday, July 6, 2001 07:44 AM
The main intention of my java program is to first read an XML file and based on the values in the tags in the XML file I need to read them using XALAN, XERCES etc etc. I have to create number of Threads , Each Thread should be running on a different ports. These ports will be in the xml file.
I need to mention the input XML file name from the Console...