i'm attempting to migrate an app from resin to tomcat but am getting the following error:


2002-11-08 16:37:44 ContextConfig[/accountaccess-5-1] Exception processing TLD at resource path /WEB-INF/accountaccess-util.tld
javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/accountaccess-util.tld


/WEB-INF/accountaccess-util.tld

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>aa-util</shortname>
<uri>http://www.telesoft.com</uri>
<tag>
<name>logincheck</name>
<tagclass>com.telesoft.telmast.jsp.tags.LoginCheckTag</tagclass>
<bodycontent>empty</bodycontent>
<attribute><name>userName</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>password</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue></attribute>
</tag>
</taglib>

can anyone point out my problem.

thanks.

--

Regards,

Scott Dudley

SPAMMERSNEEDNTBOTHER



--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to