criei o arquivo taglib.tld e o arquivo web.xml, coloquei ambos em myJSPApp/WEB-INF,  criei os arquivos MyCustomTag.java(arquivo .java que imprime no browser uma string) e o arquivo jsp que chama a tag.
o problema foi na inicialização do tomcat. Um erro foi gerado e eu nao tenho a menor ideia do que seja.
a mensagem de erro foi :
the content of element type<taglib must match "<tlib-version, jsp-version, short-name, uri?.....>">
ps: os arquivos citados vao em anexo

Attachment: taglib.tld
Description: Binary data

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE web-app
  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
  <display-name>template</display-name>
  <taglib>
    <taglib-uri>/myTLD</taglib-uri> 
    <taglib-location>/WEB-INF/taglib.tld</taglib-location> 
  </taglib>
</web-app>

Attachment: MyCustomTag.java
Description: Binary data

Attachment: SimplePage1.jsp
Description: Binary data

------------------------------ LISTA SOUJAVA ----------------------------
http://www.soujava.org.br  -  Sociedade de Usuários Java da Sucesu-SP
dúvidas mais comuns: http://www.soujava.org.br/faq.htm
regras da lista: http://www.soujava.org.br/regras.htm
historico: http://www.mail-archive.com/java-list%40soujava.org.br
para sair da lista: envie email para [EMAIL PROTECTED]
-------------------------------------------------------------------------

Responder a