get create date and size of a file from application server to web server in struts2
Ganeshkumar cheekati
Ranch Hand
Joined: Oct 13, 2008
Posts: 362
posted
0
hi
my requirement is that my file exists in application server weblogic i should have to get the date and size of that file with in my application which is running on tomcat.i specified the path of application server in my config.properties file and i am getting the file name from one procedure from database and i am doing concatenating to get complete path.but i am unable to get those things from application server? can anyone suggest me how to do it?
thanks in advance...