hi all 

i am tryin gto access a zip fie that has being uploaded into a web-ap and unzip 
its content.

can you please advice why i cannot access the file in that web-app specified 
web-app

java.io.FileNotFoundException: d:\Tomcat 
5.0\webapps\ivasThinClient\uploads\axis-bin-1_2_1.zip (Access is denied)       
java.io.FileInputStream.open(Native Method)     
java.io.FileInputStream.<init>(FileInputStream.java:106)        
org.nato.nc3a.ivas.util.CompressFileHandler.decompress(Unknown Source)  
org.nato.nc3a.ivas.ebxml.UnzipFilesServlet.unzipFiles(Unknown Source)   
org.nato.nc3a.ivas.ebxml.UnzipFilesServlet.processRequest(Unknown Source)       
org.nato.nc3a.ivas.ebxml.UnzipFilesServlet.doGet(Unknown Source)        
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)    
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)    
org.nato.nc3a.ivas.ebxml.Controller.doGet(Unknown Source)       
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)    
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Reply via email to