<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>debug</short-name>
- <uri>http://jakarta.apache.org/tomcat/debug-taglib</uri>
+ <uri>http://tomcat.apache.org/debug-taglib</uri>
<description>
This tag library defines no tags. Instead, its purpose is encapsulated
in the TagLibraryValidator implementation that simply outputs the XML
<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>simple</short-name>
- <uri>http://jakarta.apache.org/tomcat/example-taglib</uri>
+ <uri>http://tomcat.apache.org/example-taglib</uri>
<description>
A simple tab library for the examples
</description>
<jsp-config>
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/debug-taglib
+ http://tomcat.apache.org/debug-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp/debug-taglib.tld
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/examples-taglib
+ http://tomcat.apache.org/examples-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp/example-taglib.tld
<taglib>
<taglib-uri>
- http://jakarta.apache.org/tomcat/jsp2-example-taglib
+ http://tomcat.apache.org/jsp2-example-taglib
</taglib-uri>
<taglib-location>
/WEB-INF/jsp2/jsp2-example-taglib.tld
limitations under the License.
-->
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
-<%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<h1>JSP 2.0 Examples - JSP Configuration</h1>
<hr>
<p>Using a <jsp-property-group> element in the web.xml
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
+<%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
<html>
<head>
<title>JSP 2.0 Examples - Dynamic Attributes</title>
limitations under the License.
-->
<body>
-<%@ taglib uri="http://jakarta.apache.org/tomcat/examples-taglib" prefix="eg"%>
+<%@ taglib uri="http://tomcat.apache.org/examples-taglib" prefix="eg"%>
Radio stations that rock:
See the License for the specific language governing permissions and
limitations under the License.
-->
-<%@ taglib uri="http://jakarta.apache.org/tomcat/examples-taglib"
+<%@ taglib uri="http://tomcat.apache.org/examples-taglib"
prefix="eg" %>
<eg:ShowSource jspFile="<%= util.HTMLFilter.filter(request.getQueryString()) %>"/>