posted 22 years ago
Hi,
I am using JRun 4 Application Server.
I have a bean class which will read the database and convert the same in to XML file. This bean is instantiated and the method to create the XML is called.
Now my problem is, I want to store the XML file in a specific directory on the server.
Right now If I give just filename to the File object it stores it in the /bin directory.
How do I pass the absolute path to the File so that it creates the XML file in the specified directory.
Do I need to use BeanContext. ?? If so how can I get the exact path to store my XML file from the JavaBean.
Thanks for the time.