Index: /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1323)
+++ /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1324)
@@ -10,5 +10,5 @@
 	<tag>
 		<name>editor</name>
-		<tagclass>com.fredck.FCKeditor.tags.FCKeditorTag</tagclass>
+		<tagclass>net.fckeditor.tags.FCKeditorTag</tagclass>
 		<bodycontent>JSP</bodycontent>
 		<attribute>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1323)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1324)
@@ -13,6 +13,6 @@
 	-->
 
-	<display-name>fckeditor</display-name>
-	<description>FCKeditor.Java Test Application</description>
+	<display-name>FCKeditor.Java Sample Web Application</display-name>
+	<description>FCKeditor.Java Sample Web Application</description>
 
 	<servlet>
@@ -30,4 +30,5 @@
 		</url-pattern>
 	</servlet-mapping>
+	<!-- 
 	<jsp-config>
 		<taglib>
@@ -38,3 +39,4 @@
 		</taglib>
 	</jsp-config>
+	 -->
 </web-app>
