| Article: |
Reading and Writing Excel Files with POI | |
| Subject: | problems with poi | |
| Date: | 2004-02-13 06:00:44 | |
| From: | zprsa | |
|
Hi, I tried your example Example 1 (To create and return a workbook from a servlet) and I I ran into a problem. Message from IE is: "Could not open "http://localhost:8080/test/poi.xls " I am using Tomcat 4.1.27 and I configured my web.xml like this: <servlet> <servlet-name>HSSFCreate</servlet-name> <servlet class> com.pbz.waframework.HSSFCreate</servlet-class> </servlet> <servlet-mapping> <servlet-name>HSSFCreate</servlet-name> <url-pattern>/poi.xls</url-pattern> </servlet-mapping> Do you have any idea what went wrong? Thank you
|
||
Showing messages 1 through 1 of 1.
-
problems with poi
2004-09-28 11:27:41 Vic007 [View]



why don't you write your IP address instead of localhost...I think it will solve your problem..
Vic.