Name | Modified | Size | Downloads / Week |
---|---|---|---|
ReadAllElementServlet.java | 2013-09-07 | 3.6 kB | |
allelementsofjsp.jsp | 2013-09-07 | 18.1 kB | |
readme.txt | 2013-09-07 | 760 Bytes | |
retrieveallhtmldata.zip | 2013-09-07 | 15.3 kB | |
Totals: 4 Items | 37.7 kB | 0 |
When you download and unzip the file, you will find a folder called "retrieveallhtmldata". This is a web based project (folder), which you need to deploy on web server. For eg, in case of Tomcat, you need to copy "retrieveallhtmldata" under "webapps" folder. On my tomcat I copied under following folder location. C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps The "retrieveallhtmldata" contains jsp's and servlet class. Following is the URL you need to provide run this project: http://<ipaddress>:8080/retrieveallhtmldata/jsp/allelementsofjsp.jsp Following are the 2 important files you can directly refer which I have uploaded separately for quick reference purpose: - allelementsofjsp.jsp - ReadAllElementServlet.java