reset password
Author Message
naimaryan1@yahoo.com
Posts: 10
Posted 17:33 Apr 14, 2011 |

When setting up the project according to

This Page: http://csns.calstatela.edu/wiki/content/cysun/course_materials/eclipse

AND Section regarding JSP test page

The URI in the importing taglib directive refers to a location that does not exist
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

I pinged the uri http://java.sun.com/jsp/jstl/core and the command prompt ping program returnerd "Could not find host...."

Attachments:
naimaryan1@yahoo.com
Posts: 10
Posted 18:06 Apr 14, 2011 |

Thank you Dr. Sun , i forgot to import Standard.jar into ApacheTomcat lib folder, problem solved.

alomo
Posts: 70
Posted 21:19 Apr 14, 2011 |
This is URI, not URL
Last edited by alomo at 21:23 Apr 14, 2011.