sargue / java-time-jsptags

JSP tag support for Java 8 java.time (JSR-310)
Apache License 2.0
44 stars 9 forks source link

https://sargue.net/jsptags/time/ produces a 404 #6

Closed vphilipnyc closed 7 years ago

vphilipnyc commented 7 years ago

Produces:

org.apache.jasper.JasperException: The absolute uri: http://sargue.net/jsptags/time cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:55)

sargue commented 7 years ago

Yes, I haven't deployed any file on the taglib URI. Should I?

I have the understanding that the taglib URI is just a namespace, like the name of a Java package for example. What is expected to be found there? Could you please share a working public URI for another taglib as a reference?

sargue commented 7 years ago

Closing on inactivity.