![]() |
error while trying to download Excel file using java
I am trying to download excel file from server after clicking on a link. I have written the below JSP and Servlet code. JSP and Servlet are both in the same folder. I get the error "The requested resource (/BulkAccess/Download) is not available" after clicking on hyperlink to download the excel file. Any help?
JSP CODE Code:
SERVLET Code:
import javax.servlet.*;<servlet-name>Download</servlet-name> <servlet-class>com.abc.bulk.Download</servlet-class> </servlet> <servlet-mapping> <servlet-name>Download</servlet-name> <url-pattern>/Download</url-pattern> </servlet-mapping> |
| All times are GMT +1. The time now is 03:24 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.