String file =  ServletActionContext.getServletContext().getRealPath("/WebRoot/excel");

        FileOutputStream out = new FileOutputStream(file+"/client.xls");
        wb.write(out);
        out.close();
HTTP Status 500 - E:\apache-tomcat-6.0.37\webapps\logistics\WebRoot\excel\client.xls (系统找不到指定的路径。)type Exception reportmessage E:\apache-tomcat-6.0.37\webapps\logistics\WebRoot\excel\client.xls (系统找不到指定的路径。)description The server encountered an internal error that prevented it from fulfilling this request.exceptionjava.io.FileNotFoundException: E:\apache-tomcat-6.0.37\webapps\logistics\WebRoot\excel\client.xls (系统找不到指定的路径。)