taglib deployment

2001-06-14 Thread tim maggio
Vikram, It is not difficult. For Jakarta tomcat (perhaps others??). In short: 0. Download the taglib distribution you wish to use. 1. put the .tld file under the directory WEB-INF/taglibs/ 2. put the .jar file anywhere and make sure it is in your CLASSPATH 3. Modify the WEB

RE: hi

2001-06-14 Thread Lou Caudell
Well there are lots of books out there. You will probably need them to learn about writing tag handlers. But to put it all simply read Reuven Lerner's article in Linux Journal called "Custom JSP Actions". I believe it's the Jun. or July 01 edition. - Lou Caudell inflightonline.com -Original M

RE: HELP: why scrape result does not show??

2001-06-14 Thread Smedts, Alain
Hi, I have the same problem. In my servlet.log I have the following error: 2001-06-14 09:43:49 - path="/scrape-examples" :java.net.UnknownHostException: weather.noaa.gov This error probably comes from the fact that we don't have a DNS server (i.e. ping weather.noaa.gov fails) When I change in sc

hi

2001-06-14 Thread Vikramjit Singh
hi everybody, please could anybody help me in how to use and deploy jakarta-taglibs. in the documentation it is not given in so detail. if anybody could help me it would be really helpful. since i have to implement it in a project. vikram